更新样式:微调通知栏下拉框位置
This commit is contained in:
parent
4a1dd62616
commit
13bb3fa1fe
|
@ -170,7 +170,7 @@ a, a:hover, a:focus {
|
||||||
.nav .dropdown-menu {
|
.nav .dropdown-menu {
|
||||||
width: 235px;
|
width: 235px;
|
||||||
border: none;
|
border: none;
|
||||||
margin-left: -74px;
|
margin-left: -98px;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@ a, a:hover, a:focus {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0 9px 9px;
|
border-width: 0 9px 9px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 85px;
|
left: 108px;
|
||||||
top: -9px;
|
top: -9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue