ux(): general ux polish and experimental work on page header

This commit is contained in:
Torkel Ödegaard
2016-02-14 13:41:42 +01:00
parent fa06040ed2
commit f3d277cbab
12 changed files with 107 additions and 84 deletions

View File

@@ -33,6 +33,8 @@
.page-header {
padding: 10px 0 39px 0px;
display: flex;
justify-content: space-between;
align-items: center;
@@ -41,6 +43,10 @@
display: -ms-flexbox; /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Chrome */
flex-wrap: wrap-reverse;
background: transparent url(../img/page_header_line.png) no-repeat left 60px;
h1 {
font-style: italic;
}
}
.admin-page {