aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-22 07:51:33 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-22 07:51:33 +0100
commit7df781679a88075535142b42190b7635331b128b (patch)
treecf4bd09647d0619d9e1f1f92c6c7a10328847360 /dudle.css
parentc339278dca54fa55767ad559c5656d41e56daf7e (diff)
better css (fixes opera issue partially)
validated
Diffstat (limited to '')
-rw-r--r--dudle.css31
1 files changed, 23 insertions, 8 deletions
diff --git a/dudle.css b/dudle.css
index ff9c779..e87b718 100644
--- a/dudle.css
+++ b/dudle.css
@@ -19,7 +19,7 @@
td.ayes, td.bmaybe, td.cno { cursor:default; }
-td.ayes, input.choosen { background-color:#0F0; }
+td.ayes{ background-color:#0F0; }
td.cno { background-color:#F00; }
td.bmaybe { background-color:#FF0; }
td.undecided { background-color:#DDD;color:#666 }
@@ -52,6 +52,7 @@ th.weekday{
width: 2.5em;
}
+input.choosen { background-color:#0F0; }
input.navigation, input.disabled, input.choosen, input.notchoosen {
border-width: 1px;
border-style: solid;
@@ -59,7 +60,6 @@ input.navigation, input.disabled, input.choosen, input.notchoosen {
padding: 0px;
cursor: pointer;
width: 100%;
- height: 100%;
}
input.navigation {
@@ -69,14 +69,27 @@ input.navigation {
input.disabled { background-color:#DDD;color:#BBB}
-td.calendarday{
- border: 1px;
+table {
+ border: none;
+}
+
+table.calendarday {
+ border-spacing: 2px;
+}
+
+table.calendarday form {
padding: 0px;
margin: 0px;
}
-table {
- border: none;
+table.calendarday td {
+ padding: 0px;
+ margin: 0px;
+}
+
+table.calendarday td input{
+ margin: 0px;
+ padding: 1px;
}
td.create_poll, td.charset{
@@ -129,7 +142,6 @@ html {
background: white;
padding: 2em;
color: black;
- line-height: 1.5em;
border: solid 1px black;
top: 0px;
margin-top: 0px;
@@ -185,6 +197,9 @@ h1 {
text-align: center;
}
-div.comment { margin-top: 1ex; }
+div.comment {
+ margin-top: 1ex;
+ line-height: 1.4em;
+}