source: sipes/cord/modules/node/node.css @ 8a8efa8

stableversion-3.0
Last change on this file since 8a8efa8 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 683 octetos
Línea 
1
2.node-unpublished {
3  background-color: #fff4f4;
4}
5.preview .node {
6  background-color: #ffffea;
7}
8#node-admin-filter ul {
9  list-style-type: none;
10  padding: 0;
11  margin: 0;
12  width: 100%;
13}
14#node-admin-buttons {
15  float: left; /* LTR */
16  margin-left: 0.5em; /* LTR */
17  clear: right; /* LTR */
18}
19td.revision-current {
20  background: #ffc;
21}
22.node-form .form-text {
23  display: block;
24  width: 95%;
25}
26.node-form .container-inline .form-text {
27  display: inline;
28  width: auto;
29}
30.node-form .standard {
31  clear: both;
32}
33.node-form textarea {
34  display: block;
35  width: 95%;
36}
37.node-form .attachments fieldset {
38  float: none;
39  display: block;
40}
41.terms-inline {
42  display: inline;
43}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.