Browse Source

minor fixes (diff, forms, italic)

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

12
css/_diff.css

@ -21,7 +21,6 @@
.dokuwiki table.diff th {
border-bottom: 1px solid __border__;
font-size: 110%;
width: 50%;
font-weight: normal;
}
.dokuwiki table.diff th a {
@ -37,8 +36,19 @@
.dokuwiki table.diff th.minor {
color: #999;
}
.dokuwiki table.diff_sidebyside th {
width: 50%;
}
/* 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 {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace;
}

13
css/_forms.css

@ -67,6 +67,19 @@
.dokuwiki button.button {
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

4
css/basic.css

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

Loading…
Cancel
Save