Skip to content

Commit 8ad00df

Browse files
author
Kristan Kenney
committed
Adjust dialog text size
1 parent f6e0230 commit 8ad00df

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
/* Component containers
5555
----------------------------------*/
56-
.ui-widget { font-family: 'Exo'; font-size: 0.9rem; }
56+
.ui-widget { font-family: 'Exo'; font-size: 0.85rem; }
5757
.ui-widget .ui-widget { font-size: 10pt; }
5858
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Exo'; }
5959
.ui-widget-content { border: 1px solid #aaaaaa; color: #ccc; }

web/css/styles.min.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3661,17 +3661,22 @@ form#vstobjects.suspended {
36613661
.ui-dialog .ui-dialog-title {
36623662
margin: 0px !important;
36633663
color: #305ba9 !important;
3664-
font-size: 1.2em !important;
3664+
font-size: 1.1em !important;
36653665
text-transform: none !important;
36663666
letter-spacing: -0.01em !important;
36673667
text-align: center !important;
36683668
float: none !important;
3669+
font-weight: 500;
36693670
}
36703671

36713672
.ui-dialog-buttonpane {
36723673
border-color: #aaaaaa !important;
36733674
}
36743675

3676+
.ui-widget {
3677+
font-size: 0.85rem !important;
3678+
}
3679+
36753680
.ui-widget-overlay {
36763681
opacity: 0.8 !important;
36773682
background: rgba(10,10,10,0.9) !important;

0 commit comments

Comments
 (0)