From 4affa4001afa5cad8ed2e8cd865fae21812badce Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 26 Feb 2016 00:35:57 +0000 Subject: View job contents --- webgui/data/style.css | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'webgui/data/style.css') 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 { background-color:#f0f0f0; } +.close { + float:right; + text-decoration:underline; + color:#4c4c4c; +} + +.close:hover { + text-decoration:none; +} + /*----- Tabs -----*/ .tabs { display:block; @@ -109,7 +119,7 @@ tr.focused td { } /*----- Tab Links -----*/ -.tab-links { +.tabLinks { display:block; height:2.2em; margin:0; @@ -118,19 +128,19 @@ tr.focused td { } /* Clearfix */ -.tab-links:after { +.tabLinks:after { display:block; clear:both; content:''; } -.tab-links li { +.tabLinks li { margin:0px 0.5em; float:left; list-style:none; } -.tab-links a { +.tabLinks a { padding:0.5em 1em; display:inline-block; border-radius:3px 3px 0px 0px; @@ -141,7 +151,7 @@ tr.focused td { transition:all linear 0.15s; } -.tab-links a:hover { +.tabLinks a:hover { text-decoration:none; } @@ -156,7 +166,7 @@ li.active a, li.active a:hover { } /*----- Content of Tabs -----*/ -.tab-content { +.tabContent { padding:0.5em; border:1px solid #ddd; border-radius:3px; -- cgit v1.2.3