From b3722deb55423739a8d9330ffb884edc04ac6052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 3 Dec 2015 21:58:08 +0100 Subject: [PATCH] style: change tabs to look more like tabs --- src/authentic2/static/authentic2/css/style.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/authentic2/static/authentic2/css/style.css b/src/authentic2/static/authentic2/css/style.css index e7daa8e..bd2927a 100644 --- a/src/authentic2/static/authentic2/css/style.css +++ b/src/authentic2/static/authentic2/css/style.css @@ -62,12 +62,23 @@ ul.messages li { float: left; color: grey; padding: 1ex; - border-right: 1px solid black; - border-bottom: 1px solid black; + border: 1px solid #aaa; margin: 0px; - margin-bottom: 1ex; + margin-bottom: -1px; margin-left: 1ex; } + +.css-tab-content { + border: 1px solid #aaa; + border-width: 1px 0 0 0; + padding: 1em 1em; +} + +.css-tab-link.css-tab1, +:target ~ .css-tab-link.css-tab1 { + margin-left: 2em; +} + .css-tab-link.css-tab-default, #css-tab1:target ~ .css-tab-link.css-tab1, #css-tab2:target ~ .css-tab-link.css-tab2, @@ -79,6 +90,7 @@ ul.messages li { #css-tab8:target ~ .css-tab-link.css-tab8 { color: black; + border-bottom-color: white; } /* log table on error pages */ -- 2.6.2