Cleaning up layout issues for current tab panel.

This commit is contained in:
Jonathan Kingston
2017-05-26 11:41:14 +01:00
parent 0f9dd77687
commit 5cd2ac0187
3 changed files with 11 additions and 3 deletions
+6 -1
View File
@@ -133,6 +133,11 @@ table {
--identity-icon: url("/img/usercontext.svg#chill");
}
#current-tab [data-identity-icon="default-tab"] {
background: center center no-repeat url("/img/blank-tab.svg");
fill: currentColor;
}
/* Buttons */
.button.primary {
background-color: #0996f8;
@@ -359,7 +364,7 @@ manage things like container crud */
text-transform: uppercase;
}
#container-panel .sort-containers-link {
#container-panel #sort-containers-link {
margin-inline-end: 16px;
}