ckeditor fixes

demo-plugin
TemproryApcStorage
This commit is contained in:
RainLoop Team 2015-02-12 21:54:12 +04:00
parent 000711086a
commit 844afadd6f
40 changed files with 2371 additions and 197 deletions

View file

@ -99,5 +99,9 @@
.b-settings-content {
padding: 20px;
padding-left: 30px;
.legend {
width: 670px;
}
}
}

View file

@ -22,7 +22,7 @@
}
.e-signature-place {
height: 300px;
height: 200px;
}
.textEmail {

View file

@ -106,5 +106,9 @@
.b-settings-content {
padding: 20px;
padding-left: 30px;
.legend {
width: 600px;
}
}
}

View file

@ -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;
}
}
}