diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-29 10:54:45 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-29 10:54:45 +0000 |
commit | 9557f4ce7ce6a1f08452b3b663b447e9f39751db (patch) | |
tree | bbfb7a45c8572657c678e8c5981e59b22373b107 /public | |
parent | 0cd66cac3ebf704fcb090e884e00f117c9856716 (diff) | |
download | redmine-9557f4ce7ce6a1f08452b3b663b447e9f39751db.tar.gz redmine-9557f4ce7ce6a1f08452b3b663b447e9f39751db.zip |
scm: show scm commands and versions on administration panel (#4273).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5952 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 47eb839c8..0b6cc755e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -434,6 +434,9 @@ input#time_entry_comments { width: 90%;} .tabular.settings label{ margin-left: -300px; width: 295px; } .tabular.settings textarea { width: 99%; } +.tabular.settings.enabled_scm td.scm_name{ font-weight: bold; } +.tabular.settings.enabled_scm p.scm_config{ padding-left: 8px; } + fieldset.settings label { display: block; } fieldset#notified_events .parent { padding-left: 20px; } |