Merge pull request #2402 from dibdot/travelmate
[oweals/luci.git] / applications / luci-app-travelmate / luasrc / view / travelmate / travelmate_css.htm
1 <style type="text/css">
2         textarea
3         {
4                 width: 100% !important;
5                 height: 450px !important;
6                 border: 1px solid #cccccc;
7                 padding: 5px;
8                 font-size: 12px;
9                 font-family: monospace;
10                 resize: none;
11                 white-space: pre;
12                 overflow-wrap: normal;
13                 overflow-x: scroll;
14         }
15
16         select[readonly],
17         textarea[readonly]
18         {
19                 width: 100% !important;
20                 height: 450px !important;
21                 border: 1px solid #cccccc;
22                 padding: 5px;
23                 font-size: 12px;
24                 font-family: monospace;
25                 resize: none;
26                 pointer-events: auto;
27                 cursor: auto;
28         }
29
30         .table.cbi-section-table .th,
31         .table.cbi-section-table .td,
32         .cbi-section-table-cell,
33         .cbi-section-table-row,
34         .tr[data-title]::before
35         {
36                 text-align: left !important;
37                 vertical-align: top;
38                 margin-left: 0px;
39                 padding-left: 2px;
40         }
41
42         .table.cbi-section-table .th
43         {
44                 white-space: nowrap;
45         }
46
47         .cbi-section-table-row > .cbi-value-field .cbi-input-select,
48         .table.cbi-section-table select
49         {
50                 width: 70px;
51         }
52
53         .item,
54         .add-item
55         {
56                 white-space: nowrap;
57                 width: 8.2em;
58         }
59
60         .cbi-input-checkbox
61         {
62                 height: 1em;
63         }
64
65         .cbi-button
66         {
67                 -webkit-appearance: menulist;
68         }
69
70         .runtime
71         {
72                 color: #37c;
73                 font-weight: bold;
74                 display: inline-block;
75                 width: 100%;
76                 padding-top: 0.5rem;
77         }
78
79         .qr-code
80         {
81                 border-bottom: 0px;
82                 margin-bottom: 0px;
83                 padding: 0.25em 0.6em;
84                 text-align: left
85         }
86
87         .button_running
88         {
89                 display: inline-block;
90                 width: 16px;
91                 height: 16px;
92                 margin: 0 5px;
93         }
94 </style>