X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/41ec1a254c67a6bbd3ce97b91fb9521876a2e91b..a536d0ec10e021ba68e6f102f0f6ed11d559b868:/css/kivitendo/main.css diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 5b50aa067..6e8e035e9 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -21,7 +21,8 @@ body { /* Input elements */ input, textarea, -select { +select, +div.cke_textarea_inline { -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; @@ -50,7 +51,8 @@ select { input:focus, textarea:focus, -select:focus { +select:focus, +div.cke_textarea_inline:focus { background-color: #ffffa0; border: 1px solid #fe5f14; } @@ -418,6 +420,7 @@ label { vertical-align: middle; height: 100%; } +.kivi-validator-invalid, .customer-vendor-picker-undefined, .chartpicker-undefined, .projectpicker-undefined, @@ -577,3 +580,21 @@ div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:hover:afte div.layout-actionbar .layout-actionbar-default-action { font-weight: bold; } + +/* Admin section: the menu itself doesn't occupy space. So make room + at the top of the div covering the whole admin area. */ +body > div.admin { + padding-top: 24px; +} + +/* cke editor */ +.cke_top { + padding: 0 !important; +} +.cke_toolgroup { + margin-bottom: 0 !important; + margin-top: 0 !important; +} +.cke_button { + padding: 0px; 6px !important; +}