made background white while loading, needs a fancy ajax loader gif

This commit is contained in:
HansPinckaers 2011-04-10 13:13:01 +02:00
parent 312a923a28
commit f5cd43b5a7
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*,html,body,p{ margin: 0; padding: 0; } *,html,body,p{ margin: 0; padding: 0; }
.clear { clear: both; } .clear { clear: both; }
html { font-size: 62.5%; } html { font-size: 62.5%; }
body { background: #ccc;} body { background: #fff;}
body, textarea { font-family: Helvetica, Arial, sans-serif; } body, textarea { font-family: Helvetica, Arial, sans-serif; }
#users #users
@ -58,6 +58,7 @@ a img
width: 100%; width: 100%;
height: 31px; height: 31px;
padding-top: 4px; padding-top: 4px;
border-bottom: 1px solid #ccc;
overflow: hidden; overflow: hidden;
} }