diff --git a/Changelog b/Changelog index cbbddf177..e715810a6 100644 --- a/Changelog +++ b/Changelog @@ -7,6 +7,7 @@ - BUGFIX: Fix "Download from URL" title size in Web UI - BUGFIX: Fix transparency of speed limits icons - BUGFIX: Dropped dependency on Qt gif library + - COSMETIC: Added icons to menu actions in Web UI * Tue Apr 06 2010 - Christophe Dumez - v2.2.4 - BUGFIX: Fix possible crash when adding a torrent 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)