mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix toolbar actions are not getting fit in small screen devices
This commit is contained in:
parent
3e92578753
commit
eded80d13b
@ -27,14 +27,13 @@
|
|||||||
/*Media print classes*/
|
/*Media print classes*/
|
||||||
@media print {
|
@media print {
|
||||||
#calendar-view.et2_container,
|
#calendar-view.et2_container,
|
||||||
#calendar-todo.et2_container,
|
|
||||||
#calendar-planner.et2_container,
|
#calendar-planner.et2_container,
|
||||||
#calendar-list.et2_container {
|
#calendar-list.et2_container {
|
||||||
position: static;
|
position: static;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
#calendar-todo.et2_container {
|
#calendar-todo.et2_container {
|
||||||
float: left;
|
display: none;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos .calendar_calDayTodosTable {
|
.calendar_calDayTodos .calendar_calDayTodosTable {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2637,8 +2636,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar_merge {
|
#calendar_merge {
|
||||||
margin: 9px 0 0 0;
|
margin: 9px 0 0 0;
|
||||||
}
|
}
|
||||||
/* ########################################################################################
|
|
||||||
/* * Calendar END */
|
|
||||||
/* tablets and smartphones */
|
/* tablets and smartphones */
|
||||||
@media all {
|
@media all {
|
||||||
#calendar-toolbar {
|
#calendar-toolbar {
|
||||||
@ -2649,7 +2646,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
#calendar-toolbar #toolbar-actionlist {
|
#calendar-toolbar #toolbar-actionlist {
|
||||||
margin-left: 70px;
|
margin-left: 60px;
|
||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-details {
|
#calendar-edit #calendar-edit_calendar-edit-details {
|
||||||
float: none;
|
float: none;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
#toolbar-actionlist {
|
#toolbar-actionlist {
|
||||||
margin-left: 70px;
|
margin-left: 60px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-details{
|
#calendar-edit #calendar-edit_calendar-edit-details{
|
||||||
|
Loading…
Reference in New Issue
Block a user