FIX background

This commit is contained in:
Krivchikov Dmitry 2015-07-07 16:39:54 +03:00
parent 20d3430573
commit d7f9349a76
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ div#box #boxClose {position: absolute; right: 7px; top: 7px; color: #999; font-s
div#box div {display: none;}
div#box div div{display: block;}
div#box h3 {margin-top: 10px;}
div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; background-position: 100% 100%;}
div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; background-position: 100% 100%; background-color: #FFFFFF;}
.layers {cursor: pointer;}
.layers.selected {font-weight: bold;}