summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_popover.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-29 19:24:18 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-29 19:24:18 +0500
commit33362a56a759142edcd2713bc0dddb629032da5f (patch)
treef38a0fa0bd948f76f5936694a0a1ea903cee3d33 /web/sass-files/sass/partials/_popover.scss
parent9497ecb95423504c11e0d1cc2d70ef338fda41a5 (diff)
downloadchat-33362a56a759142edcd2713bc0dddb629032da5f.tar.gz
chat-33362a56a759142edcd2713bc0dddb629032da5f.tar.bz2
chat-33362a56a759142edcd2713bc0dddb629032da5f.zip
UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_popover.scss')
-rw-r--r--web/sass-files/sass/partials/_popover.scss40
1 files changed, 15 insertions, 25 deletions
diff --git a/web/sass-files/sass/partials/_popover.scss b/web/sass-files/sass/partials/_popover.scss
index 4f5f1d215..430813e63 100644
--- a/web/sass-files/sass/partials/_popover.scss
+++ b/web/sass-files/sass/partials/_popover.scss
@@ -41,6 +41,9 @@
padding: 6px 8px;
margin: 3px 0;
@include border-radius(2px);
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
&:hover {
background: rgba(black, 0.1);
@@ -94,33 +97,20 @@
#member-list-popover {
max-width: initial;
- .popover-content > div {
+ .popover-content {
+ position: relative;
+ padding: 0;
+ width: 260px;
max-height: 350px;
- overflow-y: auto;
- overflow-x: hidden;
- > div {
- border-bottom: 1px solid rgba(51,51,51,0.1);
- padding: 8px 8px 8px 15px;
+ .text-nowrap {
+ padding: 6px 10px;
width: 100%;
- box-sizing: content-box;
- @include clearfix;
- .profile-img {
- border-radius: 50px;
- margin-right: 8px;
- }
- .more-name {
- font-weight: 600;
- font-size: 0.95em;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .more-description {
- @include opacity(0.7);
- }
- .profile-action {
- margin-left: 8px;
- margin-right: 18px;
- }
+ overflow: hidden;
+ line-height: 26px;
+ font-size: 13px;
+ }
+ .more-name {
+ margin-left: 6px;
}
}
}