Skip to content

Commit

Permalink
[TASK] Adapting header style (#443)
Browse files Browse the repository at this point in the history
* - remove empty line on MetaNav

* - adapting less code

* - update css/less
  • Loading branch information
ajdin99 authored and dmh committed Aug 31, 2018
1 parent a6ae9f7 commit 308552a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Configuration/TypoScript/Library/lib.menu.top.setupts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lib.menu.top.1 {
NO.stdWrap.wrap.field = tx_themes_icon
NO.stdWrap.wrap.required = 1
NO.stdWrap.wrap.dataWrap = <span class="icons icon-|"></span>
NO.stdWrap.innerWrap.noTrimWrap = |&nbsp;||
NO.stdWrap.innerWrap.noTrimWrap = |||
NO.ATagTitle {
field = abstract // description // subtitle // title
}
Expand Down
4 changes: 2 additions & 2 deletions Resources/Public/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Resources/Public/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@
font-size: 14px;
position: relative;
// top: 1px;
padding-right: 6px;
padding-right: 10px;
}

@media (min-width: @screen-sm-min) {
Expand Down Expand Up @@ -3610,7 +3610,7 @@
margin-top: 0;
float: right;
top: 0;
right: 20px;
right: 15px;
height: @header-middle-height;
}
}
Expand Down
4 changes: 2 additions & 2 deletions felayout_t3kit/dev/styles/main/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
font-size: 14px;
position: relative;
// top: 1px;
padding-right: 6px;
padding-right: 10px;
}

@media (min-width: @screen-sm-min) {
Expand Down Expand Up @@ -1312,7 +1312,7 @@
margin-top: 0;
float: right;
top: 0;
right: 20px;
right: 15px;
height: @header-middle-height;
}
}
Expand Down

0 comments on commit 308552a

Please sign in to comment.