wb-archiv283/trunk/wb/modules/form/backend.css @ 1081
1 | 560 | Ruebenwurz | .setting_name { |
---|---|---|---|
2 | vertical-align: top; |
||
3 | 982 | Ruebenwurz | width: 30%; |
4 | 560 | Ruebenwurz | }
|
5 | 982 | Ruebenwurz | .setting_value { |
6 | vertical-align: top; |
||
7 | width: 70%; |
||
8 | }
|
||
9 | 560 | Ruebenwurz | .newsection { |
10 | border-top: 1px dashed #fff; |
||
11 | }
|
||
12 | |||
13 | 784 | doc | /*
|
14 | The definitions below provide the style for the edit CSS button
|
||
15 | Required CSS class name: input.mod_moduledirectory_edit_css
|
||
16 | */
|
||
17 | input.mod_form_edit_css { |
||
18 | color: #000; |
||
19 | background-color: #F0F0F0; |
||
20 | border: 1px solid gray; |
||
21 | padding: 2px; |
||
22 | margin: 0; |
||
23 | margin-left: 625px; |
||
24 | 560 | Ruebenwurz | margin-top: -20px; |
25 | 784 | doc | margin-bottom: 5px; |
26 | width: 110px; |
||
27 | 560 | Ruebenwurz | }
|