X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/81903154e24efaaa51d9a190a869b4c0ce2e5e09..69e526ee5:/css/lx-office-erp/frame_header/header.css diff --git a/css/lx-office-erp/frame_header/header.css b/css/lx-office-erp/frame_header/header.css index 3046f2336..33f9ff3b8 100644 --- a/css/lx-office-erp/frame_header/header.css +++ b/css/lx-office-erp/frame_header/header.css @@ -2,25 +2,32 @@ #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; + background-color: #d0cfc9; text-align: center; margin: 0; padding: 0; - color: white; + color: black; border: 0; overflow: hidden; - min-height: 20px; + 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; } @@ -32,12 +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; +} + #frame-header #ajax-spinner { margin-top: 2px; margin-right: 10px; @@ -47,3 +58,7 @@ min-width: 16px; min-height: 16px; } + +#frame-header input { + font-size: 100%; +}