diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 13:18:39 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-23 13:18:39 +0200 |
commit | 8ed57079260cd8c1a647b01fe00dd4fabdcb12e9 (patch) | |
tree | 4669d20c644bbe1982c73acfefcb6aa200654e31 /style.css | |
parent | e5f83ac9b5e91d65d1764d7bcbd29a37a479ffa2 (diff) | |
parent | 9be301e8db722b2b4f3273d8b9c332621fd25f0b (diff) |
Merge branch 'allinone-nonedit-da' into allinone-nonedit-nb
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; } |