Fix icon spacing

This commit is contained in:
Dave Page 2016-06-24 09:45:21 +01:00
parent 30682c2a68
commit a1f979c3e4
2 changed files with 9 additions and 5 deletions

View File

@ -965,11 +965,6 @@ ul.nav.nav-tabs {
height: 500px!important;
}
.wcPanelTab > div .wcTabIcon.fa {
padding-left: 0px !important;
color: black;
}
/* This rule will stop Chrome apply highlighting to elements such as DIV's used as modals */
*:focus {
outline: none;

View File

@ -257,6 +257,15 @@
margin-right: 5px;
}
.wcPanelTab > div .wcTabIcon.fa {
padding-left: 0px !important;
color: black;
}
.wcTabIcon.fa {
margin-right: 5px;
}
.wcFrameTitleBar {
background-color: #E2E2E2;
height: 35px;