##// 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 /* Contextual Buttons */
652 /* Contextual Buttons */
653
653
654 .contextual
654 #content>.contextual
655 {
655 {
656 width: 100%;
656 width: 100%;
657 margin-bottom: .5em;
657 margin-bottom: .5em;
@@ -662,7 +662,7
662 color: transparent;
662 color: transparent;
663 }
663 }
664
664
665 .contextual a,
665 #content>.contextual a,
666 p.buttons a
666 p.buttons a
667 {
667 {
668 font-weight: bold;
668 font-weight: bold;
@@ -680,7 +680,7
680 background-position-x: 4px;
680 background-position-x: 4px;
681 }
681 }
682
682
683 .contextual a.icon,
683 #content>.contextual a.icon,
684 p.buttons a.icon
684 p.buttons a.icon
685 {
685 {
686 padding-left: 25px;
686 padding-left: 25px;
@@ -691,12 +691,6
691 float: none;
691 float: none;
692 }
692 }
693
693
694 #issue_tree .contextual a,
695 #relations .contextual a
696 {
697 float: right;
698 }
699
700 /* loading indicator */
694 /* loading indicator */
701 #ajax-indicator {
695 #ajax-indicator {
702 width: 60%;
696 width: 60%;
General Comments 0
You need to be logged in to leave comments. Login now