moved overlay
This commit is contained in:
parent
9e0f655a72
commit
13863841a3
1 changed files with 6 additions and 6 deletions
|
@ -183,7 +183,7 @@
|
||||||
#header
|
#header
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #d64760 url('images/overlay.png');
|
background: #d64760 url('../img/overlay.png');
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
@ -246,7 +246,7 @@
|
||||||
{
|
{
|
||||||
border: 5px solid rgb(255, 255, 255);
|
border: 5px solid rgb(255, 255, 255);
|
||||||
padding: 2em 3em;
|
padding: 2em 3em;
|
||||||
background: #d64760 url('/static/css/images/overlay.png');
|
background: #d64760 url('/static/img/overlay.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.center
|
.center
|
||||||
|
@ -261,18 +261,18 @@
|
||||||
|
|
||||||
.reply
|
.reply
|
||||||
{
|
{
|
||||||
background: #47d65f url('/static/css/images/overlay.png');
|
background: #47d65f url('/static/img/overlay.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.red
|
.red
|
||||||
{
|
{
|
||||||
background: #ffeeee url('/static/css/images/overlay.png') !important;
|
background: #ffeeee url('/static/img/overlay.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#message
|
#message
|
||||||
{
|
{
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: lightyellow url('/static/css/images/overlay.png');
|
background: lightyellow url('/static/img/overlay.png');
|
||||||
color: #d64760;
|
color: #d64760;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
@ -286,6 +286,6 @@
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
min-height: 0 !important;
|
min-height: 0 !important;
|
||||||
background: #d64760 url('images/overlay.png');
|
background: #d64760 url('../img/overlay.png');
|
||||||
padding: 1em 2em;
|
padding: 1em 2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue