BP: Relocated frontend_header hook after <title>; BP Admin - added selectors for fieldset and legend.
This commit is contained in:
parent
ba20e5df7d
commit
49739a52c2
templates/bulletproof
@ -99,6 +99,17 @@ a:hover {
|
||||
color: #055BC6 !important;
|
||||
}
|
||||
|
||||
/* all fieldsets in admin content, such as "advanced options" */
|
||||
.serendipityAdminContent fieldset {
|
||||
border: 1px solid #72878A;
|
||||
}
|
||||
|
||||
.serendipityAdminContent legend {
|
||||
border: 1px solid #72878A;
|
||||
padding: 2px 5px;
|
||||
background-color: #DFDFDF;
|
||||
}
|
||||
|
||||
/* welcome message on sign-on screen, ie */
|
||||
/* 'welcome to serendipity admin suite' */
|
||||
/* 'please enter your credentials' */
|
||||
|
@ -102,6 +102,17 @@ a:hover {
|
||||
color: #055BC6 !important;
|
||||
}
|
||||
|
||||
/* all fieldsets in admin content, such as "advanced options" */
|
||||
.serendipityAdminContent fieldset {
|
||||
border: 1px solid #72878A;
|
||||
}
|
||||
|
||||
.serendipityAdminContent legend {
|
||||
border: 1px solid #72878A;
|
||||
padding: 2px 5px;
|
||||
background-color: #DFDFDF;
|
||||
}
|
||||
|
||||
/* welcome message on sign-on screen, ie */
|
||||
/* 'welcome to serendipity admin suite' */
|
||||
/* 'please enter your credentials' */
|
||||
|
@ -8,6 +8,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
|
||||
<head>
|
||||
<title>{$head_title|@default:$blogTitle}{if $head_subtitle} - {$head_subtitle}{/if}</title>
|
||||
{serendipity_hookPlugin hook="frontend_header"}
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
|
||||
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
|
||||
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
|
||||
@ -49,7 +50,6 @@
|
||||
{if $template_option.jscolumns == 'true'}<script type="text/javascript" src="{$serendipityHTTPPath}templates/{$template}/js/p7_eqCols2_10.js"></script>{/if}
|
||||
<!-- print media stylesheet -->
|
||||
<link rel="stylesheet" type="text/css" href="{serendipity_getFile file="print.css"}" media="print" />
|
||||
{serendipity_hookPlugin hook="frontend_header"}
|
||||
</head>
|
||||
|
||||
<body{if $template_option.jscolumns == 'true'} onload="P7_equalCols2(0,{if $template_option.layouttype != '1col'}'content','DIV',{/if}'serendipityLeftSideBar','DIV','serendipityRightSideBar','DIV')"{/if}>
|
||||
|
@ -1,4 +1,4 @@
|
||||
Name: Bulletproof v1.1 (s9y-bulletproof.com)
|
||||
Name: Bulletproof v1.2 beta (s9y-bulletproof.com)
|
||||
Author: Bulletproof development team
|
||||
Date: 2007-09-20
|
||||
Date: 2007-10-30
|
||||
Require Serendipity: 1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user