diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-09-18 12:17:15 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-09-18 12:17:38 (GMT) |
commit | 1cb9a4f8e2ec71f69cf7659c6db85dc971cb3067 (patch) | |
tree | b01d2b235620b48efbc2383da77577d397243d8d /public_html/skins | |
parent | daba4302794b4ef7331744d92a014f32930888b4 (diff) | |
download | kolab-wap-1cb9a4f8e2ec71f69cf7659c6db85dc971cb3067.tar.gz |
added image/icon for new Settings option
Diffstat (limited to 'public_html/skins')
-rw-r--r-- | public_html/skins/default/images/settings.png | bin | 0 -> 16278 bytes | |||
-rw-r--r-- | public_html/skins/default/style.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public_html/skins/default/images/settings.png b/public_html/skins/default/images/settings.png Binary files differnew file mode 100644 index 0000000..da2ee94 --- /dev/null +++ b/public_html/skins/default/images/settings.png diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css index ece56b6..b24f209 100644 --- a/public_html/skins/default/style.css +++ b/public_html/skins/default/style.css @@ -888,7 +888,7 @@ fieldset.tabbed } #main div.settings span.image { - background: url(images/resources.png) center center no-repeat; + background: url(images/settings.png) center center no-repeat; } #main div.domain span.image { |