Added upload alert when droping files in the app and select the uploaded files at...
[pithos-web-client] / src / gr / grnet / pithos / web / client / PithosDisclosurePanel.css
index 98c191d..fd4e044 100644 (file)
  */
  
 .disclosurePanel {
  */
  
 .disclosurePanel {
-       padding-left: 10px;
        width: 100%;
        width: 100%;
+       margin-bottom: 5px;
 }
 
 .header {
        background-color: #74aec9;
 }
 
 .header {
        background-color: #74aec9;
-       height: 25px;
+       height: 28px;
     width: 100%;
     width: 100%;
-    margin-bottom: 5px;
+    padding-left: 6px;
 }
 
 .arrow { 
 }
 
 .arrow { 
@@ -50,6 +50,5 @@
 }
 
 .content {
 }
 
 .content {
-       padding: 4px 0px 4px 8px;
-       margin-left: 6px;
+       width: 100%;
 }
 }