2007-09-27 22:56:55 +02:00
|
|
|
#right form .inlineformaction {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2009-02-03 04:46:15 +01:00
|
|
|
#right form #deletemarked .middleColumn {
|
|
|
|
background: none;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
.dragfile,
|
|
|
|
.dragfile img {
|
|
|
|
float: left;
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
.NumFilesIndicator {
|
|
|
|
text-align: left;
|
|
|
|
padding: 1px 1px 1px 10px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid #cc9;
|
|
|
|
color: #660;
|
|
|
|
background-color: #F9F9E3;
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
.DraggedHandle {
|
|
|
|
width: 30em !important;
|
2009-11-21 04:19:05 +01:00
|
|
|
}
|
|
|
|
form#Form_AddForm fieldset {
|
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
form#Form_AddForm .field span.readonly {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TreeActions-sync {
|
|
|
|
/* Same as .checkboxAboveTree */
|
|
|
|
border-top: 1px solid #CCCCCC;
|
|
|
|
padding: .5em;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|