luci-app-travelmate: adapt latest css changes

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken 2018-11-16 09:03:41 +01:00
parent 7bffa401ff
commit c9fab9e90c

View file

@ -50,28 +50,11 @@
width: 70px; width: 70px;
} }
.cbi-section-table-row > .cbi-value-field [data-dynlist] > input, .item,
.table.cbi-section-table input[type="text"], .add-item
.cbi-dynlist > .item,
.table.cbi-section-table input,
.cbi-dynlist
{ {
display: inline-block; white-space: nowrap;
width: 7em; width: 8.2em;
margin: 1px;
}
.td.cbi-value-field .cbi-button
{
width: auto;
margin: 1px 0 1px -2px;
}
.btn,
.cbi-button,
.item::after
{
-webkit-appearance: menulist;
} }
.cbi-input-checkbox .cbi-input-checkbox
@ -79,14 +62,9 @@
height: 1em; height: 1em;
} }
.cbi-input-text .cbi-button
{ {
text-align: left; -webkit-appearance: menulist;
padding-left: 2px;
outline: none;
box-shadow: none;
background: transparent;
width: 7em;
} }
.runtime .runtime
@ -98,14 +76,6 @@
padding-top: 0.5rem; padding-top: 0.5rem;
} }
.button_running
{
display: inline-block;
width: 16px;
height: 16px;
margin: 0 5px;
}
.qr-code .qr-code
{ {
border-bottom: 0px; border-bottom: 0px;
@ -113,4 +83,12 @@
padding: 0.25em 0.6em; padding: 0.25em 0.6em;
text-align: left text-align: left
} }
.button_running
{
display: inline-block;
width: 16px;
height: 16px;
margin: 0 5px;
}
</style> </style>