Minor UI improvements

This commit is contained in:
Philippe Proulx 2013-10-26 04:32:17 -04:00
parent f15878b533
commit e019c8ea8b
2 changed files with 4 additions and 2 deletions

View file

@ -59,6 +59,7 @@ td.prefix {
vertical-align: top; vertical-align: top;
padding-right: 5px; padding-right: 5px;
white-space: pre; white-space: pre;
border-right: 1px solid #444;
} }
td.message { td.message {
word-wrap: break-word; word-wrap: break-word;
@ -175,13 +176,14 @@ input[type=text], input[type=password], .badge {
} }
#bufferlines { #bufferlines {
font-family: 'Terminus', 'Inconsolata', 'Consolas', 'Monaco', 'Ubuntu Mono', monospace; font-family: 'Terminus', 'Consolas', 'Monaco', 'Inconsolata', 'Ubuntu Mono', monospace;
position: relative; position: relative;
height: 99%; height: 99%;
overflow-y: auto; overflow-y: auto;
margin-left: 14%; margin-left: 14%;
width: auto; width: auto;
top: 25px; /* topbar */ top: 25px; /* topbar */
padding-bottom: 10px;
} }
#bufferlines .btn { #bufferlines .btn {
font-family: sans-serif; font-family: sans-serif;

View file

@ -222,7 +222,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
{{ bufferline.date | date:'HH:mm' }} {{ bufferline.date | date:'HH:mm' }}
</span> </span>
</td> </td>
<td class="prefix vertical-line"><span ng-repeat="part in bufferline.prefix" ng-class="{{ part.classes }}">{{ part.text }}</span></td> <td class="prefix"><span ng-repeat="part in bufferline.prefix" ng-class="{{ part.classes }}">{{ part.text }}</span></td>
<td class="message"> <td class="message">
<span ng-repeat="part in bufferline.content" class="text" ng-class="{{ part.classes }}" ng-bind-html="part.text"></span> <span ng-repeat="part in bufferline.content" class="text" ng-class="{{ part.classes }}" ng-bind-html="part.text"></span>