css: Reorder popovers.scss so `.popover` are in same place.

This commit is contained in:
Vaibhav 2019-07-03 22:01:55 +05:30 committed by Tim Abbott
parent 58754830fd
commit b764bd786f
1 changed files with 12 additions and 12 deletions

View File

@ -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;