Skip to content

Commit eda0e39

Browse files
committed
IE fixes
1 parent a6b7041 commit eda0e39

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

gwt-material/src/main/resources/gwt/material/design/public/css/overridecss.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,19 @@ div {
4343
display: block;
4444
}
4545

46+
/*
47+
* IE Fixed for staircase issue
48+
* Read more under SECTION 2 : https://code.tutsplus.com/tutorials/9-most-common-ie-bugs-and-how-to-fix-them--net-7764
49+
*/
50+
nav ul li a {
51+
float: left;
52+
}
53+
4654
/** Badge **/
4755
nav ul a span.badge {
4856
margin-left: 8px !important;
4957
float: right;
50-
margin-top: 20px;
58+
margin-top: 22px;
5159
}
5260

5361
.side-nav .badge {
@@ -1388,6 +1396,11 @@ i[class*="waves-"].material-icons {
13881396
position: fixed;
13891397
}
13901398

1399+
/** Badge **/
1400+
nav ul a span.badge {
1401+
margin-top: 18px;
1402+
}
1403+
13911404
/** Tabs **/
13921405
.tabs.tab-icon a span {
13931406
display: none !important;

0 commit comments

Comments
 (0)