##// END OF EJS Templates
Only pad indicator text.
Jonathan Frederic -
Show More
@@ -144,13 +144,13 b' ul.breadcrumb {'
144 }
144 }
145
145
146 .item_buttons {
146 .item_buttons {
147 padding-top: @dashboard_tb_pad;
148 line-height: 1em;
147 line-height: 1em;
149 .btn-toolbar();
148 .btn-toolbar();
150 .btn {
149 .btn {
151 min-width: 13ex;
150 min-width: 13ex;
152 }
151 }
153 .running-indicator {
152 .running-indicator {
153 padding-top: @dashboard_tb_pad;
154 color: @brand-success;
154 color: @brand-success;
155 }
155 }
156 }
156 }
General Comments 0
You need to be logged in to leave comments. Login now