mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Cleanup more HTML and CSS
This commit is contained in:
parent
e105ecdf1b
commit
371b23a2f3
22 changed files with 306 additions and 435 deletions
|
|
@ -1,32 +1,20 @@
|
|||
|
||||
.b-settings-templates {
|
||||
|
||||
.list-table {
|
||||
|
||||
.template-img {
|
||||
font-size: 12px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.template-name {
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
box-sizing: border-box;
|
||||
line-height: 22px;
|
||||
}
|
||||
.template-img {
|
||||
font-size: 12px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.templates-list-top-padding {
|
||||
.template-name {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
line-height: 22px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.template-item {
|
||||
|
||||
.delete-template {
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.delete-template {
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue