source: sipes/cord/modules/dblog/dblog.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: 850 octetos
Línea 
1
2#edit-type-wrapper, #edit-severity-wrapper {
3  float: left; /* LTR */
4  padding-right: .8em; /* LTR */
5  margin: 0.1em;
6  /**
7   * In Opera 9, DOM elements with the property of "overflow: auto"
8   * will partially hide its contents with unnecessary scrollbars when
9   * its immediate child is floated without an explicit width set.
10   */
11  width: 15em;
12}
13#dblog-filter-form .form-item select.form-select {
14  width: 100%;
15}
16tr.dblog-user {
17  background: #ffd;
18}
19tr.dblog-user .active {
20  background: #eed;
21}
22tr.dblog-content {
23  background: #ddf;
24}
25tr.dblog-content .active {
26  background: #cce;
27}
28tr.dblog-page-not-found, tr.dblog-access-denied {
29  background: #dfd;
30}
31tr.dblog-page-not-found .active, tr.dblog-access-denied .active {
32  background: #cec;
33}
34tr.dblog-error {
35  background: #ffc9c9;
36}
37tr.dblog-error .active {
38  background: #eeb9b9;
39}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.