Improve styling of filter-cat in nextmatch header

This commit is contained in:
Hadi Nategh 2016-07-07 16:47:22 +02:00
parent 34f4a23497
commit 3cac849e58

View File

@ -2684,11 +2684,13 @@ tr.dialogHeader2 td {padding-top:15px;}
.nextmatch_header_row .et2_selectbox.select-cat .chzn-single .nextmatch_header_row .et2_selectbox.select-cat .chzn-single
{ {
border: none; border: none;
border-left: 6px solid transparent; padding-left: 3px;
background: transparent; background: transparent;
box-shadow: none; box-shadow: none;
margin-top: 1px; margin-top: 0px;
border-radius: 0; border-radius: 3px;
height: 22px;
border-left: 6px solid transparent;
} }
.nextmatch_header_row .et2_selectbox.select-cat .nextmatch_header_row .et2_selectbox.select-cat
{ {
@ -2699,8 +2701,9 @@ tr.dialogHeader2 td {padding-top:15px;}
background-color: #fafafa; background-color: #fafafa;
border: 1px solid silver; border: 1px solid silver;
border-radius: 3px; border-radius: 3px;
padding-left: 5px; padding-left: 0px;
display: inline-block; display: inline-block;
float: left; float: left;
min-height: 20px; min-height: 20px;
min-width: 160px;
} }