comparison modules/node/node.css @ 1:c1f4ac30525a 6.0

Drupal 6.0
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:28:28 +0100
parents
children
comparison
equal deleted inserted replaced
0:5a113a1c4740 1:c1f4ac30525a
1 /* $Id: node.css,v 1.5 2008/01/25 21:21:44 goba Exp $ */
2
3 .node-unpublished {
4 background-color: #fff4f4;
5 }
6 .preview .node {
7 background-color: #ffffea;
8 }
9 #node-admin-filter ul {
10 list-style-type: none;
11 padding: 0;
12 margin: 0;
13 width: 100%;
14 }
15 #node-admin-buttons {
16 float: left; /* LTR */
17 margin-left: 0.5em; /* LTR */
18 clear: right; /* LTR */
19 }
20 td.revision-current {
21 background: #ffc;
22 }
23 .node-form .form-text {
24 display: block;
25 width: 95%;
26 }
27 .node-form .container-inline .form-text {
28 display: inline;
29 width: auto;
30 }
31 .node-form .standard {
32 clear: both;
33 }
34 .node-form textarea {
35 display: block;
36 width: 95%;
37 }
38 .node-form .attachments fieldset {
39 float: none;
40 display: block;
41 }
42 .terms-inline {
43 display: inline;
44 }