X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a12c839937370488b8b8a40bef376e7cb0a2ce6..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 852a76c98..33f9ff3b8 100644 --- a/css/lx-office-erp/frame_header/header.css +++ b/css/lx-office-erp/frame_header/header.css @@ -2,24 +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; + 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; } @@ -31,8 +39,26 @@ #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; + display: none; + width: 16px; + height: 16px; + min-width: 16px; + min-height: 16px; +} + +#frame-header input { + font-size: 100%; +}