Fixed css of error messages
authorChristos Stathis <chstath@ebs.gr>
Fri, 4 Nov 2011 13:56:59 +0000 (15:56 +0200)
committerChristos Stathis <chstath@ebs.gr>
Fri, 4 Nov 2011 13:56:59 +0000 (15:56 +0200)
src/gr/grnet/pithos/web/public/pithos.css

index e4e8c3d..52c62cb 100644 (file)
@@ -303,6 +303,10 @@ table.pithos-permList.props-labels {
        cursor: pointer;
 }
 
+.pithos-errorMessage td {
+       font-size: 90%;
+}
+
 .pithos-warnMessage {
        font-size: 90%;
        background-color: #eeee99;
@@ -435,4 +439,5 @@ table.pithos-permList.props-labels {
 
 .effectPanel-inner {
        background-color: #4085A5;
+       margin: 10px;
 }
\ No newline at end of file