File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
gwt-material/src/main/resources/gwt/material/design/public/css Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff 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 **/
4755nav ul a span .badge {
4856 margin-left : 8px !important ;
4957 float : right;
50- margin-top : 20 px ;
58+ margin-top : 22 px ;
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 ;
You can’t perform that action at this time.
0 commit comments