From: Michael M Slusarz Date: Tue, 24 Nov 2009 06:20:33 +0000 (-0700) Subject: Icon improvements X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d182d620f81c2efe8be827da78303b5ad47ba034;p=horde.git Icon improvements Add icon for vertical/horizontal pane switch. Better icon in silver theme for sub/unsub actions. --- diff --git a/imp/themes/graphics/application_tile_horizontal.png b/imp/themes/graphics/application_tile_horizontal.png new file mode 100644 index 000000000..8a1191c38 Binary files /dev/null and b/imp/themes/graphics/application_tile_horizontal.png differ diff --git a/imp/themes/graphics/application_tile_vertical.png b/imp/themes/graphics/application_tile_vertical.png new file mode 100644 index 000000000..1d40383d3 Binary files /dev/null and b/imp/themes/graphics/application_tile_vertical.png differ diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index f9353c96b..fa86b2c1e 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -943,6 +943,12 @@ span.dimpactionDrafts { #oa_preview_hide span.contextImg, #oa_preview_show span.contextImg { background-image: url("graphics/preview.png"); } +#oa_layout_horiz span.contextImg { + background-image: url("graphics/application_tile_vertical.png"); +} +#oa_layout_vert span.contextImg { + background-image: url("graphics/application_tile_horizontal.png"); +} #oa_selectall span.contextImg { background-image: url("graphics/tick.png"); } diff --git a/imp/themes/silver/graphics/application_tile_horizontal.png b/imp/themes/silver/graphics/application_tile_horizontal.png new file mode 100644 index 000000000..8a1191c38 Binary files /dev/null and b/imp/themes/silver/graphics/application_tile_horizontal.png differ diff --git a/imp/themes/silver/graphics/application_tile_vertical.png b/imp/themes/silver/graphics/application_tile_vertical.png new file mode 100644 index 000000000..1d40383d3 Binary files /dev/null and b/imp/themes/silver/graphics/application_tile_vertical.png differ diff --git a/imp/themes/silver/graphics/folders/explore.png b/imp/themes/silver/graphics/folders/explore.png new file mode 100644 index 000000000..0ba939184 Binary files /dev/null and b/imp/themes/silver/graphics/folders/explore.png differ diff --git a/imp/themes/silver/screen-dimp.css b/imp/themes/silver/screen-dimp.css index 2b0dca242..6fad4c0bc 100644 --- a/imp/themes/silver/screen-dimp.css +++ b/imp/themes/silver/screen-dimp.css @@ -1,5 +1,5 @@ #ctx_folder_sub span.contextImg, #ctx_folder_unsub span.contextImg, #ctx_folderopts_sub span.contextImg, #ctx_folderopts_unsub span.contextImg { - background-image: url("graphics/folders/folder.png"); + background-image: url("graphics/folders/explore.png"); } #sidebarPanel span.col, #ctx_folderopts_collapse span.contextImg, #ctx_container_collapse span.contextImg, #ctx_folder_collapse span.contextImg { background-image: url("graphics/folders/minus.png"); @@ -110,6 +110,12 @@ span.dimpactionDrafts { #oa_preview_hide span.contextImg, #oa_preview_show span.contextImg { background-image: url("graphics/preview.png"); } +#oa_layout_horiz span.contextImg { + background-image: url("graphics/application_tile_vertical.png"); +} +#oa_layout_vert span.contextImg { + background-image: url("graphics/application_tile_horizontal.png"); +} #oa_selectall span.contextImg { background-image: url("graphics/tick.png"); }