changed font sizes of license and section edit buttons
This commit is contained in:
parent
ac045c3d94
commit
c21fe1fab8
3 changed files with 4 additions and 28 deletions
|
|
@ -106,6 +106,9 @@ div.picker button.pickerbutton {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: -1.4em;
|
margin-top: -1.4em;
|
||||||
}
|
}
|
||||||
|
.dokuwiki .secedit input.button {
|
||||||
|
font-size: 75%;
|
||||||
|
}
|
||||||
.dokuwiki .section_highlight {
|
.dokuwiki .section_highlight {
|
||||||
background-color: __background_alt__ !important;
|
background-color: __background_alt__ !important;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
|
||||||
|
|
@ -100,30 +100,3 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*____________ misc ____________*/
|
|
||||||
|
|
||||||
/* license note in footer and under edit window */
|
|
||||||
.dokuwiki div.license {
|
|
||||||
font-size: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#IE6 .dokuwiki input.button, #IE6 .dokuwiki button,
|
|
||||||
#IE7 .dokuwiki input.button, #IE7 .dokuwiki button {
|
|
||||||
line-height: 1.4;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*____________ JS popup ____________*/
|
|
||||||
|
|
||||||
.JSpopup {
|
|
||||||
background-color: __background__;
|
|
||||||
color: __text__;
|
|
||||||
border: 1px solid __border__;
|
|
||||||
line-height: 1.2;
|
|
||||||
padding: 0 .2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.JSpopup ul,
|
|
||||||
.JSpopup ol {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -194,7 +194,7 @@
|
||||||
|
|
||||||
/* license note in footer and under edit window */
|
/* license note in footer and under edit window */
|
||||||
.dokuwiki div.license {
|
.dokuwiki div.license {
|
||||||
font-size: 90%;
|
font-size: 93.75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#IE6 .dokuwiki input.button, #IE6 .dokuwiki button,
|
#IE6 .dokuwiki input.button, #IE6 .dokuwiki button,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue