aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/default.css b/default.css
index c63c338..e7ead44 100644
--- a/default.css
+++ b/default.css
@@ -59,10 +59,6 @@ td.name {
background-color:#CCF;
}
-th.weekday{
- min-width: 2.5em;
-}
-
input.navigation, input.disabled, input.choosen, input.notchoosen {
border-width: 1px;
border-style: solid;
@@ -87,6 +83,12 @@ table.calendarday {
border-spacing: 2px;
}
+
+table.calendarday th, table.calendarday td{
+ min-width: 2em;
+ height: 2em;
+}
+
table.calendarday form {
padding: 0px;
margin: 0px;