X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fframe_header%2Fheader.css;h=915615e774c4ccc4055d8e0814ffb1e7f5eb98d0;hb=2a0cbd885790174fa0f212e6661b30362650a42c;hp=1e96c980dd6ba97f8b1b1ee7118620cf80a071db;hpb=80050a86b3e95b525d72492602a47d996dbb842a;p=kivitendo-erp.git diff --git a/css/lx-office-erp/frame_header/header.css b/css/lx-office-erp/frame_header/header.css index 1e96c980d..915615e77 100644 --- a/css/lx-office-erp/frame_header/header.css +++ b/css/lx-office-erp/frame_header/header.css @@ -2,29 +2,34 @@ #frame-header .frame-header-element a:visited, #frame-header .frame-header-element a:hover, #frame-header .frame-header-element a:active { - color: white; + color: black; background: none; text-decoration: underline; } #frame-header { - position: fixed; - top: 0px; - z-index: 99; - background: url('../../../image/bg_titel.gif') repeat-x; - text-align: center; + background-color: #d0cfc9; + text-align: left; margin: 0; - padding: 0; - color: white; + color: black; border: 0; overflow: hidden; + height: 20px; width: 100%; border-spacing: 0; - font-size: 12px; + position: fixed; + top: 0; + z-index: 40; +} + +#frame-header + div { + padding-top: 20px; } + #frame-header .frame-header-left { float: left; + margin-right: 10px; } #frame-header .frame-header-right { float: right; @@ -34,8 +39,24 @@ #frame-header .frame-header-center, #frame-header .frame-header-right { border-spacing: 0; - color: white; + color: black; padding: 0; - font-family: verdana,arial,sans-serif; vertical-align: middle; } + +#frame-header .frame-header-right { + vertical-align: middle; +} + +#frame-header #ajax-spinner { + display: none; + width: 16px; + height: 16px; + min-width: 16px; + min-height: 16px; +} + +#frame-header input { + font-size: 100%; + margin-top: 1px; +}