From 594f73d87aa83e66153b0a08f15f6910442b4ab8 2015-11-08 09:56:44 From: Jean-Philippe Lang Date: 2015-11-08 09:56:44 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 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 26f1250..32f3803 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%;