79 lines
1.4 KiB
CSS
79 lines
1.4 KiB
CSS
/* $Id$ */
|
|
|
|
.node-unpublished {
|
|
background-color: #fff4f4;
|
|
}
|
|
.preview .node {
|
|
background-color: #ffffea;
|
|
}
|
|
#node-admin-filter ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
#node-admin-buttons {
|
|
float: left; /* LTR */
|
|
margin-left: 0.5em; /* LTR */
|
|
clear: right; /* LTR */
|
|
}
|
|
td.revision-current {
|
|
background: #ffc;
|
|
}
|
|
.node-form .form-text {
|
|
display: block;
|
|
width: 95%;
|
|
}
|
|
.node-form .container-inline .form-text {
|
|
display: inline;
|
|
width: auto;
|
|
}
|
|
.node-form .standard {
|
|
clear: both;
|
|
}
|
|
.node-form textarea {
|
|
display: block;
|
|
width: 95%;
|
|
}
|
|
.node-form .attachments fieldset {
|
|
float: none;
|
|
display: block;
|
|
}
|
|
.terms-inline {
|
|
display: inline;
|
|
}
|
|
.filter-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.filter-wrapper {
|
|
border-top: 0;
|
|
width: 95%;
|
|
padding: 0;
|
|
margin-top: -1em;
|
|
float: left; /* Required by IE6 to respect negative margins */
|
|
}
|
|
.filter-guidelines {
|
|
clear: left;
|
|
margin: 1.5em;
|
|
}
|
|
.filter-wrapper .form-item {
|
|
float: left;
|
|
line-height: 3em;
|
|
margin: 0 0 0 1.5em;
|
|
}
|
|
.filter-wrapper .form-item label {
|
|
display: inline;
|
|
}
|
|
.filter-help {
|
|
float: right;
|
|
margin-right: 1em;
|
|
}
|
|
.filter-help a {
|
|
background: url(../../misc/help.png) right center no-repeat;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
html.js fieldset.collapsible {
|
|
clear: left; /* Test fix for Safari issues caused by IE6 fix above, need to test impact elsewhere and move to appropriate CSS file */
|
|
} |