Add bg gradient to header

This commit is contained in:
Brian Federle 2013-10-24 16:04:38 -07:00
parent 24725f8e21
commit d63a08d0a3
3 changed files with 3 additions and 1 deletions

View File

@ -289,6 +289,7 @@ table th div.ui-resizable-handle {
-webkit-text-shadow: 0px -1px 1px #000000;
-o-text-shadow: 0px -1px 1px #000000;
text-shadow: 0px -1px 1px #000000;
/*[empty]padding:;*/
}
#template {
@ -2199,8 +2200,9 @@ div.detail-group.actions td {
#header {
width: 100%;
height: 56px;
background: #DFDFDF url(../images/bg-header.png) repeat-x;
background: url(../images/overlay-pattern.png) repeat 0, #1B5070 url(../images/header-gradient.png) no-repeat center;
z-index: 10000;
background-size: auto, cover;
position: relative;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB