Fix some styling issues

This commit is contained in:
Hadi Nategh 2021-03-03 11:09:24 +01:00
parent 17dbd35884
commit 9ecd48fff4
4 changed files with 10 additions and 3 deletions

View File

@ -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;}
}
}

View File

@ -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;

View File

@ -17,7 +17,6 @@
@media all {
#calendar-toolbar {
height: 70px;
box-shadow: 0px 4px 5px 2px silver;
width: 100%;
background: #0c5da5;
z-index: 1;

View File

@ -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 {