source: branches/rsr.v5.1.dev/web/punbb/style/Earth/base_admin.css @ 3

Last change on this file since 3 was 3, checked in by dj3c1t, 12 years ago

passage a Fluxbb 1.4.7

File size: 2.4 KB
Line 
1#adminconsole .blockform .box {
2        padding-bottom: 12px;
3}
4
5#adminconsole fieldset .infldset {
6        position: relative;
7        overflow: hidden;
8}
9
10#adminconsole fieldset table {
11        margin-top: -1px;
12        margin-bottom: -1px;
13}
14
15#adminconsole fieldset td, #adminconsole fieldset th {
16        padding: 10px 8px 10px 0;
17        text-align: left;
18        white-space: normal;
19        border-style: solid none;
20        border-width: 1px 0;
21}
22
23#punadmin thead th {
24        border-top: 0;
25        font-weight: normal;
26}
27
28#adminconsole fieldset td span, #adminconsole fieldset th span {
29        display: block; font-size: 1em;
30        font-weight: normal;
31}
32
33#adminconsole fieldset td.location span {
34        display: inline-block;
35}
36
37#adminconsole fieldset tbody th {
38        width: 15em;
39        font-weight: normal;
40        padding-right: 8px;
41}
42
43#adminconsole table.aligntop th, #adminconsole table.aligntop td {
44        vertical-align: top;
45}
46
47#adminconsole table.aligntop th div {
48        padding-top: 3px;
49}
50
51#adminconsole .inform {
52        padding-bottom: 0;
53}
54
55#adminconsole .infldset {
56        padding-bottom: 0;
57        padding-top: 0;
58}
59
60#adminconsole p.submittop {
61        text-align: center;
62        border-bottom-style: dotted;
63        border-bottom-width: 1px;
64        margin: 0 18px;
65        padding-top: 12px;
66}
67
68#adminconsole p.submitend {
69        text-align: center;
70        padding-bottom: 0;
71}
72
73#adminconsole fieldset p {
74        padding: 10px 0;
75}
76
77#adminconsole .fsetsubmit {
78        padding: 10px 0 12px 0;
79}
80
81#categoryedit .tcl {
82        width: 25%;
83}
84
85#censoring .tcl, #censoring .tc2, #ranks .tcl, #ranks .tc2 {
86        width: 20%;
87}
88
89#edforum .tcl {
90        width: 18%;
91}
92
93#edforum .tc2 {
94        width: 12%;
95}
96
97#forumperms thead th, #forumperms tbody td {
98        text-align: center;
99}
100
101.pun .linkst .backlink, .pun .linksb .backlink {
102        padding: 7px 0;
103}
104
105#punadmin #users1 h2, #punadmin #users2 h2, #punadmin #bans1 h2 {
106        display: block;
107        left: -9999em;
108        overflow: hidden;
109        position: absolute;
110        text-indent: -9999em;
111        width: 0;
112}
113
114#punadmin #users1 th, #punadmin #users2 th, #punadmin #bans1 th {
115        font-weight: bold;
116}
117
118#users2 th, #bans1 th {
119        text-align: left;
120}
121
122#users2 th.tcmod {
123        text-align: center;
124}
125
126#users2 .tcl, #bans1 .tcl {
127        width: auto;
128        text-align: left;
129}
130
131#users2 .tc2, #bans1 .tc2 {
132        width: 18%;
133        text-align: left;
134}
135
136#users2 .tc3, #users2 .tc5, #bans1 .tc3, #bans1 .tc5, #bans1 .tc6 {
137        width: 12%;
138        text-align: left;
139}
140
141#users2 .tc4, #bans1 .tc4 {
142        width: 10%;
143        text-align: center;
144}
145
146#users2 .tcr {
147        width: 20%;
148        white-space: nowrap;
149}
150
151#bans1 .tcr {
152        width: 15%;
153        white-space: nowrap;
154}
155
156#users2 .tcmod {
157        width: 10%;
158        text-align: center;
159}
160
161.plugin p {
162        padding: 12px 18px 0;
163}
Note: See TracBrowser for help on using the repository browser.