master
candice 4 years ago
parent 55bd83375d
commit ce6b58711c

@ -293,6 +293,7 @@ a.infocustomize {
color: #fff; color: #fff;
padding: 4px 13px; padding: 4px 13px;
background: #ad1818; background: #ad1818;
height: 21px;
} }
.headerbar { .headerbar {
@ -2995,12 +2996,14 @@ h1, h2, h3, h4 { padding: 0 15px;}
position: relative; position: relative;
height: 53px; height: 53px;
display: inline-block; display: inline-block;
margin-right: 39px;
} }
.topnavitailor { .topnavitailor {
text-transform: uppercase; text-transform: uppercase;
height: 46px; height: 29px;
padding-top: 7px; padding-top: 12px;
display: flex;
position: absolute;
right: 0;
} }
.siteSearch { .siteSearch {
margin-left: 15px; margin-left: 15px;
@ -3025,8 +3028,8 @@ h1, h2, h3, h4 { padding: 0 15px;}
} }
.topnavitailor .topnaviarrowdown { .topnavitailor .topnaviarrowdown {
border-left: 1px solid #555; border-left: 1px solid #555;
margin-left: 15px; margin-left: 26px;
padding: 5px 20px; padding: 2px 20px;
} }
.topnavibutton { height: 53px; display: flex;} .topnavibutton { height: 53px; display: flex;}
.articlereco { width: auto;} .articlereco { width: auto;}

Loading…
Cancel
Save