From 19c1443f74692dae6fe9519e8da49f4e6be70e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 6 Nov 2016 17:28:29 +0100 Subject: [PATCH] style: adjust padding and color of publication datetime (#13879) --- corbo/static/css/corbo.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/corbo/static/css/corbo.css b/corbo/static/css/corbo.css index 90098a9..dbc7e5b 100644 --- a/corbo/static/css/corbo.css +++ b/corbo/static/css/corbo.css @@ -118,7 +118,8 @@ li.unpublished { #management .datetime { position: absolute; top: 2px; - right: 2px; + right: 2ex; + opacity: 0.6; } .empty { @@ -163,4 +164,4 @@ form ul li label { padding: 10px; border-radius: 0.3em; text-transform: uppercase; -} \ No newline at end of file +} -- 2.10.2