25:bab5df239765
Anton Shestakov <av6@dwimlabs.net>, Mon, 21 Mar 2016 20:10:19 +0800
index: get version info from server on connect, show it in a message log

next change 27:f59d389adcc4
previous change 24:04329aa80b7a

css/tram-im.css

Permissions: -rw-r--r--

Other formats: Feeds:
.smart-container {
margin: 100px auto 0 auto;
max-width: 500px;
}
@media (min-width: 960px) {
.smart-container .uk-form-horizontal .uk-form-label {
width: 100px;
text-align: right;
}
.smart-container .uk-form-horizontal .uk-form-controls {
margin-left: 115px;
}
}
.log {
height: 300px;
overflow: auto;
margin-top: 15px;
margin-bottom: 15px;
}
.splitter {
border-top: 1px solid lightgray;
margin: 10px 0;
}
.message .info {
color: teal;
}
.column {
display: table-cell;
vertical-align: middle;
}
.message > .column {
vertical-align: top;
}