diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-08 09:56:44 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-08 09:56:44 +0000 |
commit | 594f73d87aa83e66153b0a08f15f6910442b4ab8 (patch) | |
tree | dd2b0766ff07da16a353a6900a8a0001b7b78670 /public | |
parent | 9da6f64bbbffb0fc512a10d2a14962961b21c924 (diff) | |
download | redmine-594f73d87aa83e66153b0a08f15f6910442b4ab8.tar.gz redmine-594f73d87aa83e66153b0a08f15f6910442b4ab8.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/responsive.css | 12 |
1 files 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%; |