Show display name in FilePropertiesDialog
[pithos-web-client] / src / gr / grnet / pithos / web / client / PithosCellTable.css
index fdfa014..4cf7439 100644 (file)
 
 .cellTableHeader {
     border:none;
-       font-weight: bold;
        cursor: pointer;
        color: white;
+       background-color: #74aec9;
+       height: 28px;
+       text-shadow: none;
+       font-size: 13px;
+       font-weight: normal;
 }
 
 .cellTableCell {
@@ -32,6 +36,7 @@
 
 .cellTableFirstColumn {
   padding: 0px;
+  padding-left: 5px;
 }
 
 .cellTableLastColumn {
 
 .cellTableSelectedRow {
   color: #d45500;
+  background-color: #74aec9;
   height: auto;
   overflow: auto;
 }
 
 .cellTableHoveredRow {
     background: none;
+    background-color: #A1C8DB;
+}
+
+.cellTableSelectedRow .cellTableHoveredRow {
+  color: #d45500;
+  background-color: #74aec9;
+  height: auto;
+  overflow: auto;
+}
+
+@sprite .cellTableFirstColumnShared {
+       gwt-image: 'cellTableSharedIcon';
+       background-position: 5px 9px;
 }
\ No newline at end of file