mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Added global toolbar into theme
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@113220 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
27d696c3ad
commit
e48fba0c51
@ -52,7 +52,7 @@ fieldset { border: none; }
|
||||
|
||||
/* Container */
|
||||
#container { width: 960px; margin: 44px auto 22px auto; padding: 22px 30px; background: #fff; overflow: hidden;
|
||||
-webkit-box-shadow: 0 0 20px #ccc; -moz-box-shadow: 0 0 20px #ccc;}
|
||||
-webkit-box-shadow: 0 0 20px #ccc; -moz-box-shadow: 0 0 20px #ccc; position: relative;}
|
||||
|
||||
/* Header */
|
||||
#header { padding: 11px 0 0 0; margin-bottom: 22px; }
|
||||
@ -63,7 +63,7 @@ fieldset { border: none; }
|
||||
#header #breadcrumbs p a { color: #798D85;}
|
||||
|
||||
/* Language Bar */
|
||||
#language { position: absolute; top: 12px; left: 50%; margin-left: -480px; width: 960px; }
|
||||
#language { position: absolute; top: 22px; right: 30px; width: 960px; }
|
||||
#language label { float: left; width: 830px; line-height: 19px; text-align: right; font-size: 11px; color: #999;}
|
||||
#language select { float: right; width: 120px;}
|
||||
#language input.action { float: right; margin-top: 4px;}
|
||||
|
5
themes/docs/templates/DocumentationViewer.ss
vendored
5
themes/docs/templates/DocumentationViewer.ss
vendored
@ -6,8 +6,13 @@
|
||||
<meta charset="utf-8" />
|
||||
<title><% if Title %>$Title<% end_if %> SilverStripe Documentation</title>
|
||||
|
||||
<% require javascript(sapphire/thirdparty/jquery/jquery.js) %>
|
||||
<% require javascript(toolbar/javascript/toolbar.js?site=doc) %>
|
||||
<% require css(toolbar/css/toolbar.css) %>
|
||||
|
||||
<% require css(themes/ssorgsites/css/ss.screen.min.css, screen) %>
|
||||
<% require css(themes/ssorgsites/css/ss.print.min.css, print) %>
|
||||
|
||||
<% require themedCSS(DocumentationViewer) %>
|
||||
</head>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user