mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
vastly improved ui, added redirects after operations complete, and added novnc repo
This commit is contained in:
parent
2f9f8d164e
commit
ee8e439260
10 changed files with 200 additions and 63 deletions
|
@ -1,6 +1,46 @@
|
|||
body {
|
||||
margin-top: 60px;
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.panel {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
padding: 25px 15px 15px 15px;
|
||||
}
|
||||
|
||||
.panel p {
|
||||
line-height: 1.4;
|
||||
margin: 5px 0 0 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.panel p a {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dl-horizontal dt {
|
||||
float: left;
|
||||
width: 160px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.dl-horizontal dd {
|
||||
margin-left: 180px;
|
||||
}
|
||||
|
|
1
static/noVNC
Submodule
1
static/noVNC
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7f3986815879421432ba6f4ea4b16c15925daccd
|
Loading…
Add table
Add a link
Reference in a new issue