70 lines
1.2 KiB
CSS
70 lines
1.2 KiB
CSS
|
|
/******************************
|
|
* Context Menu
|
|
******************************/
|
|
|
|
div.form-wrapper ul.context-menu {
|
|
float: right;
|
|
list-style-type: none;
|
|
margin: 0px;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
/******************************
|
|
* Forms
|
|
******************************/
|
|
|
|
div.fieldset-form {
|
|
float: left;
|
|
margin-left: 50px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
|
|
/******************************
|
|
* Fieldsets
|
|
******************************/
|
|
|
|
div.field-wrapper {
|
|
clear: both;
|
|
overflow: auto;
|
|
min-height: 30px;
|
|
}
|
|
|
|
div.field-wrapper label {
|
|
display: block;
|
|
float: left;
|
|
width: 140px;
|
|
font-weight: bold;
|
|
margin-top: 2px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* div.field-couple div.field-error { */
|
|
/* clear: both; */
|
|
/* color: #dd6666; */
|
|
/* font-weight: bold; */
|
|
/* } */
|
|
|
|
div.field-wrapper div.field {
|
|
display: block;
|
|
float: left;
|
|
margin-bottom: 5px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
div.field-wrapper div.field input[type=text],
|
|
div.field-wrapper div.field input[type=password],
|
|
div.field-wrapper div.field select {
|
|
width: 320px;
|
|
}
|
|
|
|
div.buttons {
|
|
clear: both;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
div.buttons * {
|
|
margin-right: 8px;
|
|
}
|