##// END OF EJS Templates
set min-width on tree-list buttons...
Min RK -
Show More
@@ -8070,6 +8070,9 b' ul.breadcrumb span {'
8070 .item_buttons {
8070 .item_buttons {
8071 line-height: 1em;
8071 line-height: 1em;
8072 }
8072 }
8073 .item_buttons .btn {
8074 min-width: 13ex;
8075 }
8073 .toolbar_info {
8076 .toolbar_info {
8074 height: 24px;
8077 height: 24px;
8075 line-height: 24px;
8078 line-height: 24px;
@@ -103,6 +103,9 b' ul.breadcrumb {'
103
103
104 .item_buttons {
104 .item_buttons {
105 line-height: 1em;
105 line-height: 1em;
106 .btn {
107 min-width: 13ex;
108 }
106 }
109 }
107
110
108 .toolbar_info {
111 .toolbar_info {
General Comments 0
You need to be logged in to leave comments. Login now