mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-31 03:52:01 +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;
|
margin-left: .7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.disabled {
|
|
||||||
&.button-delete {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-save, .button-delete, .saved-text {
|
.button-save, .button-delete, .saved-text {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabled.button-delete {
|
.button-delete.disabled {
|
||||||
margin-left: 0;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-right * {
|
.pull-right * {
|
||||||
|
@ -106,12 +100,9 @@
|
||||||
content: '▼';
|
content: '▼';
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea, input[type="text"] {
|
input[type="text"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
textarea {
|
|
||||||
height: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error-desc {
|
.error-desc {
|
||||||
color: red;
|
color: red;
|
||||||
|
|
Loading…
Reference in a new issue