forked from yogeshmundada/appu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.css
More file actions
55 lines (34 loc) · 1.92 KB
/
options.css
File metadata and controls
55 lines (34 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
html, body {
min-height: 100%;
}
body {
font: 13px "Lucida Grande", Helvetica, Arial, sans-serif;
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
}
article, aside, figure, footer, header, hgroup,
menu, nav, section {
display: block;
}
#appu-options {
margin-left: 100px;
margin-right: 300px;
}
/* DNT table CSS */
#dnt-site-list-table { width: 100%; height: 100px; overflow:auto; margin: 0 auto; border-collapse: collapse; border-width: 1px; }
#dnt-site-div { margin: 80px auto; width: 800px; height: 200px; overflow: auto; padding: 10px; background: white; }
#dnt-site-list-table th { height: 120px; padding-bottom: 14px !important; vertical-align: bottom; }
#dnt-site-list-table tr:nth-child(even) { background: #CCC; }
#dnt-site-list-table tr:nth-child(odd) { background: #FFF; }
#dnt-site-list-table td,
#dnt-site-list-table th { width: 150px; padding: 8px 5px; text-align: center; border-left: 1px solid white; border-right: 1px solid white; }
#dnt-site-list-table .final-row td { padding: 24px 5px; }
/* DONTBUGME table CSS */
#dontbugme-site-list-table { width: 100%; height: 100px; overflow:auto; margin: 0 auto; border-collapse: collapse; border-width: 1px; }
#dontbugme-site-div { margin: 80px auto; width: 800px; height: 200px; overflow: auto; padding: 10px; background: white; }
#dontbugme-site-list-table th { height: 120px; padding-bottom: 14px !important; vertical-align: bottom; }
#dontbugme-site-list-table tr:nth-child(even) { background: #CCC; }
#dontbugme-site-list-table tr:nth-child(odd) { background: #FFF; }
#dontbugme-site-list-table td,
#dontbugme-site-list-table th { width: 150px; padding: 8px 5px; text-align: center; border-left: 1px solid white; border-right: 1px solid white; }
#dontbugme-site-list-table .final-row td { padding: 24px 5px; }