ux(): restored style for tabbed-view-title

This commit is contained in:
Torkel Ödegaard 2016-02-23 13:29:26 +01:00
parent 26c5029256
commit 5e553e40fa

View File

@ -1,7 +1,7 @@
.tabbed-view {
background-color: $page-bg;
background-image: linear-gradient(60deg, transparent 70%, darken($page-bg, 4%) 98%);
margin: -($spacer/2);
margin: -($spacer/2) 0 $spacer*2 0;
padding: $spacer*2;
}
@ -15,6 +15,12 @@
border-bottom: 1px solid transparent;
}
.tabbed-view-title {
margin-left: $spacer*2;
float: left;
font-style: italic;
}
.tabbed-view-close-btn {
float: right;
padding: 0;