X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fframe_header%2Fheader.css;h=3046f2336ec477ed21b255aa7c88958d7aa75693;hb=6ac47be4e3e318ea212ca595195b0b55a9c386a3;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..3046f2336 100644 --- a/css/lx-office-erp/frame_header/header.css +++ b/css/lx-office-erp/frame_header/header.css @@ -8,9 +8,6 @@ } #frame-header { - position: fixed; - top: 0px; - z-index: 99; background: url('../../../image/bg_titel.gif') repeat-x; text-align: center; margin: 0; @@ -18,6 +15,7 @@ color: white; border: 0; overflow: hidden; + min-height: 20px; width: 100%; border-spacing: 0; font-size: 12px; @@ -39,3 +37,13 @@ font-family: verdana,arial,sans-serif; vertical-align: middle; } + +#frame-header #ajax-spinner { + margin-top: 2px; + margin-right: 10px; + display: none; + width: 16px; + height: 16px; + min-width: 16px; + min-height: 16px; +}