summaryrefslogtreecommitdiff
path: root/website/static/css
diff options
context:
space:
mode:
authorkomalsheth2862016-09-22 15:11:46 +0530
committerkomalsheth2862016-09-22 15:11:46 +0530
commit53199f41e0e22975c8efb45b68e67780c954a45f (patch)
tree95ec2d34c4f7576956e1a13cd945f38819458a79 /website/static/css
parentac843b78881ade253a0c0b8d2f86534deee0de31 (diff)
downloadSciPy2016-53199f41e0e22975c8efb45b68e67780c954a45f.tar.gz
SciPy2016-53199f41e0e22975c8efb45b68e67780c954a45f.tar.bz2
SciPy2016-53199f41e0e22975c8efb45b68e67780c954a45f.zip
live
Diffstat (limited to 'website/static/css')
-rwxr-xr-xwebsite/static/css/fileuploader.css93
1 files changed, 0 insertions, 93 deletions
diff --git a/website/static/css/fileuploader.css b/website/static/css/fileuploader.css
deleted file mode 100755
index 721d762..0000000
--- a/website/static/css/fileuploader.css
+++ /dev/null
@@ -1,93 +0,0 @@
- Have ideas for improving this CSS for the general community? Submit your changes at: https://github.com/Valums-File-Uploader/file-uploader */
-.qq-uploader {
- position: relative;
- width: 100%;
-}
-.qq-upload-button {
- display: block;
- /*or inline-block*/
- width: 105px;
- padding: 7px 0;
- text-align: center;
- background: #880000;
- border-bottom: 1px solid #DDD;
- color: #FFF;
-}
-.qq-upload-button-hover {
- background: #CC0000;
-}
-.qq-upload-button-focus {
- outline: 1px dotted #000000;
-}
-.qq-upload-drop-area, .qq-upload-extra-drop-area {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- min-height: 30px;
- z-index: 2;
- background: #FF9797;
- text-align: center;
-}
-.qq-upload-drop-area span {
- display: block;
- position: absolute;
- top: 50%;
- width: 100%;
- margin-top: -8px;
- font-size: 16px;
-}
-.qq-upload-extra-drop-area {
- position: relative;
- margin-top: 50px;
- font-size: 16px;
- padding-top: 30px;
- height: 20px;
- min-height: 40px;
-}
-.qq-upload-drop-area-active {
- background: #FF7171;
-}
-.qq-upload-list {
- margin: 0;
- padding: 0;
- list-style: none;
-}
-.qq-upload-list li {
- margin: 0;
- padding: 9px;
- line-height: 15px;
- font-size: 16px;
- background-color: #FFF0BD;
-}
-.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
- margin-right: 12px;
-}
-.qq-upload-file {
-}
-.qq-upload-spinner {
- display: inline-block;
- background: url("loading.gif");
- width: 15px;
- height: 15px;
- vertical-align: text-bottom;
-}
-.qq-upload-size, .qq-upload-cancel {
- font-size: 12px;
- font-weight: normal;
-}
-.qq-upload-failed-text {
- display: none;
-}
-.qq-upload-fail .qq-upload-failed-text {
- display: inline;
-}
-.qq-upload-list li.qq-upload-success {
- background-color: #5DA30C;
- color: #FFFFFF;
-}
-.qq-upload-list li.qq-upload-fail {
- background-color: #D60000;
- color: #FFFFFF;
-}