2014-04-26 00:20:34 +00:00
|
|
|
/*
|
|
|
|
Servers
|
|
|
|
*/
|
|
|
|
|
|
|
|
#servers {
|
|
|
|
@include span-columns(12);
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: 20px;
|
2014-04-26 00:20:34 +00:00
|
|
|
|
|
|
|
div.server {
|
|
|
|
@include span-columns(12);
|
2014-04-29 18:18:14 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
border-bottom: 3px solid $light-gray;
|
2014-04-26 00:20:34 +00:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.connect {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
Server Form
|
|
|
|
*/
|
|
|
|
|
|
|
|
form.server {
|
|
|
|
|
|
|
|
.inputs {
|
|
|
|
@include span-columns(12);
|
|
|
|
|
|
|
|
input {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ip {
|
|
|
|
@include span-columns(9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.port {
|
|
|
|
@include span-columns(3);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|