Fun update for tab functionality - add tab sorting and close on middle mouse click

This commit is contained in:
Duncan Sommerville 2015-11-02 11:04:30 -05:00
parent 4f281a30ed
commit 529a73d39d
5 changed files with 23 additions and 5 deletions

View file

@ -493,7 +493,7 @@ li.ui-state-default {
.tab-name {
float: left;
max-width: 150px;
max-width: 120px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

View file

@ -4043,6 +4043,7 @@ li .ui-state-hover {
.publish-md-field > textarea, .publish-md-field > input {
display: block;
width: 50%;
}
form.media-metadata fieldset {