wb-archiv283/trunk/wb/modules/news/backend.css @ 1033
1 |
.setting_name { |
---|---|
2 |
vertical-align: top; |
3 |
width: 20%; |
4 |
}
|
5 |
.setting_value { |
6 |
vertical-align: top; |
7 |
width: 80%; |
8 |
}
|
9 |
|
10 |
/*
|
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 |
}
|