diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css
index 308a8e44df..e3ec16fe0c 100644
--- a/calendar/templates/default/app.css
+++ b/calendar/templates/default/app.css
@@ -627,4 +627,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
#calendar-list_undelete_popup, #calendar-list_delete_popup {
display: none;
-}
\ No newline at end of file
+}
+
+.calendar_freetime_header { font-size: 120%; font-weight: bold; }
+.calendar_freetime_timeframe { position: relative;}
+.calendar_freetime_dow { position: absolute; }
diff --git a/calendar/templates/default/freetimesearch.xet b/calendar/templates/default/freetimesearch.xet
index bf2d072f1a..ca10c54ffa 100644
--- a/calendar/templates/default/freetimesearch.xet
+++ b/calendar/templates/default/freetimesearch.xet
@@ -35,14 +35,13 @@
-
+
-
+
@@ -51,17 +50,17 @@
-
+
-
+
-
+
-
+
@@ -70,14 +69,13 @@
-
+
- .calendar_size120b { text-size: 120%; font-weight: bold; }
- .end_hide { visibility: hidden; }
+ body { background-color: white; }
\ No newline at end of file
diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css
index 7ec5d7e634..09db451db8 100755
--- a/calendar/templates/pixelegg/app.css
+++ b/calendar/templates/pixelegg/app.css
@@ -11,7 +11,7 @@
* @package calendar
* @version $Id$
*/
-/* $Id: app.css 47456 2014-07-01 12:03:39Z hnategh $ */
+/* $Id: app.css 48162 2014-08-21 12:20:44Z hnategh $ */
/* Header classes */
tr.dialogHeader td,
tr.dialogHeader2 td,
@@ -631,6 +631,16 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
#calendar-list_delete_popup {
display: none;
}
+.calendar_freetime_header {
+ font-size: 120%;
+ font-weight: bold;
+}
+.calendar_freetime_timeframe {
+ position: relative;
+}
+.calendar_freetime_dow {
+ position: absolute;
+}
/*generell*/
.egw_fw_content_browser_iframe img[src$="svg"] {
background-color: #828282 !important;