clean up some css for github issues: input prepend z-index, modals revamped for responsive
This commit is contained in:
parent
5801c4d766
commit
fec02f5045
7 changed files with 33 additions and 16 deletions
|
|
@ -43,6 +43,18 @@
|
|||
.horizontal-form .form-actions {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
// Modals
|
||||
.modal {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
width: auto;
|
||||
.close {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue