Make export URL restful.

STUD-846
This commit is contained in:
cahrens
2013-10-29 16:43:13 -04:00
parent e071ebb981
commit 763ff9c818
8 changed files with 188 additions and 141 deletions

View File

@@ -102,24 +102,5 @@
line-height: 48px;
}
}
// downloading state
&.is-downloading {
.progress-bar {
display: block;
}
.button-export {
padding: 10px 50px 11px;
font-size: 17px;
&.disabled {
pointer-events: none;
cursor: default;
}
}
}
}
}