mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 22:48:28 +03:00
ckeditor fixes
demo-plugin TemproryApcStorage
This commit is contained in:
parent
000711086a
commit
844afadd6f
40 changed files with 2371 additions and 197 deletions
|
|
@ -99,5 +99,9 @@
|
|||
.b-settings-content {
|
||||
padding: 20px;
|
||||
padding-left: 30px;
|
||||
|
||||
.legend {
|
||||
width: 670px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
.e-signature-place {
|
||||
height: 300px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.textEmail {
|
||||
|
|
|
|||
|
|
@ -106,5 +106,9 @@
|
|||
.b-settings-content {
|
||||
padding: 20px;
|
||||
padding-left: 30px;
|
||||
|
||||
.legend {
|
||||
width: 600px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,33 +1,38 @@
|
|||
|
||||
.b-settings-themes {
|
||||
}
|
||||
|
||||
.b-themes-list {
|
||||
|
||||
.e-item {
|
||||
|
||||
display: inline-block;
|
||||
border: 2px solid transparent;
|
||||
cursor: pointer;
|
||||
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
padding: 16px;
|
||||
margin: 5px;
|
||||
|
||||
&:hover {
|
||||
border: 2px solid grey;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background-color: #eee;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
|
||||
.e-image {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.b-settings-content {
|
||||
.b-settings-themes {
|
||||
.legend {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.b-themes-list {
|
||||
|
||||
.e-item {
|
||||
|
||||
display: inline-block;
|
||||
border: 2px solid transparent;
|
||||
cursor: pointer;
|
||||
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
padding: 16px;
|
||||
margin: 5px;
|
||||
|
||||
&:hover {
|
||||
border: 2px solid grey;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background-color: #eee;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
|
||||
.e-image {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue