Procházet zdrojové kódy

Adjust dialog text size

Kristan Kenney před 6 roky
rodič
revize
1098835c0d
2 změnil soubory, kde provedl 7 přidání a 2 odebrání
  1. 1 1
      web/css/jquery-custom-dialogs.css
  2. 6 1
      web/css/styles.min.css

+ 1 - 1
web/css/jquery-custom-dialogs.css

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

+ 6 - 1
web/css/styles.min.css

@@ -3661,17 +3661,22 @@ form#vstobjects.suspended {
 .ui-dialog .ui-dialog-title {
   margin: 0px !important;
   color: #305ba9 !important;
-  font-size: 1.2em !important;
+  font-size: 1.1em !important;
   text-transform: none !important;
   letter-spacing: -0.01em !important;
   text-align: center !important;
   float: none !important;
+  font-weight: 500;
 }
 
 .ui-dialog-buttonpane {
   border-color: #aaaaaa !important;
 }
 
+.ui-widget {
+  font-size: 0.85rem !important;
+}
+
 .ui-widget-overlay {
   opacity: 0.8 !important;
   background: rgba(10,10,10,0.9) !important;