Line | |
---|
1 | table .maximal, |
---|
2 | table.maximal { |
---|
3 | width: 100%; |
---|
4 | } |
---|
5 | |
---|
6 | table .minimal { |
---|
7 | width: 1px; |
---|
8 | } |
---|
9 | |
---|
10 | table .nowrap { |
---|
11 | white-space: nowrap; |
---|
12 | vertical-align: top; |
---|
13 | } |
---|
14 | |
---|
15 | table .count { |
---|
16 | text-align: right; |
---|
17 | padding-right: 1.5em; |
---|
18 | } |
---|
19 | |
---|
20 | th.first input { |
---|
21 | padding-right: 34px; |
---|
22 | } |
---|
23 | |
---|
24 | .line img { |
---|
25 | vertical-align: middle; |
---|
26 | } |
---|
27 | |
---|
28 | tr.line img.expand, |
---|
29 | th img.expand { |
---|
30 | margin-right: 6px; |
---|
31 | margin-bottom: -2px; |
---|
32 | } |
---|
33 | |
---|
34 | tr.line p { |
---|
35 | margin: 0; |
---|
36 | } |
---|
37 | |
---|
38 | tr.line input[type=text] { |
---|
39 | background: #FFF; |
---|
40 | } |
---|
41 | |
---|
42 | tr.line input, |
---|
43 | tr.line select { |
---|
44 | vertical-align: middle; |
---|
45 | -webkit-box-shadow: none; |
---|
46 | box-shadow: none; |
---|
47 | } |
---|
48 | |
---|
49 | tr.line select { |
---|
50 | width: 6em; |
---|
51 | } |
---|
52 | |
---|
53 | tr.line:hover { |
---|
54 | background: #f3f3f3; |
---|
55 | } |
---|
56 | |
---|
57 | td.status { |
---|
58 | vertical-align: middle; |
---|
59 | } |
---|
60 | |
---|
61 | td.status img { |
---|
62 | margin-bottom: -2px; |
---|
63 | } |
---|
64 | |
---|
65 | td.status a { |
---|
66 | border: none; |
---|
67 | } |
---|
68 | |
---|
69 | .noborder td, |
---|
70 | td.noborder, |
---|
71 | .noborder th, |
---|
72 | th.noborder { |
---|
73 | border-width: 0 0 1px 0; |
---|
74 | border-color: #dfdfdf; |
---|
75 | line-height: 2em; |
---|
76 | padding-bottom: 0; |
---|
77 | } |
---|
78 | |
---|
79 | .noborder p { |
---|
80 | margin-bottom: 0; |
---|
81 | } |
---|
82 | |
---|
83 | table.posts-list { |
---|
84 | min-width: 50%; |
---|
85 | } |
---|
86 | |
---|
87 | table.settings, |
---|
88 | table.prefs { |
---|
89 | margin-bottom: 3em; |
---|
90 | } |
---|
91 | |
---|
92 | table.settings th:first-child, |
---|
93 | table.prefs th:first-child { |
---|
94 | width: 20%; |
---|
95 | } |
---|
96 | |
---|
97 | table.settings th + th, |
---|
98 | table.prefs th + th { |
---|
99 | width: 30%; |
---|
100 | } |
---|
101 | |
---|
102 | table.settings th + th + th, |
---|
103 | table.prefs th + th + th { |
---|
104 | width: 10%; |
---|
105 | } |
---|
106 | |
---|
107 | table.settings th:last-child, |
---|
108 | table.prefs th:last-child { |
---|
109 | width: 40%; |
---|
110 | } |
---|
111 | |
---|
112 | |
---|
113 | /* js */ |
---|
114 | |
---|
115 | td.expand { |
---|
116 | padding: 1em; |
---|
117 | } |
---|
118 | |
---|
119 | tr.expand td { |
---|
120 | border-bottom: none; |
---|
121 | } |
---|
122 | |
---|
123 | .handle { |
---|
124 | padding: 0; |
---|
125 | } |
---|
126 | |
---|
127 | .handler { |
---|
128 | cursor: move; |
---|
129 | background: transparent url(drag.png) no-repeat 0 50%; |
---|
130 | padding-left: 15px; |
---|
131 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.