X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=412e3317ca760ec185a4bdaf79c8699d2200b8a5;hb=2c5a4b0d406212de474b8aaa807d8e4ee9290b44;hp=3a1c513188b5feb10f65369f23f82d3d05baf180;hpb=df1c2f63837b9e70ac17e9dfe7687c2b299ca43c;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 3a1c51318..412e3317c 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; } @@ -574,3 +576,24 @@ div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:hover:afte color: #FE5F14; border-color: #FE5F14 transparent; } +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; +}