X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fframe_header%2Fheader.css;h=915615e774c4ccc4055d8e0814ffb1e7f5eb98d0;hb=2a0cbd885790174fa0f212e6661b30362650a42c;hp=23f24b468de59a3d224d9a870121df9cdef97e88;hpb=8b91924ca4301ce6ee2c3b0902c1fcafb1f7c17d;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 23f24b468..915615e77 100644 --- a/css/lx-office-erp/frame_header/header.css +++ b/css/lx-office-erp/frame_header/header.css @@ -2,26 +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 { - 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; - min-height: 20px; + height: 20px; width: 100%; border-spacing: 0; + 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; @@ -31,19 +39,16 @@ #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 { - margin-top: 3px; + vertical-align: middle; } #frame-header #ajax-spinner { - margin-top: 2px; - margin-right: 10px; display: none; width: 16px; height: 16px; @@ -53,4 +58,5 @@ #frame-header input { font-size: 100%; + margin-top: 1px; }