diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-19 20:19:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-19 20:19:48 +0000 |
commit | 49bdf62243dccb6398bdac78b0eff9f1138b28fa (patch) | |
tree | be6b0179e102f221b0777bc15c9601354ed4bd74 /public | |
parent | e219af1fbd96a069b46443202fef9fab1a51bd38 (diff) | |
download | redmine-49bdf62243dccb6398bdac78b0eff9f1138b28fa.tar.gz redmine-49bdf62243dccb6398bdac78b0eff9f1138b28fa.zip |
Add autoscroll div for each file diff.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1015 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-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 8aa63d886..aa4b29712 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -123,7 +123,7 @@ hr { width: 100%; height: 1px; background: #ccc; border: 0;} textarea.wiki-edit { width: 99%; } li p {margin-top: 0;} div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;} -.autoscroll {overflow-x: auto; padding:1px; width:100%;} +.autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;} #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; } /***** Tabular forms ******/ |