Browse Source

minor fixes (diff, forms, italic)

master
Anika Henke 11 years ago
parent
commit
288cdb254b
  1. 12
      css/_diff.css
  2. 17
      css/_forms.css
  3. 4
      css/basic.css

12
css/_diff.css

@ -21,7 +21,6 @@
.dokuwiki table.diff th { .dokuwiki table.diff th {
border-bottom: 1px solid __border__; border-bottom: 1px solid __border__;
font-size: 110%; font-size: 110%;
width: 50%;
font-weight: normal; font-weight: normal;
} }
.dokuwiki table.diff th a { .dokuwiki table.diff th a {
@ -37,8 +36,19 @@
.dokuwiki table.diff th.minor { .dokuwiki table.diff th.minor {
color: #999; color: #999;
} }
.dokuwiki table.diff_sidebyside th {
width: 50%;
}
/* table body */ /* table body */
.dokuwiki table.diff .diff-lineheader {
width: .7em;
text-align: right;
}
[dir=rtl] .dokuwiki table.diff .diff-lineheader {
text-align: left;
}
.dokuwiki table.diff .diff-lineheader,
.dokuwiki table.diff td { .dokuwiki table.diff td {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace;
} }

17
css/_forms.css

@ -24,7 +24,7 @@
font-weight: bold; font-weight: bold;
} }
[dir=rtl] .dokuwiki label.block { [dir=rtl] .dokuwiki label.block {
text-align: left;
text-align: left;
} }
.dokuwiki label.simple { .dokuwiki label.simple {
@ -33,7 +33,7 @@
font-weight: normal; font-weight: normal;
} }
[dir=rtl] .dokuwiki label.simple { [dir=rtl] .dokuwiki label.simple {
text-align: right;
text-align: right;
} }
.dokuwiki label.block select, .dokuwiki label.block select,
@ -67,6 +67,19 @@
.dokuwiki button.button { .dokuwiki button.button {
vertical-align: middle; vertical-align: middle;
} }
/**
* Styles for auth forms
*/
#dw__login label[for="remember__me"] {
margin-left: 50%;
margin-bottom: 1.4em;
}
#dw__login fieldset,
#dw__resendpwd fieldset,
#dw__register fieldset {
padding-bottom: 0.7em;
}
/** /**
* Styles for the subscription page * Styles for the subscription page

4
css/basic.css

@ -263,6 +263,10 @@ abbr {
border-bottom: 1px dotted; border-bottom: 1px dotted;
font-style: normal; font-style: normal;
} }
em acronym,
em abbr {
font-style: italic;
}
pre, pre,
code, code,

Loading…
Cancel
Save