Restructure connection settings view

This commit is contained in:
Dan Sosedoff
2014-11-06 16:05:49 -06:00
parent 1a47e7325a
commit 0fe2936729
5 changed files with 608 additions and 514 deletions

View File

@@ -370,13 +370,14 @@
}
.connection-settings {
width: 500px;
width: 600px;
margin: 0px auto;
margin-top: 50px;
}
.connection-settings h1 {
text-align: center;
text-shadow: 0px 1px 0px #fff;
margin-bottom: 25px;
color: #95A7B7;
font-weight: normal;
@@ -392,4 +393,12 @@
.connection-settings form p.help-block {
font-size: 12px;
}
.connection-scheme-group {
display: none;
}
.connection-ssh-group {
display: none;
}