Move to sane directory structure. Don't make 'cms' the top level of the silverstripe...
[silverstripe-elijah.git] / silverstripe-gsoc / cms / css / LeftAndMain_printable.css
blobf6491e6855ada544b3c258e37417d80b9bd0e8ed
1 * {
2 font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
5 h3 {
6 margin-top: 2em;
9 form .field {
10 margin-bottom: 1em;
13 form label.left {
14 float: left;
15 width: 15em;
16 font-weight: bold;
18 form div.field {
19 /*margin-left: 10em;*/
22 form .inlineformaction,
23 form .inlineformaction_readonly,
24 form .action,
25 form .action_readonly
27 display: none !important;
30 .pageStatusMessage {
31 position: absolute;
32 right: 2em;
33 top: 2em;
34 border: 1px #777 solid;
37 .TableListField table.data th {
38 background: #eee;
41 .TableListField table.data {
42 width: 100%;
43 border: 1px #aaa solid;