From 977b2bda7c50390d5226b7ca6691c174b2c66b58 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 7 Apr 2010 08:30:47 +0000 Subject: [PATCH] Added icons to menu actions in Web UI --- src/webui/css/style.css | 5 +++++ src/webui/index.html | 28 ++++++++++++++-------------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/webui/css/style.css b/src/webui/css/style.css index 116e4d21b..7d43eb9d1 100644 --- a/src/webui/css/style.css +++ b/src/webui/css/style.css @@ -242,4 +242,9 @@ a.propButton img { padding: 25px 0 0 14px; } +.MyMenuIcon { + margin-left: -16px; + margin-bottom: -3px; + padding-right: 3px; +} diff --git a/src/webui/index.html b/src/webui/index.html index 142cc6d8f..d6138694a 100644 --- a/src/webui/index.html +++ b/src/webui/index.html @@ -35,36 +35,36 @@
  • _(File)
  • _(Edit)
  • _(Options)
  • _(Help)