Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / css / lx-office-erp / frame_header / header.css
index cf5d146..915615e 100644 (file)
@@ -2,27 +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;
-  font-size: 12px;
+  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;
 #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,5 +57,6 @@
 }
 
 #frame-header input {
-  font-size: 12px;
+  font-size: 100%;
+  margin-top: 1px;
 }