From: Christos Stathis Date: Fri, 4 Nov 2011 13:56:59 +0000 (+0200) Subject: Fixed css of error messages X-Git-Tag: v0.1~85 X-Git-Url: https://code.grnet.gr/git/pithos-web-client/commitdiff_plain/e9bd1dc0d16dfc0e261de40adc28097eb6bd1c64 Fixed css of error messages --- diff --git a/src/gr/grnet/pithos/web/public/pithos.css b/src/gr/grnet/pithos/web/public/pithos.css index e4e8c3d..52c62cb 100644 --- a/src/gr/grnet/pithos/web/public/pithos.css +++ b/src/gr/grnet/pithos/web/public/pithos.css @@ -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