summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-27 20:46:25 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-27 20:46:25 +0500
commit1e647cbdfc159d6d3905c5af0ece6ce4255ea80a (patch)
tree59560f9504bce2f5e57665ea0e96084ffc865529 /web/sass-files
parentd3093028cff337ede3747c6f0908eda432c3cb88 (diff)
downloadchat-1e647cbdfc159d6d3905c5af0ece6ce4255ea80a.tar.gz
chat-1e647cbdfc159d6d3905c5af0ece6ce4255ea80a.tar.bz2
chat-1e647cbdfc159d6d3905c5af0ece6ce4255ea80a.zip
MM-1899 - Updating UI for commands in input box
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_command-box.scss16
1 files changed, 13 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss
index 44eb9b8df..565296fae 100644
--- a/web/sass-files/sass/partials/_command-box.scss
+++ b/web/sass-files/sass/partials/_command-box.scss
@@ -4,20 +4,30 @@
width: 100%;
border: $border-gray;
bottom: 38px;
+ overflow: auto;
@extend %popover-box-shadow;
+ .sidebar--right & {
+ bottom: 100px;
+ }
}
.command-name {
position: relative;
width: 100%;
background-color: #fff;
- height: 37px;
- line-height: 37px;
- padding: 2px 10px 2px 5px;
+ line-height: 24px;
+ padding: 5px 10px 8px;
z-index: 101;
+ font-size: 0.95em;
+ border-bottom: 1px solid #ddd;
&:hover {
background-color: #e8eaed;
}
+ .command__desc {
+ margin-left: 5px;
+ color: #999;
+ line-height: normal;
+ }
}
.command-desc {