mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
tidy up images and get links at least working now
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44166 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9ec62eedeb
commit
77be4f43f1
@ -814,7 +814,7 @@ JS;
|
||||
* The application name is customisable by calling
|
||||
* LeftAndMain::setApplicationName("Something New")
|
||||
*/
|
||||
static $application_name = "SilverStripe CMS", $application_logo_text = "SilverStripe CMS";
|
||||
static $application_name = "SilverStripe CMS", $application_logo_text = "SilverStripe";
|
||||
static function setApplicationName($name, $logoText = null) {
|
||||
self::$application_name = $name;
|
||||
self::$application_logo_text = $logoText ? $logoText : $name;
|
||||
|
@ -38,18 +38,29 @@
|
||||
font-size: 11px;
|
||||
width: 96%;
|
||||
}
|
||||
#Form_EditorToolbarImageForm fieldset label.left {
|
||||
#Form_EditorToolbarImageForm fieldset label.left,
|
||||
#Form_EditorToolbarLinkForm fieldset label.left {
|
||||
float:left;
|
||||
margin-left:0px;
|
||||
color: #000;
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
width:120px;
|
||||
}
|
||||
#Form_EditorToolbarImageForm fieldset span {
|
||||
#Form_EditorToolbarImageForm fieldset span,
|
||||
#Form_EditorToolbarLinkForm fieldset span {
|
||||
float: left;
|
||||
width: 350px;
|
||||
background: none;
|
||||
}
|
||||
body div.TreeDropdownField span.items {
|
||||
#Form_EditorToolbarLinkForm fieldset li span,
|
||||
#Form_EditorToolbarImageForm fieldset li span {
|
||||
float: none;
|
||||
}
|
||||
#right .TreeDropdownField {
|
||||
width: 300px;
|
||||
float: left;
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
.right form textarea,
|
||||
|
@ -330,6 +330,7 @@ div.spacer, li.spacer {
|
||||
* than any DOM-elemnt under it.
|
||||
* @see http://www.aplus.co.yu/lab/z-pos/
|
||||
*/
|
||||
overflow: hidden;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
<div id="bottom">
|
||||
<div class="holder">
|
||||
<div id="logInStatus">
|
||||
<a href="http://www.silverstripe.com" title="<% _t('SSWEB','Silverstripe Website') %>">Silverstripe CMS</a> -
|
||||
<a href="http://www.silverstripe.com" title="<% _t('SSWEB','Silverstripe Website') %>">SilverStripe CMS</a> -
|
||||
<abbr style="border-style: none" title="<% _t('APPVERSIONTEXT1',"This is the") %> $ApplicationName <% _t('APPVERSIONTEXT2',"version that you are currently running, technically it's the CVS branch") %>">$CMSVersion</abbr>
|
||||
<% control CurrentMember %>
|
||||
<% _t('LOGGEDINAS','Logged in as') %> <strong>$FirstName $Surname</strong> | <a href="{$BaseHref}admin/myprofile" id="EditMemberProfile"><% _t('EDITPROFILE','Profile') %></a> | <a href="Security/logout" id="LogoutLink"><% _t('LOGOUT','log out') %></a>
|
||||
|
Loading…
Reference in New Issue
Block a user