Skip to content

Commit 6a7f866

Browse files
author
Kristan Kenney
committed
Merge branch 'bugfix-ui'
2 parents 057b39b + b318efc commit 6a7f866

File tree

3 files changed

+35
-13
lines changed

3 files changed

+35
-13
lines changed

install/deb/themes/dark.css

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,14 @@ form#vstobjects .alert {
11211121
}
11221122

11231123
.app-form {
1124-
padding:2em 1em 2em 1em;
1124+
padding: 2em 1em 2em 9rem;
1125+
}
1126+
1127+
.app-form label {
1128+
font-size: 0.85rem;
1129+
padding-bottom: 3px;
1130+
font-weight: 600;
1131+
cursor: default;
11251132
}
11261133

11271134
.card {
@@ -2904,7 +2911,7 @@ td.hint {
29042911
}
29052912
.ui-button:focus,.ui-button:active,
29062913
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
2907-
.button.cancel:active,.button.cancel:focus, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
2914+
.button.cancel:active,.button.cancel:focus,
29082915
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active, .vst-advanced:active {
29092916
border: 1px solid #0066b4 !important;
29102917
background: linear-gradient(0deg, rgba(69,69,69,1) 0%, rgba(53,53,53,1) 35%, rgba(48,48,48,1) 100%) !important;
@@ -3519,7 +3526,7 @@ form#vstobjects.suspended {
35193526
}
35203527

35213528
.shortcuts {
3522-
background: rgba(45,45,45 0.95);
3529+
background: rgba(30,30,30,0.95);
35233530
display: inline-block;
35243531
position: fixed;
35253532
left: 50%;
@@ -3533,13 +3540,13 @@ form#vstobjects.suspended {
35333540
transform: translate(-50%, 0);
35343541
border-top-left-radius: 6px;
35353542
border-top-right-radius: 6px;
3536-
box-shadow: 0px 3px 40px rgba(0,0,0,0.6);
3537-
line-height: 1rem;
3543+
box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
3544+
line-height: 0.9rem;
35383545
cursor: default;
35393546
}
35403547

35413548
.shortcuts .header {
3542-
border-bottom: 1px solid #333;
3549+
border-bottom: 1px solid #353535;
35433550
height: 43px;
35443551
}
35453552

web/css/styles.min.css

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,14 @@ form#vstobjects .alert {
11231123
}
11241124

11251125
.app-form {
1126-
padding:2em 1em 2em 1em;
1126+
padding: 2em 1em 2em 9rem;
1127+
}
1128+
1129+
.app-form label {
1130+
font-size: 0.85rem;
1131+
padding-bottom: 3px;
1132+
font-weight: 600;
1133+
cursor: default;
11271134
}
11281135

11291136
.card {
@@ -2847,7 +2854,7 @@ td.hint {
28472854
inset 0px 0px 3px rgba(255,255,255,0.5) !important;
28482855
}
28492856

2850-
.ui-button, .button {
2857+
.ui-button, .button, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit {
28512858
filter:chroma(color=#000);
28522859
cursor: pointer;
28532860
border-radius: 3px 3px 3px 3px !important;
@@ -2878,7 +2885,7 @@ td.hint {
28782885
}
28792886
.ui-button:focus,.ui-button:active,
28802887
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
2881-
.button.cancel:active,.button.cancel:focus, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
2888+
.button.cancel:active,.button.cancel:focus,
28822889
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active {
28832890
border: 1px solid #378ccd !important;
28842891
background: linear-gradient(to bottom, rgba(210,232,250,1) 0%,rgba(187,220,247,1) 50%,rgba(162,207,244,1) 51%,rgba(194,224,248,1) 100%) !important;
@@ -3486,7 +3493,7 @@ form#vstobjects.suspended {
34863493
}
34873494

34883495
.shortcuts {
3489-
background: rgba(20, 20, 20, 0.92);
3496+
background: rgba(50,50,50,0.93);
34903497
display: inline-block;
34913498
position: fixed;
34923499
left: 50%;
@@ -3500,13 +3507,13 @@ form#vstobjects.suspended {
35003507
transform: translate(-50%, 0);
35013508
border-top-left-radius: 6px;
35023509
border-top-right-radius: 6px;
3503-
box-shadow: 0px 3px 40px rgba(0,0,0,0.6);
3504-
line-height: 1rem;
3510+
box-shadow: 0px 4px 30px rgba(0,0,0,0.5);
3511+
line-height: 0.9rem;
35053512
cursor: default;
35063513
}
35073514

35083515
.shortcuts .header {
3509-
border-bottom: 1px solid #333;
3516+
border-bottom: 1px solid #606060;
35103517
height: 43px;
35113518
}
35123519

web/templates/admin/add_cron.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,14 @@
357357
<input type="hidden" name="ok" value="Add" />
358358
<table class="data mode-add">
359359
<tr class="data-add">
360+
<td class="data-dotted">
361+
<table class="data-col1">
362+
<tr>
363+
<td>
364+
</td>
365+
</tr>
366+
</table>
367+
</td>
360368
<td class="data-dotted">
361369
<table class="data-col2" width="600px">
362370
<tr>

0 commit comments

Comments
 (0)