WebViewControl: first commit

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8179 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dirkho
2015-03-09 01:19:00 +00:00
parent 994dfa91f2
commit 3888e021c4

View File

@@ -10,7 +10,7 @@ input, textarea {
.batteryIconWrapper .batteryIcon { .batteryIconWrapper .batteryIcon {
display: block; display: block;
background: transparent url('../icons/batteryIconSprite.png') no-repeat; background: transparent url('../images/default/batteryIconSprite.png') no-repeat;
height: 32px; height: 32px;
width: 18px; width: 18px;
position: relative; position: relative;
@@ -59,7 +59,7 @@ input, textarea {
.batteryIconWrapper .bat0 { background-position: 0 -98px; width: 18px; height: 32px} .batteryIconWrapper .bat0 { background-position: 0 -98px; width: 18px; height: 32px}
.batteryIconWrapper .acConnected { .batteryIconWrapper .acConnected {
background: transparent url('../icons/batteryIconSprite.png') no-repeat; background: transparent url('../images/default/batteryIconSprite.png') no-repeat;
background-position: -20px -98px; background-position: -20px -98px;
position: absolute; position: absolute;
height: 31px; height: 31px;
@@ -70,7 +70,7 @@ input, textarea {
.onlineIconWrapper .onlineIcon { .onlineIconWrapper .onlineIcon {
display: block; display: block;
background: transparent url('../icons/onlineIconSprite.png') no-repeat; background: transparent url('../images/default/onlineIconSprite.png') no-repeat;
background-position: -19px 0; background-position: -19px 0;
height: 18px; height: 18px;
width: 18px; width: 18px;
@@ -107,7 +107,7 @@ input, textarea {
} }
#voiceRecImg { #voiceRecImg {
background: url('../icons/mic_sprite.png') no-repeat -2px -2px; background: url('../images/default/mic_sprite.png') no-repeat -2px -2px;
width: 180px; width: 180px;
height: 180px; height: 180px;
} }