Change tabs min-width to less size to make sure all tabs are get fit in one row

This commit is contained in:
Hadi Nategh 2014-03-12 13:51:47 +00:00
parent 3c4abb37c8
commit 88f8bfb902

View File

@ -640,7 +640,7 @@ ul.et2_link_string {
display: inline-block;
margin-right: 5px;
padding: 5px;
min-width: 70px;
min-width: 60px;
cursor: pointer;
border: 1px solid silver;
background-color: #E0E0E0;