Skip to content
Code-Schnipsel Gruppen Projekte
Editor.css 1,34 KiB
Newer Older
@CHARSET "UTF-8";

Henning Leutz's avatar
Henning Leutz committed
.control-editor,
.control-editor-container {
    float: left;
    min-height: 300px;
Henning Leutz's avatar
Henning Leutz committed
    height: 100%;
    width: 100%;
Henning Leutz's avatar
Henning Leutz committed
.control-editor-container {
    overflow: hidden;
Henning Leutz's avatar
Henning Leutz committed
/* ckeditor overwrites font awesome */
.cke_dialog_contents .qui-button {
    background: none repeat scroll 0 0 #EDEDED;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 2px #999999;
    color: #606060;
    cursor: pointer;
    float: left;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 10px;
    position: relative;
    transition: all 0.2s ease 0s;
}
Henning Leutz's avatar
Henning Leutz committed
.cke_dialog_contents .qui-button-active,
.cke_dialog_contents .qui-button:active,
.cke_dialog_contents .qui-button:hover {
    background: #0069B4;
    color: #FFFFFF;
Henning Leutz's avatar
Henning Leutz committed

    box-shadow: none;
    -moz-box-shadow: none;
Henning Leutz's avatar
Henning Leutz committed
    -webkit-box-shadow: none;
}
Henning Leutz's avatar
Henning Leutz committed

Henning Leutz's avatar
Henning Leutz committed
.cke_dialog_contents .qui-button:hover span {
    color: #FFFFFF;
}
Henning Leutz's avatar
Henning Leutz committed

Henning Leutz's avatar
Henning Leutz committed
.cke_dialog_contents [class^="fa-"],
.cke_dialog_contents [class*=" fa-"] {
Henning Leutz's avatar
Henning Leutz committed
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
div.cke_panel.cke_combopanel.cke_ltr {
    width: 300px !important;
}

span.cke_rcombo span.cke_styles a span span.cke_text {
    width: 150px;
}

.cke_notifications_area {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    z-index: 999999 !important;
}