forked from extern/egroupware
Fix font-size and padding for filter-categories in mobile template
This commit is contained in:
parent
3fe6de4250
commit
7823fc8249
@ -7440,6 +7440,7 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
height: 100%;
|
||||
line-height: 46px;
|
||||
color: #26537C;
|
||||
font-size: 12pt;
|
||||
}
|
||||
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat a.chzn-single div,
|
||||
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat a.chzn-single div {
|
||||
@ -7454,6 +7455,14 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop {
|
||||
width: 100%;
|
||||
}
|
||||
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat div.chzn-drop ul,
|
||||
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop ul {
|
||||
font-size: 12pt;
|
||||
}
|
||||
body .et2_nextmatch .nextmatch_header_row .chzn-container.et2_selectbox.select-cat div.chzn-drop ul li,
|
||||
body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop ul li {
|
||||
line-height: 24px;
|
||||
}
|
||||
body .et2_nextmatch .nextmatch_header.nm_header_hide {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -567,6 +567,7 @@
|
||||
height: 100%;
|
||||
line-height: 46px;
|
||||
color: #26537C;
|
||||
.mob-fontsize-l;
|
||||
}
|
||||
div {
|
||||
width: 40px;
|
||||
@ -578,6 +579,12 @@
|
||||
}
|
||||
div.chzn-drop {
|
||||
width: 100%;
|
||||
ul {
|
||||
.mob-fontsize-l;
|
||||
li {
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user