summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-10 23:34:30 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-10 23:34:30 +0500
commit1440c953817aac3a5ebc6762f6c3e2668213fd70 (patch)
tree425a7b72bb3a430c7a287deb62b465f31432de45 /web/sass-files
parent1b52fe5092fdae3ca444c22155ceaeb44ecbcf24 (diff)
downloadchat-1440c953817aac3a5ebc6762f6c3e2668213fd70.tar.gz
chat-1440c953817aac3a5ebc6762f6c3e2668213fd70.tar.bz2
chat-1440c953817aac3a5ebc6762f6c3e2668213fd70.zip
PM-183 and PM-162 - Updating UI for more modal and unread notification bar
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_modal.scss13
-rw-r--r--web/sass-files/sass/partials/_sidebar--left.scss2
2 files changed, 8 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index b94ed2113..d5db5fc46 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -118,12 +118,11 @@
}
&#more_channels {
.modal-body {
- padding: 5px 10px;
+ padding: 0;
}
}
.more-channel-table {
margin: 0;
- table-layout: fixed;
p {
font-size: 0.9em;
overflow: hidden;
@@ -138,16 +137,18 @@
}
tbody {
> tr {
- &:first-child {
- td {
- border: none;
- }
+ &:hover td {
+ background: #f7f7f7;
}
td {
+ width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
+ padding: 8px 8px 8px 15px;
&.td--action {
+ text-align: right;
+ padding: 8px 15px 8px 8px;
width: 70px;
vertical-align: middle;
}
diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss
index 933be96ff..0a504b765 100644
--- a/web/sass-files/sass/partials/_sidebar--left.scss
+++ b/web/sass-files/sass/partials/_sidebar--left.scss
@@ -50,7 +50,7 @@
right: 0;
width: 72%;
color: #777;
- background: #DCF0FF;
+ background: #2389D7;
@include border-radius(50px);
margin: 0 auto;
padding: 3px 0 4px;