Improve icon alignment.

This commit is contained in:
Chethana Kumar
2017-09-22 14:29:34 +01:00
committed by Dave Page
parent bcba596408
commit 62c9376546
111 changed files with 120 additions and 107 deletions

View File

@@ -388,3 +388,14 @@ i.wcTabIcon {
.wcFrameTitleBar.wcTabTop .wcFrameButtonBar {
right: 30px !important;
}
.wcFloating .wcPanelTab .wcTabIcon {
display: block;
float: left;
margin-top: 8px;
border-radius: 2px;
padding: 0px 13px 5px 5px;
background-color: white;
background-size: 18px !important;
height: 18px;
}