mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
707e4f8cf1
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41929 467b73ca-7a2a-4603-9d3b-597d59a354a9
54 lines
959 B
CSS
Executable File
54 lines
959 B
CSS
Executable File
#GB_header {
|
|
position: absolute;
|
|
z-index: 151;
|
|
margin: 0;
|
|
top: 0;
|
|
font-size : 14px;
|
|
font-weight : bold;
|
|
color: white;
|
|
background: #0075C9 url(../images/textures/obar.gif) 0px 0px repeat-x !important;
|
|
height : 22px !important;
|
|
}
|
|
|
|
#GB_window {
|
|
border: 0;
|
|
}
|
|
|
|
#GB_close {
|
|
padding: 2px 5px 0 0;
|
|
float: right;
|
|
color: #fff;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.ComplexTableField {
|
|
margin-bottom: 10px;
|
|
}
|
|
.ComplexTableField .PageControls {
|
|
margin: 5px 0;
|
|
text-align:center;
|
|
display:block;
|
|
margin-bottom: 5px;
|
|
background:#ebeadb;
|
|
border: 1px #cbc7b7 solid;
|
|
}
|
|
.ComplexTableField .PageControls * {
|
|
display:inline;
|
|
vertical-align: middle;
|
|
}
|
|
.ComplexTableField .PageControls .Last{
|
|
float:right; display:block;
|
|
width:40px; text-align:right;
|
|
}
|
|
.ComplexTableField .PageControls .First{
|
|
float:left; display:block;
|
|
width:40px; text-align:left;
|
|
}
|
|
|
|
.ComplexTableField tbody td {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ComplexTableField tbody td.markingcheckbox {
|
|
cursor: default;
|
|
} |