aboutsummaryrefslogtreecommitdiff
path: root/webgui/data/style.css
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-26 00:35:57 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-26 00:35:57 +0000
commit4affa4001afa5cad8ed2e8cd865fae21812badce (patch)
tree6aad35eb4b8f70451e35c6030b881c77ffbcb5cb /webgui/data/style.css
parent8640e03551a8da768291c4b02eb5eae8742e3b45 (diff)
downloadthermoprint-4affa4001afa5cad8ed2e8cd865fae21812badce.tar
thermoprint-4affa4001afa5cad8ed2e8cd865fae21812badce.tar.gz
thermoprint-4affa4001afa5cad8ed2e8cd865fae21812badce.tar.bz2
thermoprint-4affa4001afa5cad8ed2e8cd865fae21812badce.tar.xz
thermoprint-4affa4001afa5cad8ed2e8cd865fae21812badce.zip
View job contents
Diffstat (limited to 'webgui/data/style.css')
-rw-r--r--webgui/data/style.css22
1 files changed, 16 insertions, 6 deletions
diff --git a/webgui/data/style.css b/webgui/data/style.css
index fd40d92..d496e2a 100644
--- a/webgui/data/style.css
+++ b/webgui/data/style.css
@@ -98,6 +98,16 @@ tr.focused td {
98 background-color:#f0f0f0; 98 background-color:#f0f0f0;
99} 99}
100 100
101.close {
102 float:right;
103 text-decoration:underline;
104 color:#4c4c4c;
105}
106
107.close:hover {
108 text-decoration:none;
109}
110
101/*----- Tabs -----*/ 111/*----- Tabs -----*/
102.tabs { 112.tabs {
103 display:block; 113 display:block;
@@ -109,7 +119,7 @@ tr.focused td {
109} 119}
110 120
111/*----- Tab Links -----*/ 121/*----- Tab Links -----*/
112.tab-links { 122.tabLinks {
113 display:block; 123 display:block;
114 height:2.2em; 124 height:2.2em;
115 margin:0; 125 margin:0;
@@ -118,19 +128,19 @@ tr.focused td {
118} 128}
119 129
120/* Clearfix */ 130/* Clearfix */
121.tab-links:after { 131.tabLinks:after {
122 display:block; 132 display:block;
123 clear:both; 133 clear:both;
124 content:''; 134 content:'';
125} 135}
126 136
127.tab-links li { 137.tabLinks li {
128 margin:0px 0.5em; 138 margin:0px 0.5em;
129 float:left; 139 float:left;
130 list-style:none; 140 list-style:none;
131} 141}
132 142
133.tab-links a { 143.tabLinks a {
134 padding:0.5em 1em; 144 padding:0.5em 1em;
135 display:inline-block; 145 display:inline-block;
136 border-radius:3px 3px 0px 0px; 146 border-radius:3px 3px 0px 0px;
@@ -141,7 +151,7 @@ tr.focused td {
141 transition:all linear 0.15s; 151 transition:all linear 0.15s;
142} 152}
143 153
144.tab-links a:hover { 154.tabLinks a:hover {
145 text-decoration:none; 155 text-decoration:none;
146} 156}
147 157
@@ -156,7 +166,7 @@ li.active a, li.active a:hover {
156} 166}
157 167
158/*----- Content of Tabs -----*/ 168/*----- Content of Tabs -----*/
159.tab-content { 169.tabContent {
160 padding:0.5em; 170 padding:0.5em;
161 border:1px solid #ddd; 171 border:1px solid #ddd;
162 border-radius:3px; 172 border-radius:3px;