jalbr74 il y a 7 ans
Parent
commit
68ba85d396
1 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. 7 2
      server/src/main/webapp/public/resources/tab-container.css

+ 7 - 2
server/src/main/webapp/public/resources/tab-container.css

@@ -89,8 +89,13 @@
 
 
 .tab-container > .tab-end {
 .tab-container > .tab-end {
     border-bottom: 1px solid #6a6f71;
     border-bottom: 1px solid #6a6f71;
-    /*position: absolute;*/
-    /*top: 30px;*/
     left: 0;
     left: 0;
     width: 100%;
     width: 100%;
+}
+
+/*This targets only IE*/
+@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
+    .tab-container > .tab-end {
+        height: 7px;
+    }
 }
 }