mirror of
https://github.com/kopia/kopia.git
synced 2026-01-27 07:48:06 -05:00
- launch server on a randomized port - added support for connecting to remote server - embedded version info in the app and htmlui
43 lines
637 B
CSS
43 lines
637 B
CSS
header {
|
|
padding: 10px;
|
|
}
|
|
.App {
|
|
text-align: center;
|
|
}
|
|
|
|
.App-logo {
|
|
height: 32px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
div.indented {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
span.title {
|
|
font-size: 30px;
|
|
vertical-align: baseline;
|
|
padding-left: 10px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.tab-body {
|
|
padding: 10px;
|
|
border-left: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
#logs {
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
color: #000080;
|
|
font-family: Consolas, 'Courier New', Courier, monospace;
|
|
}
|
|
|
|
.version-info {
|
|
padding-left: 10px;
|
|
color: #aaa;
|
|
font-size: 80%;
|
|
} |