summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
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 /web/sass-files/sass/partials/_modal.scss
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
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss10
1 files changed, 8 insertions, 2 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;
}