mirror of https://github.com/zulip/zulip.git
css: Reorder popovers.scss so `.popover` are in same place.
This commit is contained in:
parent
58754830fd
commit
b764bd786f
|
@ -2,6 +2,18 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.popover hr {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.popover .sub_disable_btn_hint {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
font-size: small;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
@ -23,11 +35,6 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.popover hr {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.popover-left,
|
||||
.popover-right {
|
||||
max-width: 200px;
|
||||
|
@ -345,13 +352,6 @@ ul.remind_me_popover .remind_icon {
|
|||
top: 1px;
|
||||
}
|
||||
|
||||
.popover .sub_disable_btn_hint {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
font-size: small;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.user_info_status_text {
|
||||
opacity: 0.8;
|
||||
padding: 2px 0px 3px 0px;
|
||||
|
|
Loading…
Reference in New Issue