##// END OF EJS Templates
Right-justify celltoolbar instead of reversing
Jessica B. Hamrick -
Show More
@@ -11,7 +11,7 b''
11 height: @celltoolbar-height;
11 height: @celltoolbar-height;
12 padding-right: 4px;
12 padding-right: 4px;
13 .hbox();
13 .hbox();
14 .reverse();
14 .end();
15 }
15 }
16
16
17 .ctb_hideshow {
17 .ctb_hideshow {
@@ -9617,7 +9617,6 b' p {'
9617 background: #EEE;
9617 background: #EEE;
9618 border-radius: 3px 3px 0px 0px;
9618 border-radius: 3px 3px 0px 0px;
9619 width: 100%;
9619 width: 100%;
9620 -webkit-box-pack: end;
9621 height: 29px;
9620 height: 29px;
9622 padding-right: 4px;
9621 padding-right: 4px;
9623 /* Old browsers */
9622 /* Old browsers */
@@ -9641,11 +9640,11 b' p {'
9641 /* Modern browsers */
9640 /* Modern browsers */
9642 flex: none;
9641 flex: none;
9643 /* Old browsers */
9642 /* Old browsers */
9644 -webkit-box-direction: reverse;
9643 -webkit-box-pack: end;
9645 -moz-box-direction: reverse;
9644 -moz-box-pack: end;
9646 box-direction: reverse;
9645 box-pack: end;
9647 /* Modern browsers */
9646 /* Modern browsers */
9648 flex-direction: row-reverse;
9647 justify-content: flex-end;
9649 }
9648 }
9650 .ctb_hideshow {
9649 .ctb_hideshow {
9651 display: none;
9650 display: none;
General Comments 0
You need to be logged in to leave comments. Login now