Changed parsing of version timestamp due to change in the API
[pithos-web-client] / src / gr / grnet / pithos / web / public / pithos.css
index 41df925..88770c0 100644 (file)
@@ -303,6 +303,10 @@ table.pithos-permList.props-labels {
        cursor: pointer;
 }
 
+.pithos-errorMessage td {
+       font-size: 90%;
+}
+
 .pithos-warnMessage {
        font-size: 90%;
        background-color: #eeee99;
@@ -348,10 +352,6 @@ table.pithos-permList.props-labels {
        padding: 5px;
 }
 
-.pithos-statistics .gwt-html {
-    font-size: 80%;
-}
-
 .pithos-splitPanel {
        background: url(images/white50.png) transparent;
        margin-bottom: 34px;
@@ -439,4 +439,14 @@ table.pithos-permList.props-labels {
 
 .effectPanel-inner {
        background-color: #4085A5;
+       margin: 10px;
+}
+
+.pithos-toolsButton {
+       background-color: #FF7F2A !important;
+       background-position: 9px 7px !important;
+}
+
+.pithos-toolsButton:hover {
+       background-color: #F95 !important;
 }
\ No newline at end of file