Fix font-size and padding for filter-categories in mobile template

This commit is contained in:
Hadi Nategh 2016-07-12 15:14:45 +02:00
parent 3fe6de4250
commit 7823fc8249
2 changed files with 16 additions and 0 deletions

View File

@ -7440,6 +7440,7 @@ form[id^="tracker-"] .dialogHeadbar {
height: 100%; height: 100%;
line-height: 46px; line-height: 46px;
color: #26537C; 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_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 { 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 { body .et2_nextmatch .nextmatch_header .chzn-container.et2_selectbox.select-cat div.chzn-drop {
width: 100%; 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 { body .et2_nextmatch .nextmatch_header.nm_header_hide {
display: none !important; display: none !important;
} }

View File

@ -567,6 +567,7 @@
height: 100%; height: 100%;
line-height: 46px; line-height: 46px;
color: #26537C; color: #26537C;
.mob-fontsize-l;
} }
div { div {
width: 40px; width: 40px;
@ -578,6 +579,12 @@
} }
div.chzn-drop { div.chzn-drop {
width: 100%; width: 100%;
ul {
.mob-fontsize-l;
li {
line-height: 24px;
}
}
} }
} }
} }