Skip to content

Commit 308552a

Browse files
ajdin99dmh
authored andcommitted
[TASK] Adapting header style (#443)
* - remove empty line on MetaNav * - adapting less code * - update css/less
1 parent a6ae9f7 commit 308552a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Configuration/TypoScript/Library/lib.menu.top.setupts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lib.menu.top.1 {
1212
NO.stdWrap.wrap.field = tx_themes_icon
1313
NO.stdWrap.wrap.required = 1
1414
NO.stdWrap.wrap.dataWrap = <span class="icons icon-|"></span>
15-
NO.stdWrap.innerWrap.noTrimWrap = |&nbsp;||
15+
NO.stdWrap.innerWrap.noTrimWrap = |||
1616
NO.ATagTitle {
1717
field = abstract // description // subtitle // title
1818
}

Resources/Public/css/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/less/main.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,7 @@
24112411
font-size: 14px;
24122412
position: relative;
24132413
// top: 1px;
2414-
padding-right: 6px;
2414+
padding-right: 10px;
24152415
}
24162416

24172417
@media (min-width: @screen-sm-min) {
@@ -3610,7 +3610,7 @@
36103610
margin-top: 0;
36113611
float: right;
36123612
top: 0;
3613-
right: 20px;
3613+
right: 15px;
36143614
height: @header-middle-height;
36153615
}
36163616
}

felayout_t3kit/dev/styles/main/header/header.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
font-size: 14px;
114114
position: relative;
115115
// top: 1px;
116-
padding-right: 6px;
116+
padding-right: 10px;
117117
}
118118

119119
@media (min-width: @screen-sm-min) {
@@ -1312,7 +1312,7 @@
13121312
margin-top: 0;
13131313
float: right;
13141314
top: 0;
1315-
right: 20px;
1315+
right: 15px;
13161316
height: @header-middle-height;
13171317
}
13181318
}

0 commit comments

Comments
 (0)