luci2: implement LuCI2.session.updateACLs() and LuCI2.session.hasACL()
[project/luci2/ui.git] / luci2 / htdocs / luci2 / css / luci2.css
1 body {
2     padding-top: 55px;
3 }
4
5 .fade.in {
6     background-color: rgba(0, 0, 0, 0.5);
7 }
8
9 .progress {
10     position: relative;
11     width: 250px;
12 }
13
14 .progress-bar {
15     z-index: 1;
16     position: absolute;
17 }
18
19 .progress small {
20     position: absolute;
21     top: 0;
22     z-index: 2;
23     color: black;
24     text-align: center;
25     width: 100%;
26 }
27
28 .nav.nav-tabs {
29     margin-bottom: 15px;
30 }
31
32 .luci2-modal-loader {
33     background: #FFFFFF url(/luci2/icons/loading.gif) no-repeat 10px center;
34     text-align: center;
35 }
36
37 .luci2-section-header {
38     position: relative;
39 }
40
41 .luci2-section-header .badge {
42     position: absolute;
43     left: -11px;
44     top: -7px;
45     background-color: #D9534F;
46 }
47
48 .nav-tabs li a .badge {
49     background-color: #D9534F;
50 }
51
52 .nav-tabs li.active a .badge {
53     display: none;
54 }
55
56 .list-group-item .luci2-section-header > .btn-group {
57     position: absolute;
58     top: 2px;
59     right: 2px;
60     z-index: 10;
61     box-shadow: -5px 0 5px 10px #FFFFFF;
62     display: none;
63 }
64
65 .list-group-item:hover .luci2-section-header > .btn-group {
66     display: inline-block;
67 }
68
69 .luci2-section-teaser {
70     font-size: 90%;
71     overflow: hidden;
72     text-overflow: ellipsis;
73     white-space: nowrap;
74     cursor: pointer;
75     margin-bottom: 0 !important;
76 }
77
78 .panel > .list-group > .list-group-item:first-child {
79     border-top: none;
80     border-top-left-radius: 4px;
81     border-top-right-radius: 4px;
82 }
83
84 .panel > .panel-body + .list-group > .list-group-item:first-child {
85     border-top: 1px solid #DDDDDD;
86     border-top-left-radius: 0;
87     border-top-right-radius: 0;
88 }
89
90 table.table td .btn-group {
91     white-space: nowrap;
92 }
93
94 table.table td .btn-group > .btn {
95     float: none;
96 }
97
98 .luci2-form-error .control-label {
99     color: #B94A48;
100 }