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