Skip to content

Commit 2da2cc8

Browse files
author
Kristan Kenney
committed
Fix cron job edit dialog & dialog fonts
1 parent 21f532a commit 2da2cc8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353

5454
/* Component containers
5555
----------------------------------*/
56-
.ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; }
56+
.ui-widget { font-family: 'Exo'; font-size: 0.8em; }
5757
.ui-widget .ui-widget { font-size: 10pt; }
58-
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
58+
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Exo'; font-size: 0.8em; }
5959
.ui-widget-content { border: 1px solid #aaaaaa; color: #ccc; }
6060
.ui-widget-content a { color: #222222; }
6161
.ui-widget-header { color: #444; font-size: 10pt; font-weight: bold;}

web/css/styles.min.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3486,11 +3486,13 @@ form#vstobjects.suspended {
34863486
.helper-container {
34873487
float: right;
34883488
margin-bottom: -450px;
3489-
margin-top: 359px;
3490-
margin-right: 80px;
3489+
margin-top: 410px;
3490+
margin-right: 22px;
34913491
padding-top: 3px;
34923492
width: 563px;
34933493
box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
3494+
border: 1px solid #cfcfcf;
3495+
border-radius: 4px;
34943496
}
34953497

34963498
.context-helper {
@@ -3536,7 +3538,7 @@ form#vstobjects.suspended {
35363538
}
35373539

35383540
.cron-helper-tabs select {
3539-
font-size: 15px !important;
3541+
font-size: 0.8em !important;
35403542
}
35413543
.cron-helper-tabs select.short {
35423544
background-position: -388px -604px;

0 commit comments

Comments
 (0)