Commit 18fd34496ad417259ba17db8f0f6a08bca491e7c

Authored by Nathan Broadbent
1 parent 1bb785ba
Exists in master and in 1 other branch production

Styled issue tracker section, adding backing box around issue tracker choices

Showing 1 changed file with 11 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -532,7 +532,14 @@ div.nested .chosen {
532 532 display: block !important;
533 533 }
534 534 div.nested .choose {
535   - margin-bottom: 1em;
  535 + margin-bottom: 0.5em;
  536 +}
  537 +
  538 +div.issue_tracker.nested .choose {
  539 + background-color: #ebebeb;
  540 + border: 1px solid #dddddd;
  541 + margin: 5px 15px 18px;
  542 + padding: 12px;
536 543 }
537 544 div.issue_tracker.nested img {
538 545 vertical-align: middle;
... ... @@ -546,6 +553,9 @@ div.issue_tracker.nested label.label_radio {
546 553 margin-right: 8px;
547 554 line-height: 30px;
548 555 }
  556 +div.issue_tracker.nested .choose {
  557 + padding-bottom: 6px;
  558 +}
549 559 div.issue_tracker.nested label.label_radio:hover {
550 560 color: #696969;
551 561 }
... ...