diff options
author | Go MAEDA <maeda@farend.jp> | 2022-07-28 03:04:45 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-07-28 03:04:45 +0000 |
commit | da289cc80d436d2c5b6cb3d3b9cd0b99484681a6 (patch) | |
tree | 30cdb20e51ba4e4818ee3c2055e05617bb034edd /public/stylesheets | |
parent | d6a8d34dc9f5478bdf49d56857502b07d7399659 (diff) | |
download | redmine-da289cc80d436d2c5b6cb3d3b9cd0b99484681a6.tar.gz redmine-da289cc80d436d2c5b6cb3d3b9cd0b99484681a6.zip |
Normalize HTML in settings/_users, and remove broken CSS left over from the old times (#37507).
Patch by Holger Just.
git-svn-id: https://svn.redmine.org/redmine/trunk@21743 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 8f676fc80..7743cf444 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -982,12 +982,6 @@ select.bool_cf {width:auto !important;} #tab-content-modules fieldset p {margin:3px 0 4px 0;} -#tab-content-users .splitcontentleft {width: 64%;} -#tab-content-users .splitcontentright {width: 34%;} -#tab-content-users fieldset {padding:1em; margin-bottom: 1em;} -#tab-content-users fieldset label {display: block;} -#tab-content-users #principals {max-height: 400px; overflow: auto;} - #users_for_watcher {height: 200px; overflow:auto;} #users_for_watcher label {display: block;} |