##// END OF EJS Templates
styling: #3985 graph header button spacing
lisaq -
Show More
@@ -8447,6 +8447,12 b' h4 {'
8447 .top-state-front_dashboard .chart-layout-form {
8447 .top-state-front_dashboard .chart-layout-form {
8448 margin-bottom: 15px;
8448 margin-bottom: 15px;
8449 }
8449 }
8450 form.graph-type.form-inline {
8451 margin: 0 10px 10px 0;
8452 }
8453 form.graph-type.form-inline select {
8454 margin-right: 10px;
8455 }
8450 table.log-list .http_status {
8456 table.log-list .http_status {
8451 width: 52px;
8457 width: 52px;
8452 }
8458 }
@@ -292,9 +292,10 b''
292 }
292 }
293 }
293 }
294
294
295 .graph-type {
295 form.graph-type.form-inline {
296 .select.input-sm,
297 .btn-group {
298 margin: 0 10px 10px 0;
296 margin: 0 10px 10px 0;
299 }
297
298 select {
299 margin-right: 10px;
300 }
300 }
301 }
General Comments 0
You need to be logged in to leave comments. Login now