1
0
Fork 0

css change for query selectbox

This commit is contained in:
Heiko Kernbach 2013-11-08 10:33:47 +01:00
parent ee222cdbe3
commit 763ba6a95f
1 changed files with 3 additions and 5 deletions

View File

@ -215,7 +215,6 @@
.styled-select select { .styled-select select {
background: white; background: white;
width: 268px;
padding: 5px; padding: 5px;
font-size: 16px; font-size: 16px;
font-weight: 300; font-weight: 300;
@ -223,14 +222,13 @@
border: 0; border: 0;
border-radius: 0; border-radius: 0;
height: 30px; height: 30px;
-webkit-appearance: none;
padding-left: 5px !important; padding-left: 5px !important;
padding-top: 3px !important; padding-top: 3px !important;
} }
.styled-select { .styled-select {
float: right; float: right;
width: 240px; width: 220px;
height: 30px; height: 30px;
overflow: hidden; overflow: hidden;
} }
@ -238,7 +236,7 @@
.querySizeDiv { .querySizeDiv {
margin-right: 10px; margin-right: 10px;
height: 30px !important; height: 30px !important;
width: 95px !important; width: 130px !important;
} }
.querySizeDiv select { .querySizeDiv select {
@ -246,7 +244,7 @@
} }
#querySize { #querySize {
width: 115px !important; width: 130px !important;
line-height: 20px !important; line-height: 20px !important;
z-index: 9999 !important; z-index: 9999 !important;
border-radius: 0 !important; border-radius: 0 !important;