diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-09-01 08:50:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-09-01 08:50:26 +0000 |
| commit | adec375bc92c1a2a77d8f581268cb175a9dd6400 (patch) | |
| tree | f509a2df8ddd73f0cf3ffb9ac7571572d9a03fcc /styles | |
| parent | f2ef837f32584c180edc93c421a9d06805d3d2d2 (diff) | |
| download | calendar-adec375bc92c1a2a77d8f581268cb175a9dd6400.tar.gz calendar-adec375bc92c1a2a77d8f581268cb175a9dd6400.tar.bz2 calendar-adec375bc92c1a2a77d8f581268cb175a9dd6400.zip | |
minor layout update
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/plain.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/plain.css b/styles/plain.css index 1ff38c4..5d428b4 100644 --- a/styles/plain.css +++ b/styles/plain.css @@ -2,6 +2,7 @@ /* any of these settings can be overridden in your theme css file */ /* hopefully we can select calendar styling options for the admin area soon */ .caltable th,.caltable td {vertical-align:top;} +.caltable td {height:6em;} .caltable .current {border:2px solid red; background:#ffc;} .caloptions div {border-width:0 0 2px 0; border-style:solid; padding:3px 0 0 0;} .calitems div a {border-width:0 0 2px 0; border-style:solid; display:block; padding:3px 2px;} |
