Implemented background multiple upload (issue #1989)
[pithos-web-client] / src / gr / grnet / pithos / web / public / pithos.css
index ac86b31..eb7de9d 100644 (file)
@@ -49,10 +49,10 @@ table td {
 }
 
 a {
-       color: white;
-       text-decoration: none;
-}
-
+       color: white;
+       text-decoration: none;
+} 
 a:hover {
        color: white;
 }
@@ -371,8 +371,8 @@ table.pithos-permList.props-labels {
 }
 
 .pithos-uploadButton {
-    background: none;
-    background-color: #ff7f2a;
+       background: none;
+       background-color: #ff7f2a;
     font-size: 120%;
     text-align: center;
     height: auto;
@@ -381,6 +381,12 @@ table.pithos-permList.props-labels {
     border: none;
 }
 
+.pithos-uploadButton-loading {
+       background: url(images/ajax-loader.gif) no-repeat;
+       background-position: 110px 0px;
+       background-color: #ff7f2a;
+}
+
 .pithos-uploadButton:HOVER {
     background-color: #f95;
 }