Changed parsing of version timestamp due to change in the API
[pithos-web-client] / src / gr / grnet / pithos / web / public / pithos.css
index 175698d..88770c0 100644 (file)
@@ -64,6 +64,18 @@ a.info:hover div {
 .pithos-DialogBox .inner {
        width: 95%;
        background: url(images/white50.png);
+       padding: 12px;
+}
+
+.pithos-DialogBox .inner form {
+       margin: 0px;
+}
+
+.pithos-dialogbox .inner form input,
+.pithos-dialogbox .inner form textarea
+{
+    border: 1px solid #aaa;
+    padding:4px;
 }
 
 .pithos-DialogBox .button {
@@ -78,7 +90,7 @@ a.info:hover div {
 .pithos-DialogBox .Caption {
        color: white;
        background-color: #4085a5;
-       padding: 4px 4px 4px 8px;
+       padding: 20px;
        border-bottom: 1px solid white;
 }
 
@@ -88,7 +100,7 @@ a.info:hover div {
        position: absolute;
        width: 13px;
        height: 13px;
-       top: 7px;
+       top: 12px;
        right: 7px;
 }
 
@@ -291,6 +303,10 @@ table.pithos-permList.props-labels {
        cursor: pointer;
 }
 
+.pithos-errorMessage td {
+       font-size: 90%;
+}
+
 .pithos-warnMessage {
        font-size: 90%;
        background-color: #eeee99;
@@ -336,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;
@@ -390,8 +402,8 @@ table.pithos-permList.props-labels {
     text-align: center;
     color: white;
     height: 32px;
-       padding-left: 5px;
-       padding-right: 5px;
+       padding: 5px 15px;
+       margin-right: 10px;
 }
 
 .pithos-credentialsText {
@@ -422,9 +434,19 @@ table.pithos-permList.props-labels {
 }*/
 
 .pithos-list thead th img {
-    top: 5px;
+    top: 5px !important;
 }
 
 .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