diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-10-07 06:19:18 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-10-07 06:19:18 +0000 |
| commit | fb9c9ab13a6a275196f9b9712dd67643d8e37629 (patch) | |
| tree | 04bd716604fa90e15938fa1ba4f93454a7db0ac3 /styles | |
| parent | 33e52e413c6e55c31f63c024f4d214dd472e14b2 (diff) | |
| download | calendar-fb9c9ab13a6a275196f9b9712dd67643d8e37629.tar.gz calendar-fb9c9ab13a6a275196f9b9712dd67643d8e37629.tar.bz2 calendar-fb9c9ab13a6a275196f9b9712dd67643d8e37629.zip | |
apply calendar item hight only to main cal, not module
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/plain.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/plain.css b/styles/plain.css index 5d428b4..2d38239 100644 --- a/styles/plain.css +++ b/styles/plain.css @@ -2,7 +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;} +.body .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;} |
