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:
Will Rossiter 2007-11-02 03:10:31 +00:00
parent 9ec62eedeb
commit 77be4f43f1
4 changed files with 17 additions and 5 deletions

View File

@ -814,7 +814,7 @@ JS;
* The application name is customisable by calling * The application name is customisable by calling
* LeftAndMain::setApplicationName("Something New") * 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) { static function setApplicationName($name, $logoText = null) {
self::$application_name = $name; self::$application_name = $name;
self::$application_logo_text = $logoText ? $logoText : $name; self::$application_logo_text = $logoText ? $logoText : $name;

View File

@ -38,18 +38,29 @@
font-size: 11px; font-size: 11px;
width: 96%; width: 96%;
} }
#Form_EditorToolbarImageForm fieldset label.left { #Form_EditorToolbarImageForm fieldset label.left,
#Form_EditorToolbarLinkForm fieldset label.left {
float:left; float:left;
margin-left:0px; margin-left:0px;
color: #000; color: #000;
line-height: 18px;
font-size: 12px; font-size: 12px;
width:120px; width:120px;
} }
#Form_EditorToolbarImageForm fieldset span { #Form_EditorToolbarImageForm fieldset span,
#Form_EditorToolbarLinkForm fieldset span {
float: left; 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; width: 300px;
float: left;
background: #fff;
font-size: 12px; font-size: 12px;
} }
.right form textarea, .right form textarea,

View File

@ -330,6 +330,7 @@ div.spacer, li.spacer {
* than any DOM-elemnt under it. * than any DOM-elemnt under it.
* @see http://www.aplus.co.yu/lab/z-pos/ * @see http://www.aplus.co.yu/lab/z-pos/
*/ */
overflow: hidden;
z-index: 1001; z-index: 1001;
} }

View File

@ -36,7 +36,7 @@
<div id="bottom"> <div id="bottom">
<div class="holder"> <div class="holder">
<div id="logInStatus"> <div id="logInStatus">
<a href="http://www.silverstripe.com" title="<% _t('SSWEB','Silverstripe Website') %>">Silverstripe CMS</a>&nbsp;-&nbsp; <a href="http://www.silverstripe.com" title="<% _t('SSWEB','Silverstripe Website') %>">SilverStripe CMS</a>&nbsp;-&nbsp;
<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> &nbsp; &nbsp; &nbsp; <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> &nbsp; &nbsp; &nbsp;
<% control CurrentMember %> <% 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> <% _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>