X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fframe_header%2Fheader.css;h=23f24b468de59a3d224d9a870121df9cdef97e88;hb=07c884e5ac2318a9a67947faa88ecd1d4ca0629e;hp=1e96c980dd6ba97f8b1b1ee7118620cf80a071db;hpb=b18b770e26a958e8d2c29ce48efe6fcbdd78cd17;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..23f24b468 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,9 +15,9 @@ color: white; border: 0; overflow: hidden; + min-height: 20px; width: 100%; border-spacing: 0; - font-size: 12px; } #frame-header .frame-header-left { @@ -39,3 +36,21 @@ 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%; +}