summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_signup.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-05 12:09:30 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-05 12:09:30 -0400
commit110a1e51a46e93cd5420a009867e63e703a358d5 (patch)
tree81f2cc063f18fff71685231077a2edb1da28ece9 /web/sass-files/sass/partials/_signup.scss
parent2e684943b0a7c9cea3b8f0e26fbedcf594d106e9 (diff)
parent45ca0c7f8d6ce880af44459555daeef8a32bffc4 (diff)
downloadchat-110a1e51a46e93cd5420a009867e63e703a358d5.tar.gz
chat-110a1e51a46e93cd5420a009867e63e703a358d5.tar.bz2
chat-110a1e51a46e93cd5420a009867e63e703a358d5.zip
Merge pull request #328 from asaadmahmoodspin/mm-1874
mm-1874 - Improving team url screen and fixing file attachments in IE 10
Diffstat (limited to 'web/sass-files/sass/partials/_signup.scss')
-rw-r--r--web/sass-files/sass/partials/_signup.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss
index 4b6ee79a1..3a6f73316 100644
--- a/web/sass-files/sass/partials/_signup.scss
+++ b/web/sass-files/sass/partials/_signup.scss
@@ -54,6 +54,28 @@
margin-bottom: 1em;
}
+ .input-group {
+ &.input-group--limit {
+ table-layout: fixed;
+ width: 100%;
+ .tooltip-inner {
+ word-wrap: break-word;
+ }
+ .form-control {
+ text-align: left;
+ display: table-cell;
+ width: 100%;
+ }
+ .input-group-addon {
+ text-align: left;
+ width: 50%;
+ display: table-cell;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ }
+ }
+
.inner__content {
padding: 0 15px;
margin: 30px 0 20px;