re-align buttons and modal content

pull/1/head
David Benqué 5 years ago
parent 2a23359d8f
commit cc5d6260dc

@ -24,7 +24,7 @@
@alertify-input-bg: @colortheme_modal-input; @alertify-input-bg: @colortheme_modal-input;
@alertify-input-fg: @colortheme_modal-input-fg; @alertify-input-fg: @colortheme_modal-input-fg;
@alertify_padding-base: 8px; // XXX to align tab contents with buttons. could change @variables-padding: 12px @alertify_padding-base: @variables_padding; // XXX to align tab contents with buttons. could change @variables-padding: 12px
@alertify_box-shadow: @variables_shadow; @alertify_box-shadow: @variables_shadow;
// Logs to show that something has happened // Logs to show that something has happened
@ -219,10 +219,9 @@
color: darken(@alertify-input-fg, 15%); color: darken(@alertify-input-fg, 15%);
} }
input:not(.form-control), textarea { input:not(.form-control), textarea {
background-color: @alertify-input-bg; background-color: @alertify-input-fg;
color: @alertify-input-fg; color: @alertify-input-bg;
border: 0px; border: 1px solid @alertify-input-bg;
margin-bottom: 15px; margin-bottom: 15px;
width: 100%; width: 100%;
font-size: 100%; font-size: 100%;
@ -242,6 +241,7 @@
} }
} }
input[type="checkbox"], input[type="radio"] { input[type="checkbox"], input[type="radio"] {
width: auto; width: auto;
padding: 0; padding: 0;
@ -264,7 +264,7 @@
display: inline-block; display: inline-block;
align-items: center; align-items: center;
padding: 0 6px; padding: 0 6px;
margin: 6px 8px; //margin: 6px 8px;
line-height: 36px; line-height: 36px;
min-height: 36px; min-height: 36px;
white-space: nowrap; white-space: nowrap;
@ -340,12 +340,15 @@
} }
} }
button.btn {
margin: 6px 4px;
}
nav { nav {
padding: @alertify_padding-base;
text-align: right; text-align: right;
button{
margin:0px;
&:not(:last-child) {
margin-right: @alertify_padding-base;
}
}
} }
} }
} }

Loading…
Cancel
Save