[silva.core.editor][wim] fix dialog with tabs
| Newsgroups | gmane.comp.web.zope.silva.cvs |
|---|---|
| Message-ID | <[email protected]> |
author: wim
date: Thu Aug 08 18:16:52 2013 +0200
revision: 257:0178df9b7371 in silva.core.editor
branch:
details: https://hg.infrae.com/silva.core.editor?cmd=changeset;node=0178df9b7371
modified: src/silva/core/editor/static/skins/silva/dialog.css
added:
removed:
log: fix dialog with tabs
diffstat:
src/silva/core/editor/static/skins/silva/dialog.css | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 55e738a20d50 -r 0178df9b7371 src/silva/core/editor/static/skins/silva/dialog.css
--- a/src/silva/core/editor/static/skins/silva/dialog.css Thu Aug 08 17:32:00 2013 +0200
+++ b/src/silva/core/editor/static/skins/silva/dialog.css Thu Aug 08 18:16:52 2013 +0200
@@ -11,7 +11,6 @@
.cke_skin_silva .cke_dialog_title {
overflow:hidden;
text-overflow:ellipsis;
-border-bottom: 1px solid #bbb;
max-width: 600px;
height: 21px;
}
@@ -138,8 +137,6 @@
}
.cke_skin_silva .cke_dialog_title {
-background:#eee url(images/gradient.png);
-background-position:0 -60px;
color:#444;
cursor:move;
font-size:18px;
@@ -155,6 +152,7 @@
}
.cke_skin_silva .cke_dialog_contents {
+border-top: 1px solid #aaa;
background-color:#f7f8fd;
overflow:auto;
padding:5px 10px;