💀 tab package css and move to static dir

This commit is contained in:
Justin Palmer 2013-02-05 16:12:07 -08:00
parent 972e3c0766
commit 04b09c6552
2 changed files with 23 additions and 33 deletions

View File

@ -1,33 +0,0 @@
.tabs {
-webkit-user-select: none;
display: -webkit-box;
-webkit-box-align: center;
}
.tab {
-webkit-box-flex: 2;
position: relative;
width: 175px;
max-width: 175px;
min-width: 40px;
box-sizing: border-box;
}
.tab.active {
-webkit-box-flex: 1;
}
.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;
padding: 3px 5px;
}

View File

@ -1,15 +1,33 @@
.tabs {
font: caption;
margin-bottom: 1px;
-webkit-user-select: none;
display: -webkit-box;
-webkit-box-align: center;
}
.tab {
cursor: default;
padding: 2px 21px 2px 9px;
-webkit-box-flex: 2;
position: relative;
width: 175px;
max-width: 175px;
min-width: 40px;
box-sizing: border-box;
}
.tab.active {
-webkit-box-flex: 1;
}
.tab.file-modified .close-icon {
border-radius: 10px;
top: 6px;
width: 5px;
height: 5px;
right: 5px;
}
.tab.file-modified .close-icon:before {
@ -42,6 +60,11 @@
.tab .file-name {
font-size: 11px;
text-shadow: 0 -1px 1px black;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 3px 5px;
}
.tab .close-icon {