diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-23 18:02:36 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-23 18:02:36 +0200 |
commit | bf68cd8ba439da871fd466702aef75f7a1174e5e (patch) | |
tree | 00cf76b6c2646b869aaa072c003a88a5bc5ad7e8 /apps/calendar/css | |
parent | b2fddc408cbb8c08831859355d4c7b604567ee01 (diff) | |
download | nextcloud-server-bf68cd8ba439da871fd466702aef75f7a1174e5e.tar.gz nextcloud-server-bf68cd8ba439da871fd466702aef75f7a1174e5e.zip |
better multiple language support, first integration of new calendar class
Diffstat (limited to 'apps/calendar/css')
-rwxr-xr-x | apps/calendar/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index a4bae178884..afb530bcff0 100755 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -52,4 +52,4 @@ .onemonthview_item {text-align: center; height: 80px; margin: 0; padding: 0; vertical-align: top; background: #ffffff; width: 14%; height: 16%;} .weekend{text-align: center;margin: 0; padding: 0;vertical-align: top;background: #F3F3F3; height: 80px;width: 100%; } .weekend_thead, .weekend_row{height: 20px;text-align: center;text-align: center;background: #F3F3F3;} -.thisday{background: #FFFABC;text-align: center;}
\ No newline at end of file +.thisday{background: #FFFABC;text-align: center;} |