161 lines
2.3 KiB
SCSS
161 lines
2.3 KiB
SCSS
@import "client/common.scss";
|
|
@charset "UTF-8";
|
|
#adjust-gear-speed-dialog {
|
|
min-height: 420px;
|
|
max-height: 420px;
|
|
width:800px;
|
|
|
|
h2 {
|
|
color: #FFFFFF;
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
margin-bottom: 6px;
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
h2.settings {
|
|
display:inline;
|
|
position:absolute;
|
|
left:0;
|
|
margin-left:0; // override global .settings from sessions.css
|
|
}
|
|
|
|
.ftue-box {
|
|
background-color: #222222;
|
|
font-size: 13px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.dialog-inner {
|
|
line-height: 1.3em;
|
|
width:800px;
|
|
padding:25px;
|
|
font-size:15px;
|
|
color:#aaa;
|
|
@include border_box_sizing;
|
|
|
|
}
|
|
|
|
.dialog-column {
|
|
|
|
@include border_box_sizing;
|
|
|
|
&:nth-of-type(1) {
|
|
width:75%;
|
|
margin-top:38px;
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
width:25%;
|
|
float:right;
|
|
}
|
|
}
|
|
|
|
.speed-options {
|
|
display:inline-block;
|
|
width:60%;
|
|
margin:auto;
|
|
margin-left:25%;
|
|
}
|
|
|
|
.speed-option {
|
|
@include border_box_sizing;
|
|
float:left;
|
|
width:33%;
|
|
text-align:center;
|
|
|
|
.iradio_minimal {
|
|
margin:auto;
|
|
display:inline-block;
|
|
}
|
|
|
|
label {
|
|
display:inline-block;
|
|
margin-left: 10px;
|
|
position: relative;
|
|
top: -3px;
|
|
}
|
|
}
|
|
|
|
.speed-text {
|
|
margin:10px 0;
|
|
}
|
|
|
|
.run-test-btn {
|
|
margin-top:5px;
|
|
margin-left:25px;
|
|
left:40%;
|
|
position:relative;
|
|
}
|
|
|
|
.frame-and-buffers {
|
|
display:inline-block;
|
|
margin-left:30%;
|
|
|
|
.framesize {
|
|
width:auto;
|
|
display:inline-block;
|
|
}
|
|
|
|
.buffers {
|
|
width:auto;
|
|
display:inline-block;
|
|
margin-left:20px;
|
|
}
|
|
h2 {
|
|
display:inline-block;
|
|
line-height:18px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.easydropdown-wrapper {
|
|
display:inline-block;
|
|
top:-3px;
|
|
margin-left:8px;
|
|
}
|
|
|
|
|
|
.select-frame-size {
|
|
margin-left:-2px;
|
|
}
|
|
}
|
|
|
|
.help-text {
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.basic {
|
|
margin:0 5px 20px 0;
|
|
}
|
|
.advanced {
|
|
display:none;
|
|
border-width:1px 0 0 0;
|
|
border-style:solid;
|
|
border-color:white;
|
|
padding-top:20px;
|
|
margin:0 5px 0 0;
|
|
.help-text {
|
|
text-align:left;
|
|
}
|
|
}
|
|
|
|
.test-results-header {
|
|
position:static;
|
|
}
|
|
|
|
|
|
.ftue-box.results {
|
|
margin-top:20px;
|
|
height: 268px !important;
|
|
padding:0;
|
|
@include border_box_sizing;
|
|
}
|
|
|
|
h2.results-text-header {
|
|
margin-top:5px;
|
|
}
|
|
|
|
|
|
}
|