mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
Accordion
Reduced space between stacked accordions to 1px.
This commit is contained in:
@@ -124,7 +124,6 @@ table.ui-datepicker-calendar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ui-state-default {
|
.ui-state-default {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: @white;
|
background-color: @white;
|
||||||
@@ -147,3 +146,7 @@ table.ui-datepicker-calendar {
|
|||||||
.ui-front {
|
.ui-front {
|
||||||
z-index: 1100;
|
z-index: 1100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-accordion .ui-accordion-header {
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user