wb-archiv283/trunk/wb/modules/form/backend.css @ 814
1 |
.setting_name { |
---|---|
2 |
vertical-align: top; |
3 |
}
|
4 |
.newsection { |
5 |
border-top: 1px dashed #fff; |
6 |
}
|
7 |
|
8 |
/*
|
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 |
margin-top: -20px; |
20 |
margin-bottom: 5px; |
21 |
width: 110px; |
22 |
}
|