comparison dashboard.css @ 12:ea3ec9f460db

Removed loading screen.
author Atul Varma <varmaa@toolness.com>
date Mon, 08 Mar 2010 21:58:54 -0800
parents ac252dd4b395
children c4de72b56b3e
comparison
equal deleted inserted replaced
11:ac252dd4b395 12:ea3ec9f460db
9 text-decoration: none; 9 text-decoration: none;
10 } 10 }
11 11
12 a:hover { 12 a:hover {
13 background: yellow; 13 background: yellow;
14 }
15
16 #reports {
17 display: none;
18 } 14 }
19 15
20 #reports .container { 16 #reports .container {
21 display: table; 17 display: table;
22 } 18 }
30 padding: 0 0.5em; 26 padding: 0 0.5em;
31 } 27 }
32 28
33 #reports .container h2 { 29 #reports .container h2 {
34 margin-top: 0; 30 margin-top: 0;
31 width: 20em;
35 } 32 }
36 33
37 #templates { 34 #templates {
38 display: none; 35 display: none;
39 } 36 }
45 font-style: inherit; 42 font-style: inherit;
46 font-variant: inherit; 43 font-variant: inherit;
47 } 44 }
48 45
49 table { 46 table {
50 width: 30em; 47 width: 100%;
51 border-collapse: collapse; 48 border-collapse: collapse;
52 } 49 }
53 50
54 tr { 51 tr {
55 border-bottom: 1px black dotted; 52 border-bottom: 1px black dotted;