openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f7e2672afa268db3c685a384e34e5d3eb58e81d6
parent c9e6a1596b38ca51b16470ac13d96ca3b1ee3cdb
Author: dankert <devnull@localhost>
Date:   Sun,  8 Mar 2009 01:28:50 +0100

CSS-Auszeichnungen für den Kalender.

Diffstat:
themes/default/css/dark.css | 1+
themes/default/css/default.css | 19+++++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/themes/default/css/dark.css b/themes/default/css/dark.css @@ -41,6 +41,7 @@ td.subaction } input, +select, div.cancel { background-image: url('../images/bg-title.png'); diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -531,3 +531,21 @@ table.tree td.treeimage { width:1px; } + +table.calendar +{ + #border-style: solid; + table-layout:fixed; + border-collapse:collapse; + text-align: center; + #size:inherit; + #width: 80%; + #background-color: gray; +} + +table.calendar td +{ + border: 1px dotted; + #background-color:grey; + #border-bottom: 1px solid black; +}+ \ No newline at end of file