diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-07 14:22:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-07 14:22:15 +0000 |
commit | 2239816344f01a59aca66bccb326dd7775f3b1b1 (patch) | |
tree | 5f3480d660790395840c9bfe21a39a13ab087986 /public/stylesheets/responsive.css | |
parent | 27b99a27acbed62db4d329cf8866cbcdfd0180ca (diff) | |
download | redmine-2239816344f01a59aca66bccb326dd7775f3b1b1.tar.gz redmine-2239816344f01a59aca66bccb326dd7775f3b1b1.zip |
Extract the "Add filter" drop-down from the table (#19097).
git-svn-id: http://svn.redmine.org/redmine/trunk@14831 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/responsive.css')
-rw-r--r-- | public/stylesheets/responsive.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 6664827df..26f125047 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -716,6 +716,9 @@ padding-right: 0; } + #filters-table {width:100%; float:none;} + .add-filter {width:100%; float:none; text-align: left; margin-top: 8px;} + /*----------------------------------------*\ F) PAGE SPECIFIC STYLES \*----------------------------------------*/ |