Dotclear

source: admin/style/scss/partials/_tables.scss @ 3355:5619cd4c8c5d

Revision 3355:5619cd4c8c5d, 1.6 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Switch admin CSS to Sass/Compass?, 1st step

Line 
1table .maximal,
2table.maximal {
3    width: 100%;
4}
5
6table .minimal {
7    width: 1px;
8}
9
10table .nowrap {
11    white-space: nowrap;
12    vertical-align: top;
13}
14
15table .count {
16    text-align: right;
17    padding-right: 1.5em;
18}
19
20th.first input {
21    padding-right: 34px;
22}
23
24.line img {
25    vertical-align: middle;
26}
27
28tr.line img.expand,
29th img.expand {
30    margin-right: 6px;
31    margin-bottom: -2px;
32}
33
34tr.line p {
35    margin: 0;
36}
37
38tr.line input[type=text] {
39    background: #FFF;
40}
41
42tr.line input,
43tr.line select {
44    vertical-align: middle;
45    -webkit-box-shadow: none;
46    box-shadow: none;
47}
48
49tr.line select {
50    width: 6em;
51}
52
53tr.line:hover {
54    background: #f3f3f3;
55}
56
57td.status {
58    vertical-align: middle;
59}
60
61td.status img {
62    margin-bottom: -2px;
63}
64
65td.status a {
66    border: none;
67}
68
69.noborder td,
70td.noborder,
71.noborder th,
72th.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
83table.posts-list {
84    min-width: 50%;
85}
86
87table.settings,
88table.prefs {
89    margin-bottom: 3em;
90}
91
92table.settings th:first-child,
93table.prefs th:first-child {
94    width: 20%;
95}
96
97table.settings th + th,
98table.prefs th + th {
99    width: 30%;
100}
101
102table.settings th + th + th,
103table.prefs th + th + th {
104    width: 10%;
105}
106
107table.settings th:last-child,
108table.prefs th:last-child {
109    width: 40%;
110}
111
112
113/* js */
114
115td.expand {
116    padding: 1em;
117}
118
119tr.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.

Sites map