From: Christos Stathis Date: Mon, 28 Nov 2011 14:49:16 +0000 (+0200) Subject: Replaced pithos logo with the + one X-Git-Tag: v0.1~61 X-Git-Url: https://code.grnet.gr/git/pithos-web-client/commitdiff_plain/c3b667344d4f9b069974ae732b7763743d1e6479 Replaced pithos logo with the + one --- diff --git a/src/gr/grnet/pithos/resources/pithos2-logo.png b/src/gr/grnet/pithos/resources/pithos2-logo.png index ebf2520..66d38b5 100644 Binary files a/src/gr/grnet/pithos/resources/pithos2-logo.png and b/src/gr/grnet/pithos/resources/pithos2-logo.png differ diff --git a/src/gr/grnet/pithos/web/public/pithos.css b/src/gr/grnet/pithos/web/public/pithos.css index 6ce4d2d..d15b5c5 100644 --- a/src/gr/grnet/pithos/web/public/pithos.css +++ b/src/gr/grnet/pithos/web/public/pithos.css @@ -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