This commit is contained in:
shim
2023-04-17 11:06:08 +09:00
parent d0b393aa97
commit 76264e09ad
4686 changed files with 552713 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
/* popover user profile */
#rb-member-profile .close {
position: relative;
top: -5px;
}
#rb-member-profile .media {
padding: 0;
border: 0
}
#rb-member-profile .media-object {
width: 100px;
height: 100px
}
#rb-member-profile.media-body {
position: relative;
}
#rb-member-profile .media-body .rb-log {
position: absolute;
bottom: 5px;
font-size: 12px
}
#rb-member-profile .media-heading {
padding-top: 2px;
font-size: 14px;
font-weight: bold;
}
#rb-member-profile {
font-size: 12px;
}