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