glossary CSS updated
This commit is contained in:
@@ -352,12 +352,28 @@ body {
|
||||
background-color:#F9FAFA;
|
||||
}
|
||||
|
||||
.glossary .generaltab {
|
||||
.glossary .generaltabselected {
|
||||
background-color:#FFD991 !important;
|
||||
}
|
||||
|
||||
/* new glossary styles */
|
||||
.glossarypost .entry,
|
||||
.glossary .glossaryintrobox {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
.glossary .generaltab,
|
||||
.glossary .general {
|
||||
background-color:#D1D7DC !important;
|
||||
}
|
||||
|
||||
.glossary .generaltabselected {
|
||||
background-color:#FFD991 !important;
|
||||
.glossary table.tabs {
|
||||
border-color:#D1D7DC;
|
||||
}
|
||||
|
||||
.glossary .inactive {
|
||||
background-color:transparent;
|
||||
border-color:#D1D7DC;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -272,10 +272,15 @@ h4 {
|
||||
|
||||
/* glossary */
|
||||
.glossary .generaltab B,
|
||||
.glossary .generaltabselected B {
|
||||
.glossary .generaltabselected B,
|
||||
.glossary .general B,
|
||||
.glossary .inactive B {
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.glossaryintrobox {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* wiki */
|
||||
.mwiki {
|
||||
|
||||
@@ -436,18 +436,33 @@ table.formtable td {
|
||||
border:1px solid;
|
||||
}
|
||||
|
||||
.glossary table {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
#glossary-edit {
|
||||
margin:0px;
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.glossary .generaltab,
|
||||
.glossary .generaltabselected {
|
||||
padding:0px 1px;
|
||||
.glossary .generaltabselected,
|
||||
.glossary .general,
|
||||
.glossary .inactive {
|
||||
width:25%;
|
||||
padding:0px 1px;
|
||||
}
|
||||
|
||||
.glossary table {
|
||||
width:100%;
|
||||
.glossary table.tabs td.separator {
|
||||
width:1%;
|
||||
}
|
||||
|
||||
.glossary table.tabs {
|
||||
border:1px solid;
|
||||
}
|
||||
|
||||
.glossary .inactive {
|
||||
border:1px solid;
|
||||
}
|
||||
|
||||
|
||||
@@ -745,7 +760,7 @@ table.calendar-controls .next
|
||||
background:url('../../pix/t/switch_minus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
.sideblock.hidden .sideblockheading .hide-show img.hide-show-image {
|
||||
.sideblock.hidden .heading .hide-show img.hide-show-image {
|
||||
background:url('../../pix/t/switch_plus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user