Updating the tabs

This commit is contained in:
Jon Rohan
2013-01-21 21:03:47 -08:00
parent 7582952a13
commit f8520162a0
6 changed files with 52 additions and 59 deletions

View File

@@ -0,0 +1,31 @@
.tabs {
-webkit-user-select: none;
}
.tab {
display: table-cell;
position: relative;
width:175px;
min-width: 40px;
box-sizing: border-box;
height: 24px;
}
.tab.file-modified .close-icon {
top: 6px;
width: 5px;
height: 5px;
right: 5px;
}
.tab .file-name {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
position: absolute;
left: 9px;
top:4px;
bottom:4px;
right: 21px;
}