plugins list width adjustement with css

This commit is contained in:
Serghei Mihai 2014-09-23 23:18:27 +02:00
parent e60284ca38
commit 5d31d739bc
1 changed files with 4 additions and 0 deletions

View File

@ -44,3 +44,7 @@ div.breadcrumbs a {
text-align: center;
margin-bottom: 5px;
}
body div.cke_panel {
width: 18em;
}