mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
94 lines
No EOL
1.2 KiB
Text
94 lines
No EOL
1.2 KiB
Text
|
|
.b-settings-templates {
|
|
|
|
html.rl-mobile &{
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.process-place {
|
|
text-align: center;
|
|
width: 600px;
|
|
padding: 14px 0;
|
|
}
|
|
|
|
.list-table {
|
|
|
|
width: 600px;
|
|
|
|
td {
|
|
padding: 4px 8px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.drag-handle {
|
|
color: #eee;
|
|
}
|
|
|
|
tr:hover .drag-handle {
|
|
color: #aaa;
|
|
}
|
|
|
|
.template-img {
|
|
font-size: 12px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.template-name {
|
|
display: inline-block;
|
|
word-break: break-all;
|
|
box-sizing: border-box;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
|
|
.templates-list-top-padding {
|
|
display: inline-block;
|
|
height: 5px;
|
|
width: 5px;
|
|
}
|
|
|
|
.template-item {
|
|
|
|
.e-action {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.drag-handle {
|
|
cursor: pointer;
|
|
cursor: all-scroll;
|
|
}
|
|
|
|
.button-delete {
|
|
margin-right: 15px;
|
|
margin-top: 5px;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
}
|
|
|
|
.delete-access {
|
|
&.button-delete {
|
|
visibility: visible;
|
|
margin-right: 0;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
.delete-template {
|
|
cursor: pointer;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
&.ui-sortable-helper {
|
|
background: #F5F5F5;
|
|
border: 1px solid #DDD;
|
|
|
|
.button-delete, .delete-template {
|
|
display: none;
|
|
}
|
|
|
|
td {
|
|
border-width: 0px;
|
|
}
|
|
}
|
|
}
|
|
} |