2014-12-18 04:53:46 +08:00
|
|
|
|
|
|
|
.b-system-drop-down {
|
|
|
|
|
|
|
|
.b-toolbar {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 30px;
|
|
|
|
padding: 10px @rlLowMargin;
|
|
|
|
z-index: 103;
|
|
|
|
}
|
|
|
|
|
|
|
|
.e-facebook-name {
|
|
|
|
display: inline-block;
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn.system-dropdown {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-fb-logout {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.email-title {
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 200px;
|
|
|
|
text-align: left;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-right: 28px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.account-item {
|
|
|
|
|
|
|
|
.icon-ok {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.current {
|
|
|
|
.icon-ok {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.icon-user {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.counter {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.g-ui-menu .e-link.account-item {
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|