wb-archiv283/trunk/wb/modules/form/backend.css @ 1389
| 1 |
.setting_name { |
|---|---|
| 2 |
vertical-align: top; |
| 3 |
width: 30%; |
| 4 |
}
|
| 5 |
.setting_value { |
| 6 |
vertical-align: top; |
| 7 |
width: 70%; |
| 8 |
}
|
| 9 |
.newsection { |
| 10 |
border-top: 1px dashed #fff; |
| 11 |
}
|
| 12 |
|
| 13 |
/*
|
| 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 |
margin-top: -20px; |
| 25 |
margin-bottom: 5px; |
| 26 |
width: 110px; |
| 27 |
}
|