From ed1e13ac62ed5658a375d545ef1994903d0232c9 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Wed, 27 Nov 2013 15:54:15 +0100 Subject: [PATCH] calenderformatierung --- app/assets/stylesheets/calendars.css.scss | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/app/assets/stylesheets/calendars.css.scss b/app/assets/stylesheets/calendars.css.scss index 0efb58b..1b94d2c 100644 --- a/app/assets/stylesheets/calendars.css.scss +++ b/app/assets/stylesheets/calendars.css.scss @@ -1,3 +1,29 @@ // Place all the styles related to the calendars controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +table.calendar tr td +{width:14.28%; +height:2em; +position:relative;padding:0} +table.calendar tr td.day div +{display:block; + position:absolute; + background:white; +padding:2px; +} +table.calendar tr td.day div div +{display:none; +position:relative; +} +table.calendar tr td.day.events +{color:blue} +table.calendar tr td.day div:hover div +{display:block; +z-index:10000; + +} +table.calendar tr td.day div div.day_number +{ +display:block; +} \ No newline at end of file