From 594f73d87aa83e66153b0a08f15f6910442b4ab8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 Nov 2015 09:56:44 +0000 Subject: [PATCH] Don't put all contextual buttons on their own line (#19097). git-svn-id: http://svn.redmine.org/redmine/trunk@14844 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 26f125047..32f38030e 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -651,7 +651,7 @@ /* Contextual Buttons */ - .contextual + #content>.contextual { width: 100%; margin-bottom: .5em; @@ -662,7 +662,7 @@ color: transparent; } - .contextual a, + #content>.contextual a, p.buttons a { font-weight: bold; @@ -680,7 +680,7 @@ background-position-x: 4px; } - .contextual a.icon, + #content>.contextual a.icon, p.buttons a.icon { padding-left: 25px; @@ -691,12 +691,6 @@ float: none; } - #issue_tree .contextual a, - #relations .contextual a - { - float: right; - } - /* loading indicator */ #ajax-indicator { width: 60%; -- 2.39.5