Alertify buttons and inputs added to sidebar layout

This commit is contained in:
yflory
2019-12-16 12:51:12 +01:00
parent fb8be19657
commit 9e08a97d72
4 changed files with 51 additions and 40 deletions

View File

@@ -219,21 +219,6 @@
::-ms-input-placeholder { /* Microsoft Edge */
color: @cryptpad_color_grey;
}
input:not(.form-control), textarea {
background-color: @alertify-input-fg;
color: @cryptpad_text_col;
border: 1px solid @alertify-input-bg;
margin-bottom: 15px;
width: 100%;
font-size: 100%;
padding: @alertify_padding-base;
&[readonly] {
background-color: @alertify-light-bg;
color: @cryptpad_text_col;
border-color: @alertify-input-fg;
}
}
span.cp-password-container {
display: flex;
align-items: center;
@@ -262,6 +247,17 @@
}
.buttons_main();
input:not(.form-control), textarea {
margin-bottom: 15px;
}
button {
display: inline-block;
position: relative;
margin: 6px 8px;
min-height: 36px;
min-width: 88px;
}
nav {
padding: @alertify_padding-base;