mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix some styling issues
This commit is contained in:
parent
17dbd35884
commit
9ecd48fff4
@ -917,10 +917,13 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
.calendar_calEventLabel{
|
||||
font-weight: bold;
|
||||
font-size: 90%;
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.calendar_calEventTitle{
|
||||
font-weight: bold;
|
||||
font-size:100%;
|
||||
display:inline;
|
||||
}
|
||||
|
||||
/* Event is too small for full display */
|
||||
@ -1582,4 +1585,4 @@ img.calendar_print_button, img.calendar_print_appicon {
|
||||
|
||||
#calendar-list_nm {
|
||||
.nextmatch_header .header_count {margin-right:-4px;}
|
||||
}
|
||||
}
|
||||
|
@ -911,9 +911,12 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
.calendar_calEventLabel {
|
||||
font-weight: bold;
|
||||
font-size: 90%;
|
||||
display: inline;
|
||||
}
|
||||
.calendar_calEventTitle {
|
||||
font-weight: bold;
|
||||
font-size: 100%;
|
||||
display: inline;
|
||||
}
|
||||
/* Event is too small for full display */
|
||||
.calendar_calTimeGrid:not(.calendar_calTimeGridList) .calendar_calEventSmall[data-visible_lines='1'] .calendar_calTimespan {
|
||||
@ -2774,7 +2777,6 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||
@media all {
|
||||
#calendar-toolbar {
|
||||
height: 70px;
|
||||
box-shadow: 0px 4px 5px 2px silver;
|
||||
width: 100%;
|
||||
background: #0c5da5;
|
||||
z-index: 1;
|
||||
|
@ -17,7 +17,6 @@
|
||||
@media all {
|
||||
#calendar-toolbar {
|
||||
height: 70px;
|
||||
box-shadow: 0px 4px 5px 2px silver;
|
||||
width: 100%;
|
||||
background: #0c5da5;
|
||||
z-index: 1;
|
||||
|
@ -899,9 +899,12 @@ Hide subsequent headers in week view with non-consolidated owners
|
||||
.calendar_calEventLabel {
|
||||
font-weight: bold;
|
||||
font-size: 90%;
|
||||
display: inline;
|
||||
}
|
||||
.calendar_calEventTitle {
|
||||
font-weight: bold;
|
||||
font-size: 100%;
|
||||
display: inline;
|
||||
}
|
||||
/* Event is too small for full display */
|
||||
.calendar_calTimeGrid:not(.calendar_calTimeGridList) .calendar_calEventSmall[data-visible_lines='1'] .calendar_calTimespan {
|
||||
|
Loading…
Reference in New Issue
Block a user