##// END OF EJS Templates
Don't put all contextual buttons on their own line (#19097)....
Jean-Philippe Lang -
r14462:594f73d87aa8
parent child
Show More
@@ -651,7 +651,7
651 651
652 652 /* Contextual Buttons */
653 653
654 .contextual
654 #content>.contextual
655 655 {
656 656 width: 100%;
657 657 margin-bottom: .5em;
@@ -662,7 +662,7
662 662 color: transparent;
663 663 }
664 664
665 .contextual a,
665 #content>.contextual a,
666 666 p.buttons a
667 667 {
668 668 font-weight: bold;
@@ -680,7 +680,7
680 680 background-position-x: 4px;
681 681 }
682 682
683 .contextual a.icon,
683 #content>.contextual a.icon,
684 684 p.buttons a.icon
685 685 {
686 686 padding-left: 25px;
@@ -691,12 +691,6
691 691 float: none;
692 692 }
693 693
694 #issue_tree .contextual a,
695 #relations .contextual a
696 {
697 float: right;
698 }
699
700 694 /* loading indicator */
701 695 #ajax-indicator {
702 696 width: 60%;
General Comments 0
You need to be logged in to leave comments. Login now