Cosmetic changes
authorChristos Stathis <chstath@ebs.gr>
Fri, 12 Aug 2011 13:07:32 +0000 (16:07 +0300)
committerChristos Stathis <chstath@ebs.gr>
Fri, 12 Aug 2011 13:07:32 +0000 (16:07 +0300)
web_client/src/gr/grnet/pithos/resources/background.png [new file with mode: 0644]
web_client/src/gr/grnet/pithos/resources/pithos2-logo.png
web_client/src/gr/grnet/pithos/web/client/Pithos.java
web_client/src/gr/grnet/pithos/web/public/gss.css

diff --git a/web_client/src/gr/grnet/pithos/resources/background.png b/web_client/src/gr/grnet/pithos/resources/background.png
new file mode 100644 (file)
index 0000000..601dc25
Binary files /dev/null and b/web_client/src/gr/grnet/pithos/resources/background.png differ
index e336e09..ebf2520 100644 (file)
Binary files a/web_client/src/gr/grnet/pithos/resources/pithos2-logo.png and b/web_client/src/gr/grnet/pithos/resources/pithos2-logo.png differ
index 153664f..3e1ba6c 100644 (file)
@@ -325,8 +325,6 @@ public class Pithos implements EntryPoint, ResizeHandler {
         outer.setWidth("100%");
         outer.setCellHorizontalAlignment(messagePanel, HasHorizontalAlignment.ALIGN_CENTER);
 
-        outer.setSpacing(4);
-
         // Hook the window resize event, so that we can adjust the UI.
         Window.addResizeHandler(this);
         // Clear out the window's built-in margin, because we want to take
index 997f308..3cd85a5 100644 (file)
@@ -1,5 +1,5 @@
 body {
-       background-color: #bec8e6;
+       background-color: #4085a5;
        color: black;
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
        font-size: small;
@@ -45,10 +45,7 @@ a:visited {
 }
 
 .toolbar {
-       border: 1px solid #AAAAAA;
-       background-color: white;
        font-size: 80%;
-       cursor: pointer;
 }
 
 .toolbarmenu {
@@ -287,8 +284,8 @@ table.pithos-permList td {
 }
 
 .pithos-splitPanel {
-       background-color: white;
-       border: 1px solid darkgrey;
+       border: 1px solid white;
+       background: url(resources/background.png) repeat-x;
 }
 
 .pithos-tag {