source: sipes/cord/modules/book/book.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: 925 octetos
Línea 
1
2.book-navigation .menu {
3  border-top: 1px solid #888;
4  padding: 1em 0 0 3em;
5}
6.book-navigation .page-links {
7  border-top: 1px solid #888;
8  border-bottom: 1px solid #888;
9  text-align: center;
10  padding: 0.5em;
11}
12.book-navigation .page-previous {
13  text-align: left;
14  width: 42%;
15  display: block;
16  float: left; /* LTR */
17}
18.book-navigation .page-up {
19  margin: 0 5%;
20  width: 4%;
21  display: block;
22  float: left; /* LTR */
23}
24.book-navigation .page-next {
25  text-align: right;
26  width: 42%;
27  display: block;
28  float: right;
29}
30#book-outline {
31  min-width: 56em;
32}
33.book-outline-form .form-item {
34  margin-top: 0;
35  margin-bottom: 0;
36}
37#edit-book-bid-wrapper .description {
38  clear: both;
39}
40#book-admin-edit select {
41  margin-right: 24px;
42}
43#book-admin-edit select.progress-disabled {
44  margin-right: 0;
45}
46#book-admin-edit tr.ahah-new-content {
47  background-color: #ffd;
48}
49#book-admin-edit .form-item {
50  float: left;
51}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.