BZModalDialog
This commit is contained in:
31
buildoz.css
31
buildoz.css
@@ -1,3 +1,34 @@
|
||||
dialog.bz-modal-dialog{
|
||||
padding: 0;
|
||||
border: 2px solid #050;
|
||||
border-radius: 5px;
|
||||
min-width: 15em;
|
||||
}
|
||||
|
||||
dialog.bz-modal-dialog header{
|
||||
background: #050;
|
||||
text-align: center;
|
||||
color: white;
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
dialog.bz-modal-dialog section{
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
dialog.bz-modal-dialog footer{
|
||||
border-top: 1px solid #CCC;
|
||||
padding: .5em;
|
||||
justify-content: center;
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
grid-gap: 2em;
|
||||
}
|
||||
|
||||
dialog.bz-modal-dialog footer button{
|
||||
min-width: 5em;
|
||||
}
|
||||
|
||||
bz-select {
|
||||
display: block;
|
||||
margin: .5em 0 .5em 0;
|
||||
|
||||
Reference in New Issue
Block a user