Allow workspace tabs to be re-ordered

This commit is contained in:
Nick O'Leary
2016-05-04 15:22:30 +01:00
parent fa90eeac55
commit 269763fa0c
6 changed files with 137 additions and 13 deletions

View File

@@ -22,6 +22,7 @@
bottom: 0px;
right: 323px;
width: 0;
z-index: 5;
}
.editor-tray {
position:absolute;

View File

@@ -104,6 +104,7 @@ ul.red-ui-tabs li.active {
background: $tab-background-active;
font-weight: bold;
border-bottom: 1px solid #fff;
z-index: 2;
}
ul.red-ui-tabs li.active a {
color: #333;