- rfe: Admin bar doesn't resize with the browser
- fix: Left Admin Bar overlap problem
This commit is contained in:
parent
d2d49bffbe
commit
2c1f56a009
7 changed files with 555 additions and 267 deletions
|
|
@ -235,7 +235,8 @@ a:visited { color: '.$form->get("visitedLinkColor").'; }
|
|||
isHidden => 1,
|
||||
mimeType => "text/css",
|
||||
});
|
||||
my $styleTemplate = '<html>
|
||||
my $styleTemplate = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>^Page(title); - ^c;</title>
|
||||
<link type="text/css" href="'.$css->getUrl.'" rel="stylesheet" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue