##// END OF EJS Templates
adjust appearance of cell toolbar select...
Min RK -
Show More
@@ -50,9 +50,12 b''
50 .celltoolbar select {
50 .celltoolbar select {
51 .form-control();
51 .form-control();
52 .input-sm();
52 .input-sm();
53 // undo some of the sizing caused by the above mixins
53 width: inherit;
54 width: inherit;
54 font-size: 87%;
55 font-size: inherit;
55 height: 22px;
56 height: 22px;
57 padding: 0px;
58
56 display: inline-block;
59 display: inline-block;
57
60
58 }
61 }
@@ -10525,8 +10525,9 b' p {'
10525 line-height: 1.5;
10525 line-height: 1.5;
10526 border-radius: 1px;
10526 border-radius: 1px;
10527 width: inherit;
10527 width: inherit;
10528 font-size: 87%;
10528 font-size: inherit;
10529 height: 22px;
10529 height: 22px;
10530 padding: 0px;
10530 display: inline-block;
10531 display: inline-block;
10531 }
10532 }
10532 .celltoolbar select:focus {
10533 .celltoolbar select:focus {
General Comments 0
You need to be logged in to leave comments. Login now