diff options
author | Go MAEDA <maeda@farend.jp> | 2018-04-02 02:24:35 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-04-02 02:24:35 +0000 |
commit | fec2832fe316ebc9a02a6f1a86c6c909b0931adf (patch) | |
tree | d8f3ddd86c706761a3c6415ae0b609d6991ebc9f /public/stylesheets/responsive.css | |
parent | 1046189079f0eee29d83d1b336ce57cabc51f5bc (diff) | |
download | redmine-fec2832fe316ebc9a02a6f1a86c6c909b0931adf.tar.gz redmine-fec2832fe316ebc9a02a6f1a86c6c909b0931adf.zip |
Reverted r17252 and r17253 (#26655).
The change breaks the test suite.
git-svn-id: http://svn.redmine.org/redmine/trunk@17254 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/responsive.css')
-rw-r--r-- | public/stylesheets/responsive.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index fb156863a..76e2d5945 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -793,13 +793,11 @@ width: 33.33%; /* three columns for all cells that are not subject */ } - #issue_tree .issues, #issue_tree .issue, #relations .issues, #relations .issue { position: relative; /* needed for .buttons positioning */ } /* positioniong of unline button */ - #issue_tree .issue > td.buttons, #relations .issue > td.buttons { text-align: right; position: absolute; @@ -808,12 +806,11 @@ padding-right: 0; } - #issue_tree .issue .buttons a, #relations .issue .buttons a { vertical-align: middle; + padding-right: 5px; } - #issue_tree .issue > td.subject, #relations .issue > td.subject { padding-right: 25px; /* this is the spaces that .buttons uses next to subject */ } |