Show display name in FolderPropertiesDialog
[pithos-web-client] / src / gr / grnet / pithos / web / client / PithosDisclosurePanel.css
index 4978d7f..fd4e044 100644 (file)
  */
  
 .disclosurePanel {
-       padding-left: 10px;
+       width: 100%;
+       margin-bottom: 5px;
+}
+
+.header {
+       background-color: #74aec9;
+       height: 28px;
+    width: 100%;
+    padding-left: 6px;
+}
+
+.arrow { 
+       padding-right: 2px;
 }
 
 .content {
-       padding: 4px 0px 4px 8px;
-       margin-left: 6px;
+       width: 100%;
 }