Merge pull request #730 from ljack/master

Fix image and css import paths for style/skin named "flat"
pull/732/head
Isaac Connor 2015-02-25 11:51:42 -05:00
commit 1a17c820f2
3 changed files with 4 additions and 4 deletions

View File

@ -46,11 +46,11 @@
*/
.ptzControls .controlsPanel .upBtn {
background: url("../graphics/arrow-l-u.gif") no-repeat 0 0;
background: url("../../graphics/arrow-l-u.gif") no-repeat 0 0;
}
.ptzControls .controlsPanel .downBtn {
background: url("../graphics/arrow-l-d.gif") no-repeat 0 0;
background: url("../../graphics/arrow-l-d.gif") no-repeat 0 0;
}
.ptzControls .controlsPanel .focusControls {

View File

@ -1 +1 @@
@import url(../css/control.css);
@import url(../control.css);

View File

@ -1,4 +1,4 @@
@import url(../css/control.css);
@import url(../control.css);
#menuBar {
margin: 6px auto 4px;