From a755b1a84ba90184aca44b7b5e5e4a910f24d3d8 Mon Sep 17 00:00:00 2001 From: Wonkeun Oh Date: Fri, 3 Jul 2015 13:20:23 +0900 Subject: Modified UI for interface share Change-Id: I3ac287ae601d187a44f4af6f14cd263094f3dcfa --- ism/data/remote-input/Makefile.am | 1 + ism/data/remote-input/remote_input.css | 10 +++++----- ism/data/remote-input/tv.htm | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'ism/data') diff --git a/ism/data/remote-input/Makefile.am b/ism/data/remote-input/Makefile.am index f6812152..0b60e9db 100644 --- a/ism/data/remote-input/Makefile.am +++ b/ism/data/remote-input/Makefile.am @@ -58,6 +58,7 @@ web_DATA = index.htm\ remotekeyboard_39.png\ remotekeyboard_bg.png\ remotekeyboard_remocon_bg.png\ + remotekeyboard_remocon_bg3.png\ remocon.png\ mouse.png\ keyboard.png\ diff --git a/ism/data/remote-input/remote_input.css b/ism/data/remote-input/remote_input.css index 9d3db937..03fba274 100644 --- a/ism/data/remote-input/remote_input.css +++ b/ism/data/remote-input/remote_input.css @@ -3,7 +3,7 @@ html { } body { /* background:#111121;*/ - background-image:url(imgs/remotekeyboard_remocon_bg.png); + background-image:url(imgs/remotekeyboard_remocon_bg3.png); background-repeat:no-repeat; background-size: 100% 100%; margin:0; @@ -180,25 +180,25 @@ div { } .type_a { background:url(imgs/a_bt_pressed.png); - background-size:auto 100%; + background-size:auto 90%; background-repeat:no-repeat; background-position:center top; } .type_b { background:url(imgs/b_bt_pressed.png); - background-size:auto 100%; + background-size:auto 90%; background-repeat:no-repeat; background-position:center top; } .type_c { background:url(imgs/c_bt_pressed.png); - background-size:auto 100%; + background-size:auto 90%; background-repeat:no-repeat; background-position:center top; } .reset_bt { background:url(imgs/reset_bt_pressed.png); - background-size:auto 100%; + background-size:auto 90%; background-repeat:no-repeat; background-position:center top; } diff --git a/ism/data/remote-input/tv.htm b/ism/data/remote-input/tv.htm index e6e155af..46ee5c73 100644 --- a/ism/data/remote-input/tv.htm +++ b/ism/data/remote-input/tv.htm @@ -911,7 +911,7 @@ - +
@@ -994,7 +994,7 @@
- +
-- cgit v1.2.3