sjpark пре 4 година
родитељ
комит
a2fe1f3fa0
1 измењених фајлова са 6 додато и 2 уклоњено
  1. 6 2
      src/main/webapp/resources/css/common/classic.css

+ 6 - 2
src/main/webapp/resources/css/common/classic.css

@@ -5,6 +5,9 @@
 body {
   overflow: auto;
 }
+label.error {
+  color: #ff0000 !important;
+}
 .preloader {
   position: fixed;
   z-index: 10000;
@@ -915,7 +918,6 @@ table.symptomDataTable tbody th {
   .sidebar + .main .footer {
     position: fixed;
     width: calc(100% - 256px);
-    bottom: 0;
     transition: width 0.35s ease-in-out;
     -webkit-transition: width 0.35s ease-in-out;
     -moz-transition: width 0.35s ease-in-out;
@@ -926,12 +928,14 @@ table.symptomDataTable tbody th {
   .sidebar.toggled + .main .footer {
     position: fixed;
     width: 100%;
+  }
+  .sidebar + .main .footer,
+  .sidebar.toggled + .main .footer {
     bottom: 0;
   }
   .sidebar + .main .navbar,
   .sidebar.toggled + .main .navbar {
     top: 0;
-    bottom: unset;
   }
   .tab-nav {
     padding: 0;