diff --git a/css/style.css b/css/style.css index 8a67773f..6a999022 100755 --- a/css/style.css +++ b/css/style.css @@ -126,7 +126,7 @@ } #body-user #document-title #header{ - height: 32px; + height: 45px; } #document-title{ @@ -140,23 +140,21 @@ } #document-title div.logo-wide{ - float:left; - height: 24px; - width: 110px; - margin: 3px; - background-size:110px 24px; + float: left; + margin: 5px; z-index: 110; } #document-title div{ position: relative; } -#document-title #header input { - height:14px; - margin: 0; - padding:3px 6px; +#document-title .filename { + margin-top: 8px !important; width: 300px; - font-size: 12px; +} +#document-title-container { + padding-top: 7px; + font-weight: normal; } #odf-close{ @@ -176,7 +174,7 @@ #documents-overlay, #documents-overlay-below{ position: fixed; - top: 32px; + top: 45px; left: 0; width: 100%; height: 100%; @@ -187,8 +185,8 @@ } #documents-overlay-below{ - right:72px; - top:65px; + right: 72px; + top: 83px; filter:alpha(opacity=100); opacity: 1; background:#fff; @@ -263,7 +261,7 @@ } #toolbar { - top:30px !important; + top: 45px !important; border-bottom: none !important; padding: 5px 0 0 !important; }