File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7701,8 +7701,9 @@ body {
7701
7701
float : right;
7702
7702
}
7703
7703
.top-icon-bar a .main-link .caret {
7704
- top : 8 px ;
7704
+ top : 1 px ;
7705
7705
position : relative;
7706
+ margin-left : 25px ;
7706
7707
}
7707
7708
.top-icon-bar a .main-link : hover {
7708
7709
color : # fff ;
@@ -7716,13 +7717,17 @@ body {
7716
7717
}
7717
7718
.top-icon-bar .icon {
7718
7719
color : # 555 ;
7719
- font-size : 18 px ;
7720
+ font-size : 14 px ;
7720
7721
cursor : pointer;
7721
7722
transition : all ease 250ms ;
7723
+ padding-left : 15px ;
7722
7724
}
7723
7725
.top-icon-bar .icon : hover {
7724
7726
text-decoration : none;
7725
7727
}
7728
+ .top-icon-bar a .main-link : hover .icon {
7729
+ color : # fff ;
7730
+ }
7726
7731
.top-icon-bar .dropdown-menu > li > a {
7727
7732
vertical-align : top;
7728
7733
padding : 3px 7px ;
Original file line number Diff line number Diff line change 90
90
<div class =" btn-group" role =" group" >
91
91
<a type =" button" class =" btn btn-default dropdown-toggle main-link" data-toggle =" dropdown" aria-expanded =" false" >
92
92
{{ Lang:: get (' panel::fields.settings' ) } }
93
- <span class =" caret fl-right " ></span >
93
+ <span class =" caret" ></span >
94
94
</a >
95
95
<ul class =" dropdown-menu" role =" menu" >
96
96
<li ><a href =" {{ url (' panel/edit' )} }" ><span class =" icon ic-users " ></span >{{ Lang:: get (' panel::fields.ProfileEdit' ) } } </a ></li >
97
97
<li ><a href =" {{ url (' panel/changePassword' )} }" ><span class =" icon ic-cog" ></span >{{ Lang:: get (' panel::fields.ResetPassword' ) } } </a ></li >
98
98
</ul >
99
99
</div >
100
- <a href =" {{ url (' panel/logout' )} }" type =" button" class =" btn btn-default main-link" >{{ Lang:: get (' panel::fields.logout' ) } } <span class =" icon ic-switch fl-right " ></span ></a >
100
+ <a href =" {{ url (' panel/logout' )} }" type =" button" class =" btn btn-default main-link" >{{ Lang:: get (' panel::fields.logout' ) } } <span class =" icon ic-switch" ></span ></a >
101
101
</div >
102
102
103
103
<!-- <a href="{{ url (' panel/logout' )} } " > logout <span class="icon ic-cog"></span></a>
You can’t perform that action at this time.
0 commit comments