From fae8e38616ddf270e46fa2e1ad108f0ce4de07e2 Mon Sep 17 00:00:00 2001 From: Marcus Moeller Date: Sat, 6 Jun 2015 19:18:20 +0200 Subject: [PATCH] fixed realtime action buttons and marker in base, adjusted settings in neo-quitter --- theme/base/css/display.css | 2 ++ theme/neo-quitter/css/display.css | 1 + 2 files changed, 3 insertions(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 949f40e791..040d259554 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -2103,11 +2103,13 @@ width:14.5%; .mark-top { border-top: 1px solid #ccc; + padding-top: 5px; } #realtime_actions { position: relative !important; right: -4px !important; + top: -65px !important; float: right; padding-top: 15px; margin-bottom: -8px !important; diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index 8af4a32cb3..967b6d62ff 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -1322,6 +1322,7 @@ div.entry-content a.response:after { #realtime_actions { padding-top: 0px !important; + top: -25px !important; } #realtime_actions button {