summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css
index 9f46e94bd9..1c72835f09 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css
@@ -174,19 +174,23 @@ header h3 a, header .brand {
font-weight: bold;
}
- .cbi-value-field, .cbi-dropdown {
+ .cbi-value-field, .cbi-select, .cbi-dropdown:not(.btn):not(.cbi-button) {
width: 100%;
margin: 0;
}
input, textarea, select,
- .cbi-dropdown > ul > li input[type="text"] {
+ .cbi-dropdown > ul > li {
font-size: 16px !important;
- line-height: 28px;
height: auto;
}
- select, input[type="text"], input[type="password"] {
+ .cbi-dropdown > ul > li input[type="text"] {
+ line-height: 28px;
+ }
+
+ select, input[type="text"], input[type="password"],
+ .cbi-dropdown > ul > li input[type="text"] {
width: 100%;
height: 30px;
}
@@ -270,11 +274,12 @@ header h3 a, header .brand {
}
header .pull-right {
- flex: 1 1 20%;
+ flex: 0 1 20%;
display: flex;
flex-direction: column;
padding: 0;
justify-content: space-around;
+ margin: .2em 5px .2em auto;
}
.menu-dropdown, .dropdown-menu {