Fix icon spacing

pull/3/head
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; 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 */ /* This rule will stop Chrome apply highlighting to elements such as DIV's used as modals */
*:focus { *:focus {
outline: none; outline: none;

View File

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