Fixed appearance on IE
authorChristos Stathis <chstath@ebs.gr>
Wed, 1 Feb 2012 14:51:16 +0000 (16:51 +0200)
committerChristos Stathis <chstath@ebs.gr>
Wed, 1 Feb 2012 14:51:16 +0000 (16:51 +0200)
src/gr/grnet/pithos/web/Pithos.gwt.xml
src/gr/grnet/pithos/web/client/PithosCellTable.css
src/gr/grnet/pithos/web/public/pithos.css

index bca0952..8b0aaeb 100644 (file)
@@ -40,7 +40,7 @@
        <inherits name="com.google.gwt.json.JSON"/>
 
     <entry-point class='gr.grnet.pithos.web.client.Pithos' />
-       <stylesheet src='pithos.css' />
+       <stylesheet src='pithos.css' />
 
        <source path="client"/>
 </module>
index b184802..48cbcda 100644 (file)
@@ -25,7 +25,7 @@
        background-color: #74aec9;
        height: 25px;
        text-shadow: none;
-       font-size: small;
+       font-size: 13px;
        font-weight: normal;
 }
 
index 28df379..1cd35f3 100644 (file)
@@ -1,14 +1,13 @@
 body {
        color: black;
-       font-family: Verdana, 'PT Sans', sans-serif;
-       font-size: 16px;
+       font: 13px Verdana, 'PT Sans', sans-serif;
        margin: 8px;
        margin-top: 3px;
        background-color: transparent;
 }
 
 table td {
-       font-family: Verdana, 'PT Sans', sans-serif;
+       font: 13px Verdana, 'PT Sans', sans-serif;
 }
 
 .pithos-outer {