diff options
author | Go MAEDA <maeda@farend.jp> | 2018-01-19 05:13:59 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-01-19 05:13:59 +0000 |
commit | c340cea3001fc3ec5d827fa4eed0f1628f7a6baf (patch) | |
tree | 145484a3b1d8ca89a98eda44740b53af5c4ed6f3 /public/stylesheets | |
parent | f2a2d80bbf4a7872c73303f7597f86cbf91ff0a4 (diff) | |
download | redmine-c340cea3001fc3ec5d827fa4eed0f1628f7a6baf.tar.gz redmine-c340cea3001fc3ec5d827fa4eed0f1628f7a6baf.zip |
Merged r17181 from trunk to 3.3-stable (#27862).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17183 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-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 7cd98a8ed..f9a6bbac1 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -634,7 +634,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; } |