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

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