mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Simplify fieldset borders in bulk issue edit form (#43279).
git-svn-id: https://svn.redmine.org/redmine/trunk@24212 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -749,7 +749,9 @@ div#sticky-issue-header .subject {
|
||||
#trackers_description dd, #issue_statuses_description dd {margin: 0; padding: 0 0 1em 0;}
|
||||
|
||||
#issue-form .assign-to-me-link { padding-left: 5px; }
|
||||
#issue-form fieldset { border-right: none; border-bottom: none; border-left: none; }
|
||||
#issue-form fieldset, #bulk_edit_form fieldset {
|
||||
border-right: none; border-bottom: none; border-left: none;
|
||||
}
|
||||
|
||||
fieldset.collapsible {border-width: 1px 0 0 0;}
|
||||
fieldset.collapsible>legend { cursor:pointer;}
|
||||
|
||||
Reference in New Issue
Block a user