Commit ae831767 authored by Sven Franck's avatar Sven Franck

updated CSS for responsive select

parent 29b69579
...@@ -232,4 +232,4 @@ html body .ui-btn.flag:after { ...@@ -232,4 +232,4 @@ html body .ui-btn.flag:after {
box-shadow: inset 0 1px 3px rgba(0,0,0,.2); box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
} }
html body .ui-btn.flag.ui-icon-flag-cn:after {background-position: 0px 0px; } html body .ui-btn.flag.ui-icon-flag-cn:after {background-position: 0px 0px; }
html body .ui-btn.flag.ui-icon-flag-gb:after {background-position: 0px -18px; } html body .ui-btn.flag.ui-icon-flag-en:after {background-position: 0px -18px; }
...@@ -1411,7 +1411,8 @@ html .ui-filterable { ...@@ -1411,7 +1411,8 @@ html .ui-filterable {
/* ============================== RESPONSIVE ============================== */ /* ============================== RESPONSIVE ============================== */
/* hide button text on small screens */ /* hide button text on small screens */
@media (max-width: 40em) { @media (max-width: 40em) {
.responsive.ui-btn /*, .responsive.ui-btn,
.ui-select span.responsive /*,
.responsive .ui-btn */ { .responsive .ui-btn */ {
text-indent: -9999px; text-indent: -9999px;
white-space: nowrap !important; white-space: nowrap !important;
...@@ -1419,6 +1420,7 @@ html .ui-filterable { ...@@ -1419,6 +1420,7 @@ html .ui-filterable {
.responsive.ui-btn:after /*, .responsive.ui-btn:after /*,
.responsive .ui-btn:after*/ { .responsive .ui-btn:after*/ {
text-indent: 0px; text-indent: 0px;
left: 10px;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment