diff --git a/phpgwapi/templates/idots/css.tpl b/phpgwapi/templates/idots/css.tpl index 50b1baaf0e..d7af784be0 100755 --- a/phpgwapi/templates/idots/css.tpl +++ b/phpgwapi/templates/idots/css.tpl @@ -5,5 +5,17 @@ .th { color: {th_text}; background-color: {th_bg}; } {app_css} --> + +#dhtmltooltip +{ + position: absolute; + width: 150px; + border: 1px solid #ff7a0a; + padding: 2px; + background-color:#f9f400; + visibility: hidden; + z-index: 100; +} + {css_file} diff --git a/phpgwapi/templates/idots/images/filesave.png b/phpgwapi/templates/idots/images/filesave.png new file mode 100644 index 0000000000..41b3f43679 Binary files /dev/null and b/phpgwapi/templates/idots/images/filesave.png differ