Skip to content

Commit 740c1c4

Browse files
author
Gary Keeble
committed
Merge branch 'Development'
2 parents 7e54d38 + 6cd8d6b commit 740c1c4

File tree

9 files changed

+553
-368
lines changed

9 files changed

+553
-368
lines changed

css/keys_dialog.css

Lines changed: 12 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,3 @@
1-
/* Colums START> */
2-
.cf_column {
3-
min-height: 20px;
4-
margin-bottom: 0px;
5-
}
6-
7-
.full {
8-
float: left;
9-
width: 100%;
10-
}
11-
12-
.half {
13-
float: left;
14-
width: 50%;
15-
}
16-
17-
.third_left {
18-
float: left;
19-
width: 33%;
20-
}
21-
22-
.third_center {
23-
display: inline-block;
24-
width: 34%;
25-
}
26-
27-
.third_right {
28-
float: right;
29-
width: 33%;
30-
}
31-
32-
.fourth {
33-
float: left;
34-
width: 25%;
35-
}
36-
37-
.threefourth_right {
38-
float: right;
39-
width: 75%;
40-
}
41-
42-
.threefourth_left {
43-
float: left;
44-
width: 75%;
45-
}
46-
47-
.twothird {
48-
float: left;
49-
width: 67%;
50-
}
51-
52-
/* Columns END> */
53-
54-
/* Default Parameter Entry Field */
55-
input[type="number"]::-webkit-inner-spin-button {
56-
opacity: 1; /* required for chromium 33+ beta */
57-
margin-left: 5px;
58-
}
59-
60-
.clear-both {
61-
clear: both;
62-
}
63-
64-
.left {
65-
float: left;
66-
}
67-
68-
.right {
69-
float: right;
70-
}
71-
72-
/* Standard GUI BOX */
73-
.gui_box {
74-
border: 1px solid #ccc;
75-
border-radius: 4px;
76-
background-color: #FFFFFF;
77-
float: left;
78-
width: calc(100% - 2px);
79-
margin-bottom: 10px;
80-
font-family: 'open_sansregular', Arial;
81-
}
82-
83-
.gui_box_titlebar {
84-
background-color: #e4e4e4;
85-
border-radius: 3px 3px 0px 0px;
86-
font-size: 13px;
87-
width: 100%;
88-
height: 27px;
89-
padding-bottom: 0px;
90-
float: left;
91-
margin-bottom: 7px;
92-
font-family: 'open_sanssemibold', Arial;
93-
}
94-
95-
/* Spacers */
96-
.spacer {
97-
padding-left: 7px;
98-
padding-right: 7px;
99-
width: calc(100% - 14px);
100-
float: left;
101-
}
102-
103-
.spacer_box {
104-
padding: 5px;
105-
margin-bottom: 3px;
106-
}
107-
108-
.spacer_box_title {
109-
padding-left: 10px;
110-
padding-right: 10px;
111-
padding-top: 4px;
112-
margin-bottom: 0px;
113-
float: left;
114-
}
115-
116-
.spacer_left {
117-
padding-left: 15px;
118-
float: left;
119-
width: calc(100% - 15px);
120-
}
121-
122-
.spacer_right {
123-
padding-right: 15px;
124-
width: calc(100% - 15px);
125-
float: left;
126-
}
127-
1281
.keys-dialog .parameter th {
1292
background-color: #828885;
1303
padding: 4px;
@@ -136,27 +9,27 @@ input[type="number"]::-webkit-inner-spin-button {
1369
}
13710

13811
.keys-dialog .modal-dialog {
139-
width:50%;
140-
min-width:600px;
12+
width: 90%;
13+
min-width: 800px;
14114
}
14215

14316
.keys-dialog .gui_box {
14417
margin-bottom: 0px;
14518
}
14619

147-
dialog .spacer_box {
20+
.keys-dialog .spacer_box {
14821
padding-bottom: 10px;
14922
float: left;
15023
width: calc(100% - 5px);
15124
}
15225

153-
.show {
26+
.keys-dialog .show {
15427
width:110px;
15528
float:right;
15629
margin-right:3px;
15730
}
15831

159-
.show a {
32+
.keys-dialog .show a {
16033
margin-left: 10px;
16134
width: calc(100% - 10px);
16235
}
@@ -168,11 +41,9 @@ dialog .spacer_box {
16841

16942

17043
.keys-dialog li{
171-
height: 3em;
172-
text-align: left;
173-
max-width: none;
17444
display: flex;
175-
height: 38px;
45+
position: static;
46+
margin-bottom: 0.05em;
17647
}
17748

17849
.keys-dialog ul{
@@ -210,16 +81,14 @@ dialog .spacer_box {
21081
vertical-align: middle;
21182
}
21283

213-
.keys-dialog .description {
84+
.keys-dialog div.description {
21485
flex: 1;
21586
padding-left: 10px;
216-
margin-top: 6px;
217-
font-style: normal;
218-
font-family: 'open_sansregular', Arial;
219-
line-height: 1.3em;
22087
color: #7d7d7d;
221-
font-size: 11px;
22288
text-align: left;
89+
position: relative;
90+
vertical-align: middle;
91+
font-size: 11px;
22392
}
22493

22594

@@ -241,6 +110,7 @@ dialog .spacer_box {
241110
font-size: 11px;
242111
text-align: left;
243112
min-width: 165px;
113+
vertical-align: middle;
244114
}
245115

246116
.noline {

css/main.css

Lines changed: 91 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,52 @@ html, body {
66
overflow-y: visible; /* Show page scrollbar when packaged as a Chrome app */
77
}
88

9+
910
/* Add an extended wide size to the page container for large monitors */
1011
@media (min-width: 1400px) {
1112
.container.main-pane {
1213
width:90%;
1314
}
1415
}
1516

17+
@media (max-width: 1140px) {
18+
.navbar-header {
19+
float: none;
20+
}
21+
.navbar-toggle {
22+
display: block;
23+
}
24+
.navbar-collapse {
25+
border-top: 1px solid transparent;
26+
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
27+
}
28+
.navbar-collapse.collapse {
29+
display: none!important;
30+
}
31+
.navbar-nav {
32+
float: none!important;
33+
margin: 7.5px -15px;
34+
}
35+
.navbar-nav>li {
36+
float: none;
37+
}
38+
.navbar-nav>li>a {
39+
padding-top: 10px;
40+
padding-bottom: 10px;
41+
}
42+
.navbar-text {
43+
float: none;
44+
margin: 15px 0;
45+
}
46+
/* since 3.1.0 */
47+
.navbar-collapse.collapse.in {
48+
display: block!important;
49+
}
50+
.collapsing {
51+
overflow: hidden!important;
52+
}
53+
}
54+
1655
@media (min-width: 768px) {
1756
.welcome-pane .panel-body {
1857
min-height:320px;
@@ -495,12 +534,28 @@ html.has-log .log-graph {
495534
display:block;
496535
}
497536

498-
.playback-rate-control {
499-
width: 100px;
500-
margin-right: 13px;
537+
html.has-video .video-top-controls,
538+
html.has-log .video-top-controls {
539+
top:50px;
540+
position:fixed;
541+
z-index:10;
542+
background-color:white;
543+
padding-bottom:10px;
544+
width: 100%;
545+
min-width: 1390px;
546+
}
547+
548+
html.has-video .log-graph,
549+
html.has-log .log-graph,
550+
html.has-log .log-graph-config,
551+
html.has-log .log-seek-bar,
552+
html.has-log:not(.has-table-overlay) .log-field-values {
553+
position:relative;
554+
top:60px;
501555
}
502556

503-
.graph-zoom-control {
557+
.playback-rate-control,
558+
.graph-zoom-control {
504559
width: 100px;
505560
margin-right: 13px;
506561
}
@@ -563,25 +618,48 @@ progress {
563618
color: #EAEAEA;
564619
}
565620

566-
img.navbar-brand {
567-
height: 35px;
568-
padding: 0px;
569-
display:none;
621+
.navbar {
622+
margin-bottom:5px;
623+
}
624+
625+
.navbar-logo {
626+
position: absolute;
627+
display:block;
628+
left: -40px;
629+
}
630+
631+
html.isCF .navbar-logo {
632+
left: 16px;
633+
}
634+
635+
.navbar-logo img {
636+
position:relative;
637+
height: 35px;
638+
width: 210px;
639+
padding: 0px;
640+
display:none;
570641
}
571642

572643
html.isCF img.isCF, html.isBF img.isBF {
573644
display: block;
574645
}
575646

576-
a.navbar-brand {
577-
padding: 15px;
647+
.navbar-logo a {
648+
padding: 0px;
649+
position: absolute;
650+
top: 44%;
651+
left: 68%;
652+
width: 100%;
578653
}
579654

580-
.navbar {
581-
margin-bottom:5px;
655+
.navbar-logo span {
656+
padding-left: 0px;
657+
position: relative;
658+
left: -150px;
659+
top: 20px;
660+
color: antiquewhite;
582661
}
583662

584-
585663
.navbar-static-top {
586664
position: fixed;
587665
width: 100%;

0 commit comments

Comments
 (0)