mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix calendar navigation header img size
This commit is contained in:
parent
96a313e48d
commit
531673f21e
@ -11,7 +11,7 @@
|
||||
* @package calendar
|
||||
* @version $Id$
|
||||
*/
|
||||
/* $Id: app.css 45951 2014-02-25 14:20:27Z hnategh $ */
|
||||
/* $Id: app.css 45952 2014-02-25 14:50:35Z hnategh $ */
|
||||
.calendar_inputFullWidth input {
|
||||
width: 100%;
|
||||
}
|
||||
@ -678,7 +678,9 @@ img.sideboxstar:active {
|
||||
margin-top: 0em;
|
||||
border: none;
|
||||
}
|
||||
.calendar_calDayColHeader img {
|
||||
.calendar_calDayColHeader,
|
||||
.calendar_calWeekNavHeader,
|
||||
.calendar_calMonthNavHeader img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
@ -687,7 +689,9 @@ img.sideboxstar:active {
|
||||
height: 16px;
|
||||
}
|
||||
.calendar_calEventBodySmall img[src$="svg"],
|
||||
.calendar_calDayColHeader img[src$="svg"] {
|
||||
.calendar_calDayColHeader,
|
||||
.calendar_calWeekNavHeader,
|
||||
.calendar_calMonthNavHeader img[src$="svg"] {
|
||||
background-color: #0c5da5;
|
||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMGM1ZGE1IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
||||
background-image: -moz-linear-gradient(top, #0c5da5, #0c5da5);
|
||||
@ -1395,7 +1399,9 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
line-height: 12px;
|
||||
z-index: 30;
|
||||
}
|
||||
.calendar_calDayColHeader img {
|
||||
.calendar_calDayColHeader,
|
||||
.calendar_calWeekNavHeader,
|
||||
.calendar_calMonthNavHeader img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.calendar_calWeekNavHeader,
|
||||
@ -1414,10 +1420,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
line-height: 12px;
|
||||
z-index: 30;
|
||||
}
|
||||
.calendar_calWeekNavHeader,
|
||||
.calendar_calMonthNavHeader img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.calendar_calViewUserNameBox {
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
|
@ -79,12 +79,12 @@ img.sideboxstar {
|
||||
|
||||
// Images
|
||||
|
||||
.calendar_calDayColHeader img {.dimension_width_height_s;}
|
||||
.calendar_calDayColHeader, .calendar_calWeekNavHeader, .calendar_calMonthNavHeader img {.dimension_width_height_s;}
|
||||
|
||||
.calendar_calEventBodySmall img {.dimension_width_height_s;}
|
||||
|
||||
.calendar_calEventBodySmall img[src$="svg"],
|
||||
.calendar_calDayColHeader img[src$="svg"] {
|
||||
.calendar_calDayColHeader, .calendar_calWeekNavHeader, .calendar_calMonthNavHeader img[src$="svg"] {
|
||||
.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
|
||||
}
|
||||
|
||||
@ -902,7 +902,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
line-height: 12px;
|
||||
z-index: 30;
|
||||
}
|
||||
.calendar_calDayColHeader img {
|
||||
.calendar_calDayColHeader,.calendar_calWeekNavHeader,.calendar_calMonthNavHeader img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.calendar_calWeekNavHeader,.calendar_calMonthNavHeader{
|
||||
@ -919,9 +919,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
line-height: 12px;
|
||||
z-index: 30;
|
||||
}
|
||||
.calendar_calWeekNavHeader,.calendar_calMonthNavHeader img{
|
||||
vertical-align: middle;
|
||||
}
|
||||
.calendar_calViewUserNameBox {
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
|
Loading…
Reference in New Issue
Block a user