Vijayakrishnan Krishnan 5 лет назад
Родитель
Сommit
563387defa
1 измененных файлов с 20 добавлено и 2 удалено
  1. 20 2
      public/css/theme.css

+ 20 - 2
public/css/theme.css

@@ -1,3 +1,6 @@
+body * {
+    font-family: Verdana,sans-serif;
+}
 nav.main-header.navbar {
     background: #fffcfc; /* Old browsers */
     background: -moz-linear-gradient(top,  #fffcfc 0%, #b0cee7 100%); /* FF3.6-15 */
@@ -18,6 +21,8 @@ nav.main-header.navbar input[type="search"] {
     border: 1px solid #b0b0b0;
     border-right: 0;
     background: #fff !important;
+    font-family: Verdana,sans-serif;
+    font-size: 13px;
 }
 nav.main-header.navbar input[type="search"]:focus {
     border: 1px solid #005ca9 !important;
@@ -60,7 +65,8 @@ aside.main-sidebar>.brand-link>img {
     position: relative;
     padding-top: 3px;
     padding-bottom: 3px;
-    font-size: 14px;
+    font-size: 13px;
+    font-family: Verdana,sans-serif;
 }
 .nav-sidebar .nav-item:first-child>.nav-link>i {
     margin-right: 0;
@@ -98,6 +104,9 @@ aside.main-sidebar>.brand-link>img {
     padding: 0.25rem .75rem;
     font-weight: normal;
 }
+.stag-heading {
+    font-family: Verdana,sans-serif;
+}
 .stag-heading.stag-heading-index {
     font-size: 22px;
     margin: 0.5rem 0 !important;
@@ -120,6 +129,7 @@ body .btn {
     font-size: 13px;
     padding-top: 2px;
     padding-bottom: 2px;
+    font-family: Verdana,sans-serif;
 }
 body .btn.btn-primary {
     background: #fffcfc; /* Old browsers */
@@ -166,7 +176,8 @@ body .btn.btn-default:active {
     text-shadow: 0 1px 0 #fff;
 }
 .stag-sublink {
-    font-size: 14px;
+    font-family: Verdana,sans-serif;
+    font-size: 13px;
     padding: 0.35rem 1rem !important;
 }
 .stag-sublink:hover {
@@ -175,3 +186,10 @@ body .btn.btn-default:active {
 a {
     color: #005ca9;
 }
+.up-modal .control-label {
+    margin-bottom: 3px;
+}
+.up-modal .control-label,
+.up-modal .form-control {
+    font-size: 13px;
+}