made background white while loading, needs a fancy ajax loader gif
This commit is contained in:
parent
312a923a28
commit
f5cd43b5a7
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue