Replaced pithos logo with the + one
authorChristos Stathis <chstath@ebs.gr>
Mon, 28 Nov 2011 14:49:16 +0000 (16:49 +0200)
committerChristos Stathis <chstath@ebs.gr>
Mon, 28 Nov 2011 14:49:16 +0000 (16:49 +0200)
src/gr/grnet/pithos/resources/pithos2-logo.png
src/gr/grnet/pithos/web/public/pithos.css

index ebf2520..66d38b5 100644 (file)
Binary files a/src/gr/grnet/pithos/resources/pithos2-logo.png and b/src/gr/grnet/pithos/resources/pithos2-logo.png differ
index 6ce4d2d..d15b5c5 100644 (file)
@@ -406,7 +406,7 @@ table.pithos-permList.props-labels {
 
 .pithos-logo {
        position: absolute;
-       top: 25;
+       top: 29px;
 }
 
 .pithos-header {
@@ -585,6 +585,27 @@ a.pithos-tag {
        color: #4085A5;
 }
 
+.pithos-invitedEmail {
+       color: #ff7f2a;
+       font-weight: bold;
+       border-bottom: 1px solid #4085A5;
+}
+
 .pithos-resendInvitation {
        cursor: pointer;
+}
+
+.pithos-pagerButton {
+       background: none;
+       background-color: transparent;
+       border: 1px solid gray;
+       color: gray;
+}
+
+.pithos-pagerButton:HOVER {
+       background-color: #4085A5;
+}
+
+.pithos-pagerButtonCurrent {
+       background-color: #4085A5;
 }
\ No newline at end of file