Convert application header to grid system

This commit is contained in:
Frederic Guillot
2016-08-07 12:51:03 -04:00
parent 590d2c2396
commit 69c6271c6e
15 changed files with 165 additions and 157 deletions

View File

@@ -13,10 +13,5 @@ ul.no-bullet li
right: 3px
bottom: 3px
.web-notification-icon
color: #3366CC
&:focus, &:hover
color: #000
.assign-me
vertical-align: bottom

View File

@@ -1,37 +1,14 @@
header
margin-top: 10px
padding-bottom: 10px
margin-top: 5px
margin-bottom: 5px
border-bottom: 1px solid #dedede
h1
margin: 0
padding: 0
overflow: hidden
text-overflow: ellipsis
white-space: nowrap
max-width: 70%
float: left
font-size: $page-title-size
.tooltip
font-size: $text-tiny
opacity: 0.3
ul
text-align: right
li
display: inline
padding-left: 30px
a
color: #333
text-decoration: none
&:hover
color: #666
.user-links .dropdown
margin-left: 15px
font-size: $text-tiny
nav .active a
color: #333
font-weight: bold
.menu-inline
margin-bottom: 5px
li
display: inline
padding-right: 15px
.web-notification-icon
color: #3366CC
&:focus, &:hover
color: #000

View File

@@ -2,6 +2,7 @@
a
opacity: 0.5
color: #d40000
text-decoration: none
span
color: #333
a

View File

@@ -25,3 +25,9 @@
font-weight: bold
&:hover, &:focus
text-decoration: underline
.menu-inline
margin-bottom: 5px
li
display: inline
padding-right: 15px

View File

@@ -1,3 +1,4 @@
h1,
li,
ul,
ol,