dynamic tab size in admin editor (all tabs are placed along the same line)

This commit is contained in:
ilvalle
2013-10-24 09:48:03 +02:00
parent 290cb2f1a7
commit 94ddb6c11f
4 changed files with 28 additions and 3 deletions
@@ -16,3 +16,23 @@
background-repeat: repeat-x;
}
/* Close button on tab*/
.nav-tabs li a > .close {
font-size: 18px;
padding-left: 5px;
float: right;
margin-right: -10px;
padding-right: 5px;
}
.nav-tabs>li>a {
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
/*.nav-tabs>li {
min-width: 100px;
}*/