luci-app-travelmate: adapt latest css changes
[project/luci.git] / applications / luci-app-travelmate / luasrc / view / travelmate / travelmate_css.htm
index fc8036e334e75bbeeb6c0785846d8fa8081d5a46..14afe3997fe23ccf119914c861ea82e6f1985f03 100644 (file)
                width: 70px;
        }
 
-       .cbi-section-table-row > .cbi-value-field [data-dynlist] > input,
-       .table.cbi-section-table input[type="text"],
-       .cbi-dynlist > .item,
-       .table.cbi-section-table input,
-       .cbi-dynlist
+       .item,
+       .add-item
        {
-               display: inline-block;
-               width: 7em;
-               margin: 1px;
-       }
-
-       .td.cbi-value-field .cbi-button
-       {
-               width: auto;
-               margin: 1px 0 1px -2px;
-       }
-
-       .btn,
-       .cbi-button,
-       .item::after
-       {
-               -webkit-appearance: menulist;
+               white-space: nowrap;
+               width: 8.2em;
        }
 
        .cbi-input-checkbox
                height: 1em;
        }
 
-       .cbi-input-text
+       .cbi-button
        {
-               text-align: left;
-               padding-left: 2px;
-               outline: none;
-               box-shadow: none;
-               background: transparent;
-               width: 7em;
+               -webkit-appearance: menulist;
        }
 
        .runtime
                padding-top: 0.5rem;
        }
 
-       .button_running
-       {
-               display: inline-block;
-               width: 16px;
-               height: 16px;
-               margin: 0 5px;
-       }
-
        .qr-code
        {
                border-bottom: 0px;
                padding: 0.25em 0.6em;
                text-align: left
        }
+
+       .button_running
+       {
+               display: inline-block;
+               width: 16px;
+               height: 16px;
+               margin: 0 5px;
+       }
 </style>