Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-09-20 16:38:16 +0400
committerBart Visscher <bartv@thisnet.nl>2011-09-20 16:38:16 +0400
commitaad62919da232e94bdf2b02b86990422463b1270 (patch)
tree30462d7041c364a9cc5c660ce0dac1a76a80505a /apps/calendar
parente990ef35426b7dde59ec74eb1568a8cfbd69f316 (diff)
Small styling fixes
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/css/style.css6
-rw-r--r--apps/calendar/lib/object.php2
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css
index 06892e896b1..5d08402422a 100644
--- a/apps/calendar/css/style.css
+++ b/apps/calendar/css/style.css
@@ -49,14 +49,14 @@
.controls {min-width: 800px;}
.center {text-align: center;}
.dateinfo {height: 20px;width: 100%; overflow: hidden; margin-top: 0; padding: 0; font-size: 12px;background: #F7F7F7;}
-.events {width: 100%; margin: 0; padding: 0;}
+.events {width: 100%; margin: 0; padding: 0;min-height: 100px;}
.calendar_row {height: 20px; text-align: center;background: #ffffff;}
#oneweekview .calendar_row {width: 13.5%;}
.calendar_time {height: 20px; width: 50px; text-align:right;background: #ffffff;}
.day {text-align: center; background: #ffffff; margin: 0; padding: 0; vertical-align: top; width: 14%; height: 22%;}
-.weekend .events{text-align: center;margin: 0; padding: 0;vertical-align: top;background: #F3F3F3; width: 100%; }
+.weekend {background: #F3F3F3; }
.weekend_thead, .weekend_row{height: 20px;text-align: center;text-align: center;background: #F3F3F3;}
-.thisday{background: #FFFABC;text-align: center;margin: 0;padding: 0;vertical-align: top;height: 20px;}
+.thisday{background: #FFFABC;}
.event {position:relative;}
.popup {display: none; position: absolute; z-index: 1000; background: #eeeeee; color: #000000; border: 1px solid #1a1a1a; font-size: 90%;}
.event_popup {width: 280px; height: 40px; padding: 10px;}
diff --git a/apps/calendar/lib/object.php b/apps/calendar/lib/object.php
index 52fa391f1f8..702033c169c 100644
--- a/apps/calendar/lib/object.php
+++ b/apps/calendar/lib/object.php
@@ -21,7 +21,7 @@
*/
/**
- * This class manages our calendars
+ * This class manages our calendar objects
*/
class OC_Calendar_Object{
/**