summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-10 13:41:32 -0700
committerCorey Hulen <corey@hulen.com>2015-09-10 13:41:32 -0700
commit927b474005b9e6c03f7385f4d1a06626dd0450e3 (patch)
tree4660fe919cee54cebe0fa56833662e47fd605a09
parent1b52fe5092fdae3ca444c22155ceaeb44ecbcf24 (diff)
parent72b9c3d7f6b24f74e145b0be9d9e733f0364ccb6 (diff)
downloadchat-927b474005b9e6c03f7385f4d1a06626dd0450e3.tar.gz
chat-927b474005b9e6c03f7385f4d1a06626dd0450e3.tar.bz2
chat-927b474005b9e6c03f7385f4d1a06626dd0450e3.zip
Merge pull request #647 from asaadmahmoodspin/ui-changes
PM-183 and PM-162 - Updating UI for more modal and unread notification bar
-rw-r--r--web/sass-files/sass/partials/_modal.scss10
-rw-r--r--web/sass-files/sass/partials/_sidebar--left.scss2
2 files changed, 9 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index b94ed2113..d32306cbc 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,23 @@
}
tbody {
> tr {
+ &:hover td {
+ background: #f7f7f7;
+ }
&:first-child {
td {
border: none;
}
}
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;