diff --git a/program/include/html.php b/program/include/html.php index 27da2c340..0e89d778f 100644 --- a/program/include/html.php +++ b/program/include/html.php @@ -157,7 +157,7 @@ class html $attr = array('src' => $attr); } return self::tag('img', $attr + array('alt' => ''), null, array_merge(self::$common_attrib, - array('src','alt','width','height','border','usemap'))); + array('src','alt','width','height','border','usemap','onclick'))); } /** diff --git a/skins/default/common.css b/skins/default/common.css index f84c9e6b6..31ecbe905 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -154,14 +154,10 @@ img left: 20px; } -body > #header +body > #logo { - position: absolute; - top: 8px; - left: 19px; - width: 170px; - height: 40px; - z-index: 100; + margin-left: 12px; + cursor: pointer; } #taskbar @@ -170,7 +166,7 @@ body > #header top: 0px; right: 0px; height: 24px; - width: 100%; + left: 250px; background: url(images/taskbar.png) top right no-repeat; padding: 10px 6px 5px 0px; text-align: right; diff --git a/skins/default/includes/header.html b/skins/default/includes/header.html index 900968fd2..08d777af0 100644 --- a/skins/default/includes/header.html +++ b/skins/default/includes/header.html @@ -1,3 +1,2 @@ - - +