2008-02-05 17:11:21 +01:00
|
|
|
dl.LSform {
|
2008-02-08 18:39:24 +01:00
|
|
|
margin: 0;
|
|
|
|
margin-left: 2em;
|
|
|
|
padding: 0;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.LSform dt {
|
2008-02-08 18:39:24 +01:00
|
|
|
position: relative;
|
|
|
|
left: 0.2em;
|
|
|
|
top: 1.2em;
|
|
|
|
width: 12em;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #0072b8;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dd.LSform {
|
2008-02-08 18:39:24 +01:00
|
|
|
margin-left: 13em;
|
|
|
|
padding: 0;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.LSform input, .LSform select, .LSform textarea {
|
2008-02-08 18:39:24 +01:00
|
|
|
border: 1px inset #ccc;
|
2008-02-26 18:40:05 +01:00
|
|
|
width: 300px;
|
2008-02-08 18:39:24 +01:00
|
|
|
background-color: #b5e4f6;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type='submit'].LSform {
|
2008-02-08 18:39:24 +01:00
|
|
|
border: 1px outset #ccc;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-left: 6em;
|
|
|
|
width: 8em;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.LSform {
|
2008-02-08 18:39:24 +01:00
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-04-25 15:48:12 +02:00
|
|
|
li.LSform {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2008-02-05 17:11:21 +01:00
|
|
|
.LSform-errors {
|
2008-02-08 18:39:24 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #f59a67;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
img.LSform-add-field-btn, img.LSform-remove-field-btn {
|
2008-02-08 18:39:24 +01:00
|
|
|
cursor: pointer;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
2008-02-26 18:40:05 +01:00
|
|
|
|
|
|
|
a.LSformElement_select_object_addBtn {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.LSformElement_select_object {
|
|
|
|
border: 1px solid #b5e4f6;
|
|
|
|
border-bottom: none;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.LSformElement_select_object {
|
|
|
|
padding: 0.1em;
|
|
|
|
border-bottom: 1px solid #b5e4f6;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.LSformElement_select_object_addBtn {
|
|
|
|
background-color: #b5e4f6;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.LSformElement_select_object_deleteBtn {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|