mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-16 21:11:49 -05:00
AC-232 Event Detail changes. Moved back to modal dialog. Added accordion. Now removing fields (i.e. not displaying fields) that are empty.
This commit is contained in:
@@ -609,6 +609,10 @@
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.modal-input-xxlarge {
|
||||
width: 460px;
|
||||
}
|
||||
|
||||
.form-section-title {
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
@@ -666,6 +670,10 @@
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.skinny-modal .modal-body {
|
||||
padding: 5px 10px 0px 10px;
|
||||
}
|
||||
|
||||
/* form navigation */
|
||||
.navigation-buttons {
|
||||
height: 40px;
|
||||
|
||||
Reference in New Issue
Block a user