|
|
@ -118,6 +118,10 @@ input[type=text], input[type=password], #sendMessage, .badge { |
|
|
|
.glyphicon { |
|
|
|
.glyphicon { |
|
|
|
top: 0; /* Fixes alignment issue in top bar */ |
|
|
|
top: 0; /* Fixes alignment issue in top bar */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.glyphicon-off { |
|
|
|
|
|
|
|
top: 1px; /* Fixes for relative glyphicon size */ |
|
|
|
|
|
|
|
font-size: 28px; |
|
|
|
|
|
|
|
} |
|
|
|
#topbar { |
|
|
|
#topbar { |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
@ -220,7 +224,7 @@ input[type=text], input[type=password], #sendMessage, .badge { |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-x: hidden; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
|
top: 0; |
|
|
|
top: 0; |
|
|
|
padding-top: 35px; |
|
|
|
padding-top: 35px; |
|
|
|
padding-left: 5px; |
|
|
|
padding-left: 5px; |
|
|
|
padding-bottom: 35px; |
|
|
|
padding-bottom: 35px; |
|
|
|
z-index: 2; |
|
|
|
z-index: 2; |
|
|
|