mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
Cleanup compose window style
This commit is contained in:
parent
722e345cbe
commit
d31244e747
1 changed files with 3 additions and 12 deletions
|
@ -58,18 +58,12 @@
|
|||
margin-left: .7em;
|
||||
}
|
||||
|
||||
.btn.disabled {
|
||||
&.button-delete {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.button-save, .button-delete, .saved-text {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.disabled.button-delete {
|
||||
margin-left: 0;
|
||||
.button-delete.disabled {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.pull-right * {
|
||||
|
@ -106,12 +100,9 @@
|
|||
content: '▼';
|
||||
}
|
||||
|
||||
textarea, input[type="text"] {
|
||||
input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
textarea {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.error-desc {
|
||||
color: red;
|
||||
|
|
Loading…
Reference in a new issue