|
|
|
@ -104,6 +104,20 @@ input[type=text], input[type=password], #sendMessage, .badge { |
|
|
|
|
color: #ccc; |
|
|
|
|
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset; |
|
|
|
|
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); |
|
|
|
|
margin-bottom: 5px !important; |
|
|
|
|
} |
|
|
|
|
.input-group { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.row { |
|
|
|
|
margin: 0px; |
|
|
|
|
max-width: 300px; |
|
|
|
|
} |
|
|
|
|
.no-gutter [class*="col"] { |
|
|
|
|
padding: 0px |
|
|
|
|
} |
|
|
|
|
.col-sm-9 { |
|
|
|
|
padding-right: 5px !important; |
|
|
|
|
} |
|
|
|
|
.glyphicon { |
|
|
|
|
top: 0; /* Fixes alignment issue in top bar */ |
|
|
|
@ -608,4 +622,7 @@ h2 span, h2 small { |
|
|
|
|
width: 5px; |
|
|
|
|
height: 5px; |
|
|
|
|
} |
|
|
|
|
.col-sm-9 { |
|
|
|
|
padding-right: 0px !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|