diff options
author | Go MAEDA <maeda@farend.jp> | 2018-02-22 00:02:43 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-02-22 00:02:43 +0000 |
commit | c41b2833c0094748fe74b379ee1720358b894145 (patch) | |
tree | 24aeed051884dc6d1a8fff224fcd71303186025d /public | |
parent | 7ba1f889f859eba5e62d5483951efaf502507512 (diff) | |
download | redmine-c41b2833c0094748fe74b379ee1720358b894145.tar.gz redmine-c41b2833c0094748fe74b379ee1720358b894145.zip |
Fix: The green tick is positioned after the label in the new member modals (#28079).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17207 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 48bcbf9bc..369526a9a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -140,8 +140,6 @@ a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repea a#toggle-completed-versions {color:#999;} -a.toggle-checkboxes { margin-left: 5px; padding-left: 12px; background: url(../images/toggle_check.png) no-repeat 0% 50%; } - /***** Dropdown *****/ .drdn {position:relative;} .drdn-trigger { |