2007-07-19 12:40:28 +02:00
|
|
|
html,body {
|
|
|
|
overflow:auto !important;
|
|
|
|
background: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ComplexTableField_popup {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
2007-10-17 04:29:42 +02:00
|
|
|
#ComplexTableField_Popup_DetailForm input.loading {
|
|
|
|
background: #fff url(../../cms/images/network-save.gif) left center no-repeat;
|
|
|
|
padding-left:16px;
|
|
|
|
}
|
|
|
|
|
2007-07-19 12:40:28 +02:00
|
|
|
.PageControls {
|
|
|
|
padding: 5px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PageControls * {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PageControls .Left {
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PageControls .Count {
|
|
|
|
width: 33%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PageControls .Right {
|
|
|
|
width: 33%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
form {
|
2007-07-19 12:40:28 +02:00
|
|
|
margin: 0 !important;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
|
|
|
|
form fieldset {
|
2007-07-19 12:40:28 +02:00
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* IE6 hack */
|
|
|
|
* html body,
|
|
|
|
* html .ComplexTableField_Popup form .middleColumn span,
|
|
|
|
* html .ComplexTableField_Popup form .middleColumn *,
|
|
|
|
* html .ComplexTableField_Popup form .readonly .readonly {
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
* html .autocomplete {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ComplexTableField_Popup td.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ComplexTableField_Popup th.HiddenField{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ComplexTableField_Popup span.right{
|
|
|
|
float: right;
|
|
|
|
clear: none;
|
|
|
|
}
|
|
|
|
.ComplexTableField_Popup span.left{
|
|
|
|
float: left;
|
|
|
|
clear: none;
|
|
|
|
}
|
|
|
|
|
2007-10-03 01:03:46 +02:00
|
|
|
/* Pagination */
|
2007-11-02 03:53:53 +01:00
|
|
|
#ComplexTableField_Pagination,
|
|
|
|
#ComplexTableField_Pagination * {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2007-10-03 01:03:46 +02:00
|
|
|
|
2007-10-17 04:29:42 +02:00
|
|
|
#ComplexTableField_Pagination {
|
2007-10-03 01:03:46 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ComplexTableField_Pagination a {
|
2007-11-02 03:53:53 +01:00
|
|
|
font-size: 1.2em;
|
2007-10-03 01:03:46 +02:00
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ComplexTableField_Pagination span {
|
|
|
|
display: inline;
|
2007-11-02 03:53:53 +01:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.2em;
|
2007-10-03 01:03:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#ComplexTableField_Pagination div {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ComplexTableField_Pagination_Next a,#ComplexTableField_Pagination_Previous a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|