luci-material-theme: align text buttons center
[project/luci.git] / themes / luci-theme-material / htdocs / luci-static / material / cascade.css
index 18ae319d7ec181420c147165035103de5e64d044..4bf9740860392abbe30f8d92791ba798c109792f 100644 (file)
@@ -76,7 +76,8 @@
        background: inherit;
 }
 
-.td[width="33%"] {
+.td[width="33%"], 
+.td[width="33%"]~.td {
        padding: 1.1em;
 }
 
@@ -199,6 +200,7 @@ input,
        background-color: transparent;
        background-image: none;
        box-shadow: none;
+       align-items: center;
 }
 
 select,
@@ -1650,7 +1652,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
 
 .cbi-progressbar::after {
        font-family: monospace;
-       font-size: 1.3em;
        font-weight: bold;
        font-size-adjust: .38;
        line-height: normal;
@@ -2341,6 +2342,12 @@ input[name="nslookup"] {
        margin-bottom: .2rem;
 }
 
+.control-group {
+       display: flex;
+       flex-wrap: wrap;
+       gap: 2px;
+}
+
 [data-page="admin-system-opkg"] div.btn {
        line-height: 3;
        display: inline;
@@ -2650,7 +2657,7 @@ input[name="nslookup"] {
        .main > .main-left > .nav > li,
        .main > .main-left > .nav > li a,
        .main > .main-left > .nav > .slide > .menu,
-       .main > .main-left > .nav > li > [data-title="Logout"] {
+       .main > .main-left > .nav > li:last-child > [data-title] {
                font-size: .9rem;
        }