summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-23 13:09:06 +0200
committerJonas Smedegaard <dr@jones.dk>2008-10-23 13:09:06 +0200
commit7e621be7bf483c79f03d0681f7c2fc6360608c11 (patch)
treef0d9b3fba3d09a02132dce04fd3b33a4b0685c85 /style.css
parentdd0a91f0cc3197f1f8f866d4a7c49e6e6645d118 (diff)
parentdb0ec526c5a7a41a0c5952ac6704fcb9fe4334a0 (diff)
Merge branch 'clean-nb' into allinone-nb
Diffstat (limited to 'style.css')
-rw-r--r--style.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/style.css b/style.css
index 2e6cdee..5787ef6 100644
--- a/style.css
+++ b/style.css
@@ -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;
}