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