Change Topbar Height, Fixed Outline on a-click

This commit is contained in:
2017-09-12 09:26:56 +02:00
parent da7c230927
commit c037fc6eac
3 changed files with 20 additions and 5 deletions

View File

@@ -82,6 +82,9 @@ strong {font-weight:700;}
mark {color: @cms_brand_secondary;}
a {text-decoration:none; color: @cms_brand_secondary;}
a:hover {color:#901624;}
a:focus {
outline: none;
}
/*--------------------------------------------------------------
@@ -204,7 +207,7 @@ button{
/*--------------------------------------------------------------
# Content Area
--------------------------------------------------------------*/
.content_area {position:absolute; left:70px; top:40px; right:0px; height: 100%;}
.content_area {position:absolute; left:70px; top:50px; right:0px; height: 100%;}
.content_main {position:relative; top:0px; padding:25px;}
.cms_content_main_headline {margin-bottom:20px; position:relative;}