- yweb: rework Y_Tools_remote_osd.yhtm

* use only one file to make osd-shots
* add a (not really) zoom-function
* add posibility to change filename
* add needed locals
* remove Y_Tools_fbshot.yhtm
This commit is contained in:
svenhoefer
2013-02-06 22:14:10 +01:00
parent c6155f29b4
commit c2668d2f2c
8 changed files with 38 additions and 73 deletions

View File

@@ -853,4 +853,8 @@ td.shot {
}
img#shot {
width: 100%;
background-color: #ffffff;
}
img#shot:hover {
cursor: pointer;
}