diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 13:17:38 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 13:17:38 +0200 |
commit | 9be301e8db722b2b4f3273d8b9c332621fd25f0b (patch) | |
tree | 4669d20c644bbe1982c73acfefcb6aa200654e31 /style.css | |
parent | a3b8aacada8a4ac01ae2af2448e290e4b2e43a29 (diff) | |
parent | ce295f72b81f7a10d8e5286228404d13c6186a22 (diff) |
Merge branch 'clean-da' into allinone-nonedit-da
Conflicts (all dropped):
ikiwiki.mdwn
ikiwiki/blog.mdwn
ikiwiki/directive.mdwn
ikiwiki/formatting.mdwn
ikiwiki/pagespec.mdwn
ikiwiki/pagespec/attachment.mdwn
templates.mdwn
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -30,6 +30,10 @@ border-bottom: 0; } +div.inlinecontent { + margin-top: .4em; +} + .actions li { display: inline; padding: .2em .4em; @@ -249,6 +253,22 @@ div.poll { border: 1px solid #aaa; } +div.progress { + margin-top: 1ex; + margin-bottom: 1ex; + border: 1px solid #888; + width: 400px; + background: #eee; + color: black !important; + padding: 1px; +} +div.progress-done { + background: #ea6 !important; + color: black !important; + text-align: center; + padding: 1px; +} + input#openid_url { background: url(wikiicons/openidlogin-bg.gif) no-repeat; background-color: #fff; @@ -295,7 +315,7 @@ input#searchbox { margin-bottom: 1ex; padding: 1ex 1ex; border: 1px solid #aaa; - width: 25% + width: 25%; background: white; color: black !important; } |