diff options
author | Go MAEDA <maeda@farend.jp> | 2018-01-19 05:09:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-01-19 05:09:50 +0000 |
commit | d105365e06eddfdd66406c56b5f45dba2fda6769 (patch) | |
tree | 237ca7532f3d56babc303bba0eded277fb858202 | |
parent | 6cc40b9dff9b4c5fb241b261d1d03e887537db34 (diff) | |
download | redmine-d105365e06eddfdd66406c56b5f45dba2fda6769.tar.gz redmine-d105365e06eddfdd66406c56b5f45dba2fda6769.zip |
Merged r17181 from trunk to 3.4-stable (#27862).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17182 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 3bbc67df4..6a8a1962c 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -701,7 +701,7 @@ label.no-css { } input#time_entry_comments { width: 90%;} -#preview fieldset {margin-top: 1em; background: url(../images/draft.png)} +fieldset.preview {margin-top: 1em; min-width: inherit; background: url(../images/draft.png)} .tabular.settings p{ padding-left: 300px; } .tabular.settings label{ margin-left: -300px; width: 295px; } |