diff options
| author | lsces <lester@lsces.co.uk> | 2013-10-04 16:56:23 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-10-04 16:56:23 +0100 |
| commit | 80ca236002085a520b4ca63c52c20055ec621f3d (patch) | |
| tree | 34ec9736d80953f96cd434cdbe4c9c305a04f0c8 | |
| parent | 001134be039f27ac13d4f52a61197a4cdb234ab1 (diff) | |
| download | calendar-80ca236002085a520b4ca63c52c20055ec621f3d.tar.gz calendar-80ca236002085a520b4ca63c52c20055ec621f3d.tar.bz2 calendar-80ca236002085a520b4ca63c52c20055ec621f3d.zip | |
calendar style needs addressing in main theme settings
| -rw-r--r-- | styles/plain.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/styles/plain.css b/styles/plain.css index 7e9ade8..cc04949 100644 --- a/styles/plain.css +++ b/styles/plain.css @@ -6,8 +6,9 @@ .caltable .current {border:2px solid #900; background:#fed;} .caltable .highlight {border:2px solid #aad;} .caloptions div {border-width:0 0 3px 0; border-style:solid; padding:2px 0 0 0;} -.calitems div a {border-width:0 0 3px 0; border-style:solid; display:block; padding:3px 2px 1px 2px;} -.calitems .calnumber a {border-width:0; padding:0;} +.calitems div a {border-width:0 0 3px 0; border-style:solid; display:block; padding:3px 2px 1px 2px; background-color:#fdf;} +.calitems .calnumber a {border-width:0; padding:0; background-color:lightgray;} +.calendar {border:2px solid #999; background-color:#eee; padding:5px;} /* now for the individual content type settings */ .caloptions .calbitarticle ,.calitems .calbitarticle a {border-bottom-color:#f80;} |
