mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(): general ux polish and experimental work on page header
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user