2007-11-05 11:10:14 +01:00
|
|
|
* {
|
2007-07-19 12:40:05 +02:00
|
|
|
margin: 0;
|
2007-11-05 11:10:14 +01:00
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
2007-07-19 12:40:05 +02:00
|
|
|
height: 100%;
|
2007-11-05 11:10:14 +01:00
|
|
|
overflow: hidden;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-05 11:10:14 +01:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
body {
|
|
|
|
height: 100%;
|
2007-11-05 11:10:14 +01:00
|
|
|
background: #ccdef3;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-06 03:53:40 +01:00
|
|
|
/**
|
|
|
|
* Actions/Buttons
|
|
|
|
*/
|
|
|
|
.ajaxActions {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 5px;
|
2009-01-20 02:19:10 +01:00
|
|
|
right: 8px;
|
2007-11-06 03:53:40 +01:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TreeActions {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
2009-01-16 05:02:17 +01:00
|
|
|
padding-bottom: 5px;
|
2007-11-06 03:53:40 +01:00
|
|
|
}
|
|
|
|
#TreeActions li {
|
|
|
|
float: left;
|
|
|
|
}
|
Merging refactored Translatable from trunk, and related changes to CMSMain
------------------------------------------------------------------------
r69959 | ischommer | 2009-01-11 01:15:30 +1300 (Sun, 11 Jan 2009) | 18 lines
Merged, debugged and enhanced Translatable patches from branches/translatable at r64523, r64523, 64523, thanks wakeless!
API CHANGE Changed Translatable schema from auxilliary tables (SiteTree_lang, SiteTree_lang_Live) to automatically filtered records on the original table (SiteTree, SiteTree_Live), using $Lang and $OriginalID properties. Incompatible update to old schema, migration script is in the works.
API CHANGE Removed Translatable::get_one(), Translatable::write()
ENHANCEMENT Simplified Translatable tree generation by using getSiteTreeFor() in CMSMain->createtranslation()
ENHANCEMENT Added AllChildrenIncludingDeleted(), augmentNumChildrenCountQuery(), augmentAllChildrenIncludingDeleted(), augmentStageChildren() to Translatable class to allow for more stable tree generation.
ENHANCEMENT Moved definition of Translatable schema from augmentDatabase() to Translatable->extraStatics()
ENHANCEMENT Changes to the CMS language selection refresh the whole admin interface instead of the tree only. This way we can add a URL parameter ?lang=<lang> to /admin, which makes the specific language bookmarkable and reloadable. Changes to LangSelector.js
ENHANCEMENT Added fallback to ModelAsController->getNestedController() to fetch page with matching URLSegment but different language in case no page is found in the current language.
ENHANCEMENT Added helper methods to Translatable: getTranslation(), hasTranslation(), isTranslation(), findOriginalIDs()
ENHANCEMENT Getters and setters for Translatable->getOriginalPage() etc.
ENHANCEMENT Hooking Translatable into ModelAsController and ContentController initialization in order to call choose_site_lang()
ENHANCEMENT Simplified Translatable->augmentSQL(), augmentWrite() by not using auxilliary tables
ENHANCEMENT Showing clickable links for Translations in Translatable->updateCMSFields()
BUGFIX Modifying Hierarchy/SiteTree Children getters to accept optional "context" which can be used to set a language explicitly through the $Lang property, rather than implicitly reyling on the static Translatable::current_lang()
BUGFIX Fixed TranslatableTest to work with new datamodel
BUGFIX Temporarily disabled cookie/session selection in Translatable::choose_site_lang() until we have a good test suite for the side effects.
MINOR Added "untranslated" CSS styles to tree nodes and marking them as inactive/grey
------------------------------------------------------------------------
r70307 | ischommer | 2009-01-16 17:16:19 +1300 (Fri, 16 Jan 2009) | 2 lines
ENHANCEMENT Simplifying creation logic of new languages in CMS by reloading complete interface, rather than refreshing partial interface, language dropdown etc.
API CHANGE Removed CMSMain->switchlanguage()
------------------------------------------------------------------------
r70308 | ischommer | 2009-01-16 17:17:37 +1300 (Fri, 16 Jan 2009) | 2 lines
ENHANCEMENT Moved language selector in CMS above tree for better visibility, added padding and adjusted dropdown width
ENHANCEMENT Removed "Translating mode" status message above edit form - should be clear by the language dropdown above the CMS tree now
------------------------------------------------------------------------
r70322 | ischommer | 2009-01-19 13:09:55 +1300 (Mon, 19 Jan 2009) | 1 line
BUGFIX Ensuring that new pages can't be created when in translation mode by disabling the "create..." tree action
------------------------------------------------------------------------
r70323 | ischommer | 2009-01-19 13:11:08 +1300 (Mon, 19 Jan 2009) | 1 line
BUGFIX Fixed expanded/unexpanded flags on new tree items - was showing expanded styling (plus icon) with newly created pages
------------------------------------------------------------------------
r70324 | ischommer | 2009-01-19 13:26:02 +1300 (Mon, 19 Jan 2009) | 1 line
BUGFIX Making sure that LeftAndMain->CurrentPage() respects language settings - was returning pages in different language from session after switching between languages in cms
------------------------------------------------------------------------
r71297 | sharvey | 2009-02-03 18:12:42 +1300 (Tue, 03 Feb 2009) | 1 line
BUGFIX Only show the LangSelector dropdown if there's multiple languages available on the site
------------------------------------------------------------------------
r73343 | ischommer | 2009-03-19 06:14:02 +1300 (Thu, 19 Mar 2009) | 1 line
BUGFIX Changed CSS selector for TranslationTab javascript behaviour to be less specific
------------------------------------------------------------------------
r73344 | ischommer | 2009-03-19 06:14:59 +1300 (Thu, 19 Mar 2009) | 1 line
BUGFIX Checking for existence of original before trying to get translation in LeftAndMain->currentPage()
------------------------------------------------------------------------
r73345 | ischommer | 2009-03-19 06:18:52 +1300 (Thu, 19 Mar 2009) | 3 lines
ENHANCEMENT Showing all available languages in language selector above sitetree in CMS - you can now create new pages in completely new languages without any relation to an "original"
ENHANCEMENT Added CMSMain->IsTranslatableEnabled
API CHANGE Removed CMSMain->switchlanguage() - createTranslation() is sufficient for new, ajax refreshing of CMS state got way too complicated for switching languages, we now just reload the entire CMS with a different ?lang GET parameter
------------------------------------------------------------------------
r73469 | ischommer | 2009-03-20 21:49:27 +1300 (Fri, 20 Mar 2009) | 1 line
ENHANCEMENT Adjusted CMSMain and LeftAndMain to use locales instead of short lang codes when reading and writing translations. See r73468 for details on the underlying Translatable datamodel change
------------------------------------------------------------------------
r74071 | ischommer | 2009-04-04 10:24:59 +1300 (Sat, 04 Apr 2009) | 1 line
BUGFIX Fixed Form_EditForm_Locale reference in LeftAndMain_right.js (used to be Form_EditForm_Lang)
------------------------------------------------------------------------
r74072 | ischommer | 2009-04-04 10:26:51 +1300 (Sat, 04 Apr 2009) | 1 line
MINOR Using Translatable::choose_site_locale() instead of choose_site_lang() in LeftAndMain->init()
------------------------------------------------------------------------
r74951 | ischommer | 2009-04-22 16:23:56 +1200 (Wed, 22 Apr 2009) | 1 line
BUGFIX Fixed CMSMainTest->testThatGetCMSFieldsWorksOnEveryPageType() - was comparing a string $class with instanceof() instead of comparing the actually created instance
------------------------------------------------------------------------
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@74988 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-04-23 03:46:49 +02:00
|
|
|
|
|
|
|
#TreeActions button.disabled {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
2007-11-06 03:53:40 +01:00
|
|
|
|
|
|
|
.ajaxActions input,
|
|
|
|
.actions input,
|
|
|
|
button.action,
|
|
|
|
div.Actions input,
|
|
|
|
input.action,
|
|
|
|
li.action input,
|
|
|
|
li.action button {
|
|
|
|
cursor: pointer;
|
|
|
|
background-image: url(../images/textures/ToolBar.png);
|
|
|
|
color: #333;
|
|
|
|
overflow: visible;
|
|
|
|
width: auto;
|
|
|
|
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
|
|
|
|
border-style: double;
|
2009-01-16 05:02:17 +01:00
|
|
|
margin-right: 2px;
|
|
|
|
padding: 2px 1px;
|
2007-11-06 03:53:40 +01:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
.ajaxActions input,
|
|
|
|
#TreeActions li.action input {
|
|
|
|
float: left;
|
|
|
|
height: 25px;
|
|
|
|
padding: 0 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#TreeActions li.action input {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.ajaxActions input:active {
|
|
|
|
background: #F4F4F4 none repeat scroll 0%;
|
|
|
|
border-color: #999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ajaxActions input:hover,
|
|
|
|
div.Actions input:hover,
|
|
|
|
input.action:hover,
|
|
|
|
button.action:hover,
|
|
|
|
li.action input:hover,
|
2009-01-05 07:41:51 +01:00
|
|
|
li.action button:hover,
|
|
|
|
li.selected input,
|
|
|
|
li.selected button {
|
2007-11-06 03:53:40 +01:00
|
|
|
background: #fff;
|
|
|
|
}
|
2009-01-05 07:41:51 +01:00
|
|
|
|
2009-04-07 04:44:45 +02:00
|
|
|
.ajaxActions input.disabled,
|
|
|
|
input.disabled {
|
2008-12-10 22:50:26 +01:00
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
2009-04-07 04:44:45 +02:00
|
|
|
input.disabled:hover {
|
|
|
|
background-image: url(../images/textures/ToolBar.png);
|
|
|
|
}
|
|
|
|
|
2008-09-13 06:45:30 +02:00
|
|
|
input.action.loading, input.action.loading:hover {
|
|
|
|
padding-left: 22px;
|
|
|
|
background: url(../images/network-save.gif) 3px 2px no-repeat;
|
|
|
|
}
|
2007-11-06 03:53:40 +01:00
|
|
|
|
|
|
|
input.delete:hover,
|
|
|
|
button.delete:hover,
|
|
|
|
.actionparams input.delete:hover {
|
|
|
|
background: #ce0000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.loading {
|
|
|
|
padding-left: 16px;
|
|
|
|
background: #fff url(../images/network-save.gif) no-repeat center left;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2009-02-02 00:17:17 +01:00
|
|
|
input.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2007-11-05 11:10:14 +01:00
|
|
|
/* Overrides - TODO Find a better place to put them */
|
2007-07-19 12:40:05 +02:00
|
|
|
form#Form_EditForm fieldset {
|
|
|
|
height: 100%;
|
2008-12-05 03:52:14 +01:00
|
|
|
border: none;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
body.stillLoading select {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** 3-PANEL LAYOUT **/
|
|
|
|
#top {
|
2007-11-01 22:48:16 +01:00
|
|
|
font-size: 14px;
|
|
|
|
height: 33px;
|
|
|
|
background: #474855 url(../images/mainmenu/top-bg.gif) top left repeat-x;
|
2007-11-05 06:03:05 +01:00
|
|
|
color: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#left {
|
|
|
|
position: absolute;
|
2007-11-02 00:35:23 +01:00
|
|
|
top: 45px;
|
2007-07-19 12:40:05 +02:00
|
|
|
left: 3px;
|
|
|
|
width: 205px;
|
2007-11-01 22:48:16 +01:00
|
|
|
height: 91%;
|
2007-07-19 12:40:05 +02:00
|
|
|
z-index: 50;
|
2007-11-05 06:03:05 +01:00
|
|
|
border: 1px solid #acbbcc;
|
|
|
|
background: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2008-11-21 05:38:27 +01:00
|
|
|
#right {
|
2007-07-19 12:40:05 +02:00
|
|
|
position: absolute;
|
|
|
|
left: 208px;
|
2007-11-02 00:35:23 +01:00
|
|
|
top: 45px;
|
2007-11-01 22:48:16 +01:00
|
|
|
height: 91%;
|
2007-07-19 12:40:05 +02:00
|
|
|
width: 600px;
|
|
|
|
overflow: auto;
|
|
|
|
z-index: 50;
|
2007-11-05 06:03:05 +01:00
|
|
|
border: 1px solid #acbbcc;
|
|
|
|
background: #eee;
|
|
|
|
margin-right: 3px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#separator {
|
|
|
|
position: absolute;
|
|
|
|
top: 51px;
|
|
|
|
left: 205px;
|
|
|
|
height: 92%;
|
|
|
|
width: 3px;
|
|
|
|
cursor: e-resize;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Hidden left-hand panel
|
|
|
|
*/
|
|
|
|
#left.hidden form, #left.hidden .title, #left.hidden #TreeActions {
|
|
|
|
display: none;
|
|
|
|
}
|
2007-09-15 22:12:10 +02:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
#left.hidden {
|
|
|
|
width: 18px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#separator.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-11-21 05:38:27 +01:00
|
|
|
#left div.title, #right div.title {
|
2007-11-05 06:03:05 +01:00
|
|
|
border-top: 1px solid #77BBEE;
|
|
|
|
height: 22px !important;
|
|
|
|
background: #0075C9 url(../images/texture/obar.gif) repeat-x 0 0;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
2008-11-21 05:38:27 +01:00
|
|
|
#left div.title div, #right div.title div {
|
2007-11-05 06:03:05 +01:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
padding: 2px 0 0 4px;
|
|
|
|
background-position: 2px 2px;
|
2007-11-05 06:03:05 +01:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-left: 20px;
|
|
|
|
border-top: 1px solid #77BBEE;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
2007-11-06 06:39:14 +01:00
|
|
|
#left h2,
|
|
|
|
#contentPanel h2 {
|
2007-07-19 12:40:05 +02:00
|
|
|
background-image:url(../images/textures/obar-18.gif);
|
2007-09-15 22:22:56 +02:00
|
|
|
height: 18px;
|
2007-09-15 03:02:43 +02:00
|
|
|
line-height: 18px;
|
2007-11-05 11:10:14 +01:00
|
|
|
color: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
font-size: 12px;
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** TOP PANEL **/
|
|
|
|
#top #MainMenu {
|
2007-11-01 22:48:16 +01:00
|
|
|
margin: 0 0 0 6px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
#top #MainMenu li {
|
2007-11-05 11:10:14 +01:00
|
|
|
margin: 0 4px;
|
2007-07-19 12:40:05 +02:00
|
|
|
float: left;
|
2007-11-01 22:48:16 +01:00
|
|
|
height: 33px;
|
2007-07-19 12:40:05 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top #MainMenu a {
|
2007-11-01 22:48:16 +01:00
|
|
|
display: block;
|
2007-11-01 22:52:38 +01:00
|
|
|
height: 33px;
|
2007-11-01 22:48:16 +01:00
|
|
|
float: left;
|
|
|
|
padding: 0 6px;
|
|
|
|
font-size: 14px;
|
2007-11-02 00:35:23 +01:00
|
|
|
letter-spacing: -0.1px;
|
2007-11-05 06:03:05 +01:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2007-11-01 22:52:38 +01:00
|
|
|
font-weight: normal;
|
2007-11-01 22:48:16 +01:00
|
|
|
line-height: 32px;
|
2007-11-01 22:52:38 +01:00
|
|
|
color: #fff;
|
2007-09-15 03:10:24 +02:00
|
|
|
text-decoration: none;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-09-15 03:10:24 +02:00
|
|
|
#top #MainMenu a:hover {
|
2007-11-01 22:48:16 +01:00
|
|
|
text-decoration: none;
|
|
|
|
background: #6a7580 url(../images/mainmenu/hover.gif) repeat-x left top;
|
2007-09-15 03:10:24 +02:00
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
|
|
|
#top #MainMenu .current {
|
2007-11-01 22:48:16 +01:00
|
|
|
background: #ccdef3 url(../images/mainmenu/current.gif) repeat-x left top;
|
2007-07-19 12:40:05 +02:00
|
|
|
border-bottom : none;
|
|
|
|
}
|
2007-11-01 22:48:16 +01:00
|
|
|
#top #MainMenu .current a:hover {
|
|
|
|
background: #cddef3 url(../images/mainmenu/currentHover.gif) repeat-x left top;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2007-11-05 06:03:05 +01:00
|
|
|
#top #MainMenu .current a:link,
|
|
|
|
#top #MainMenu .current a:visited {
|
2007-11-01 22:48:16 +01:00
|
|
|
color : #2f383f;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#top #Logo {
|
|
|
|
float: right;
|
2007-11-01 22:48:16 +01:00
|
|
|
}
|
2007-11-05 11:10:14 +01:00
|
|
|
#top #Logo a {
|
|
|
|
margin: 0;
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
text-decoration: none;
|
|
|
|
height: 26px;
|
|
|
|
line-height: 22px;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 8px;
|
|
|
|
padding-right: 34px;
|
|
|
|
background: url(../images/mainmenu/logo.gif) right top no-repeat;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2007-11-05 06:03:05 +01:00
|
|
|
html > body #top #Logo {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
#bottom {
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2007-11-02 00:35:23 +01:00
|
|
|
height: 23px;
|
2007-11-05 06:03:05 +01:00
|
|
|
overflow: hidden;
|
2007-11-02 00:35:23 +01:00
|
|
|
background: #4d4e5a url(../images/textures/footerBg.gif) repeat-x left top;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bottom .holder {
|
|
|
|
text-align: center;
|
2007-11-05 11:10:14 +01:00
|
|
|
padding: 5px 6px 0 3px;
|
2007-07-19 12:40:05 +02:00
|
|
|
font-size: 10px;
|
2007-11-05 06:03:05 +01:00
|
|
|
color: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bottom #logInStatus {
|
|
|
|
float: right;
|
|
|
|
}
|
2007-11-11 03:43:23 +01:00
|
|
|
#bottom a {
|
2007-11-02 00:35:23 +01:00
|
|
|
color: #fff;
|
2007-11-05 22:51:17 +01:00
|
|
|
background: none;
|
2007-09-15 22:12:10 +02:00
|
|
|
}
|
2007-11-11 03:43:23 +01:00
|
|
|
#bottom a:hover {
|
2007-11-05 11:10:14 +01:00
|
|
|
text-decoration: none;
|
2007-11-11 03:43:23 +01:00
|
|
|
color: #ccc;
|
2007-11-05 11:10:14 +01:00
|
|
|
}
|
2007-11-05 06:03:05 +01:00
|
|
|
#bottom #logInStatus #LogoutLink {
|
2007-11-07 05:20:49 +01:00
|
|
|
background: url(../images/logout.gif) no-repeat right top;
|
2007-11-02 00:35:23 +01:00
|
|
|
padding-right: 20px;
|
2007-11-07 05:20:49 +01:00
|
|
|
padding-bottom: 3px;
|
2007-11-02 00:35:23 +01:00
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
#bottom #switchView {
|
|
|
|
float: left;
|
|
|
|
}
|
2009-02-12 10:46:49 +01:00
|
|
|
#bottom #switchView a, #bottom #switchView span {
|
2007-11-05 22:51:17 +01:00
|
|
|
background: none;
|
2009-02-12 10:46:49 +01:00
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
display: inline-block;
|
|
|
|
border-left: 1px solid #AAA;
|
|
|
|
}
|
|
|
|
#bottom #switchView span {
|
|
|
|
border-left: none;
|
2007-11-05 22:51:17 +01:00
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
#bottom .bottomTabs a {
|
2007-11-02 02:12:31 +01:00
|
|
|
color: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bottom .bottomTabs div.blank {
|
|
|
|
display: block;
|
2007-11-05 06:03:05 +01:00
|
|
|
float: left;
|
|
|
|
cursor: pointer;
|
2007-07-19 12:40:05 +02:00
|
|
|
background-color: transparent;
|
2007-11-02 00:35:23 +01:00
|
|
|
padding-right: 4px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 13px;
|
|
|
|
font-size: 11px;
|
2007-07-19 12:40:05 +02:00
|
|
|
padding-left: 2px;
|
2007-11-05 06:03:05 +01:00
|
|
|
color: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-11 03:43:23 +01:00
|
|
|
#bottom .bottomTabs .current {
|
|
|
|
color: #ccc;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-02 00:35:23 +01:00
|
|
|
#bottom .bottomTabs a:hover {
|
2007-11-11 03:43:23 +01:00
|
|
|
color: #ccc;
|
2007-11-02 02:12:31 +01:00
|
|
|
text-decoration: none;
|
2007-11-02 00:35:23 +01:00
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
/** LEFT PANEL **/
|
|
|
|
#sitetree_holder {
|
|
|
|
height: 80%;
|
|
|
|
width: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2009-01-16 05:02:17 +01:00
|
|
|
|
|
|
|
#sitetree_holder #TreeTools {
|
|
|
|
float: left;
|
2009-01-20 03:18:36 +01:00
|
|
|
width: inherit;
|
2009-01-21 02:26:57 +01:00
|
|
|
background: #EEE;
|
2009-01-16 05:02:17 +01:00
|
|
|
}
|
|
|
|
#SearchBox {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
2009-01-21 01:42:19 +01:00
|
|
|
margin: 0 0 5px 0;
|
|
|
|
padding-left: 5px;
|
2009-02-02 00:17:17 +01:00
|
|
|
position: relative;
|
2007-11-05 06:03:05 +01:00
|
|
|
}
|
2009-01-16 05:02:17 +01:00
|
|
|
#SearchBox #SiteTreeSearchTerm {
|
|
|
|
padding: 1px 0 2px 0;
|
|
|
|
}
|
2009-02-02 00:17:17 +01:00
|
|
|
|
|
|
|
#searchIndicator {
|
|
|
|
display: none;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background: #EFEFEF url(../images/network-save.gif) no-repeat;
|
|
|
|
position: absolute;
|
2009-02-02 00:24:04 +01:00
|
|
|
left: 145px;
|
|
|
|
top: 2px;
|
2009-02-02 00:17:17 +01:00
|
|
|
}
|
|
|
|
#searchIndicator.loading {
|
|
|
|
display: block;
|
|
|
|
}
|
2009-01-30 02:20:07 +01:00
|
|
|
.SearchCriteriaContainer {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
padding-left: 5px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
2009-01-21 02:26:57 +01:00
|
|
|
#addCriteria {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2009-01-30 02:20:07 +01:00
|
|
|
#addCriteria label {
|
|
|
|
display: none;
|
|
|
|
}
|
2009-01-20 03:28:34 +01:00
|
|
|
#sitetree_ul, ul#sitetree {
|
2009-01-16 05:02:17 +01:00
|
|
|
padding: 3px 0 0 3px;
|
|
|
|
clear: left;
|
|
|
|
}
|
2009-01-20 03:28:34 +01:00
|
|
|
#sitetree_ul ul#sitetree {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2009-01-16 05:02:17 +01:00
|
|
|
#sitetree {
|
|
|
|
width: 500px; /* IE's chocking right now */
|
|
|
|
}
|
|
|
|
html>body #sitetree {
|
|
|
|
width: auto;
|
|
|
|
}
|
2009-01-20 00:21:26 +01:00
|
|
|
#left #TreeActions,
|
2009-04-30 07:39:12 +02:00
|
|
|
#left .checkboxAboveTree {
|
2009-01-20 00:21:26 +01:00
|
|
|
background: #EEE;
|
|
|
|
padding: 5px;
|
|
|
|
float: left;
|
|
|
|
width: 95%;
|
|
|
|
}
|
2009-04-30 07:39:12 +02:00
|
|
|
#left .checkboxAboveTree {
|
2009-01-20 00:21:26 +01:00
|
|
|
border-bottom: 1px solid #CCC;
|
|
|
|
}
|
2009-01-16 05:02:17 +01:00
|
|
|
#TreeTools label {
|
|
|
|
display: block;
|
|
|
|
padding-top: 2px;
|
|
|
|
_padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TreeTools #batchactionsforms {
|
2009-01-21 01:42:19 +01:00
|
|
|
padding: 0 5px 7px 5px;
|
2009-01-16 05:02:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#TreeTools div p, #ShowChanged {
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#ShowChanged {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#TreeTools div.middleColumn {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#TreeTools #action_publish_selected,
|
|
|
|
#TreeTools #action_publish_selected {
|
|
|
|
padding: 2px 1px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.spacer,
|
|
|
|
li.spacer {
|
2007-07-19 12:40:05 +02:00
|
|
|
float: none;
|
|
|
|
clear: both;
|
|
|
|
background-color: transparent;
|
|
|
|
border-style: none;
|
|
|
|
margin: -1px 0 0 0;
|
|
|
|
height: 1px;
|
|
|
|
font-size: 1px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
/** RIGHT PANEL **/
|
|
|
|
.mceToolbarExternal {
|
2007-11-02 03:03:18 +01:00
|
|
|
background-color: #eee;
|
2007-07-19 12:40:05 +02:00
|
|
|
display: block;
|
|
|
|
}
|
2007-09-16 02:58:02 +02:00
|
|
|
.mceToolbarExternal a {
|
|
|
|
text-decoration: none;
|
2007-11-02 04:30:07 +01:00
|
|
|
border: 0 !important;
|
2007-09-16 02:58:02 +02:00
|
|
|
}
|
2007-11-02 04:30:07 +01:00
|
|
|
.mceToolbarExternal a img {
|
|
|
|
border: none;
|
|
|
|
}
|
2007-09-16 02:58:02 +02:00
|
|
|
|
2007-09-15 22:12:10 +02:00
|
|
|
#right form#Form_EditorToolbarLinkForm,
|
2007-07-19 12:40:05 +02:00
|
|
|
#right form#Form_EditorToolbarImageForm,
|
|
|
|
#right form#Form_EditorToolbarFlashForm {
|
2007-11-05 11:10:14 +01:00
|
|
|
background: #eee;
|
|
|
|
border-bottom: 1px solid #ccc;
|
2007-07-19 12:40:05 +02:00
|
|
|
display: none;
|
|
|
|
margin: 1px 0 0 0;
|
|
|
|
padding: 5px;
|
2007-09-15 22:12:10 +02:00
|
|
|
/*
|
2007-07-19 12:40:05 +02:00
|
|
|
* HACK IE (all versions): container needs to be higher stacking order
|
2007-09-15 22:12:10 +02:00
|
|
|
* than any DOM-elemnt under it.
|
2007-07-19 12:40:05 +02:00
|
|
|
* @see http://www.aplus.co.yu/lab/z-pos/
|
|
|
|
*/
|
2007-11-06 04:01:30 +01:00
|
|
|
/*overflow: hidden;*/
|
2007-09-15 22:12:10 +02:00
|
|
|
z-index: 1001;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#right form#Form_EditorToolbarLinkForm ul.optionset {
|
|
|
|
height: 1em;
|
|
|
|
}
|
2007-11-05 11:10:14 +01:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
#right form#Form_EditorToolbarLinkForm ul.optionset li {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnailstrip {
|
|
|
|
overflow: auto;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
2007-11-05 06:03:05 +01:00
|
|
|
border: 1px solid #aaa;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnailstrip li {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* CMS specific icons for the tree */
|
|
|
|
ul.tree li.Root span.Root span.c a {
|
2007-11-08 05:43:19 +01:00
|
|
|
background: url(../../cms/images/treeicons/root.png) no-repeat !important;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-09 02:07:42 +01:00
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
/* Misc Styling */
|
|
|
|
iframe {
|
2007-11-05 11:10:14 +01:00
|
|
|
border: none;
|
2007-11-06 06:39:14 +01:00
|
|
|
}
|
2007-11-07 04:19:11 +01:00
|
|
|
/* Content Panel Design
|
|
|
|
* This is our new right hand pane for inserting images and links etc
|
|
|
|
*/
|
2007-11-06 06:39:14 +01:00
|
|
|
#contentPanel {
|
2007-11-07 04:19:11 +01:00
|
|
|
background-color: #fff;
|
2007-11-06 06:39:14 +01:00
|
|
|
width: 205px;
|
|
|
|
position: absolute;
|
|
|
|
border: 1px solid #ACBBCC;
|
|
|
|
top: 45px;
|
2007-11-06 23:11:18 +01:00
|
|
|
padding: 0;
|
|
|
|
margin-right: 10px;
|
2009-04-30 03:35:16 +02:00
|
|
|
overflow: hidden;
|
2007-11-07 04:19:11 +01:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contentPanel div,
|
|
|
|
#contentPanel p#TargetBlank {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2008-09-25 16:08:09 +02:00
|
|
|
#contentPanel div.TreeDropdownField {
|
|
|
|
width: 180px;
|
|
|
|
}
|
2007-11-07 04:19:11 +01:00
|
|
|
#contentPanel div.TreeDropdownField span.items {
|
2008-09-25 16:08:09 +02:00
|
|
|
width: 155px;
|
2007-11-07 04:19:11 +01:00
|
|
|
background: #fff;
|
2007-11-07 04:54:10 +01:00
|
|
|
font-size: 12px;
|
2007-11-07 04:19:11 +01:00
|
|
|
border:1px solid #A7A7A7;
|
|
|
|
border-right: none;
|
2008-12-15 01:11:48 +01:00
|
|
|
overflow: hidden;
|
2007-11-07 04:19:11 +01:00
|
|
|
}
|
|
|
|
#contentPanel .thumbnailstrip {
|
|
|
|
border: none;
|
2009-03-08 22:19:56 +01:00
|
|
|
width: 190px;
|
2007-11-08 00:41:40 +01:00
|
|
|
height: 120px;
|
|
|
|
overflow-y: auto;
|
2009-03-08 22:19:56 +01:00
|
|
|
margin-right: 0 !important;
|
2007-11-07 04:19:11 +01:00
|
|
|
}
|
2009-01-07 06:04:00 +01:00
|
|
|
|
2007-11-07 04:19:11 +01:00
|
|
|
#contentPanel fieldset {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
#contentPanel h2 {
|
|
|
|
margin: -5px -5px 0 -5px;
|
|
|
|
}
|
2008-11-13 06:22:34 +01:00
|
|
|
#contentPanel .thumbnailstrip h2 {
|
2009-01-23 04:31:31 +01:00
|
|
|
font-size: 1.1em;
|
2008-10-03 06:50:13 +02:00
|
|
|
margin: 0;
|
|
|
|
background: none;
|
|
|
|
color: #555;
|
|
|
|
height: auto;
|
|
|
|
}
|
2007-11-07 04:19:11 +01:00
|
|
|
#contentPanel select {
|
|
|
|
width: 186px;
|
|
|
|
padding: 1px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
#contentPanel option {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2008-07-28 09:42:27 +02:00
|
|
|
#contentPanel .middleColumn {
|
2007-11-07 04:19:11 +01:00
|
|
|
background:#E9E9E9 none repeat scroll 0%;
|
|
|
|
display:block;
|
|
|
|
padding:3px;
|
|
|
|
width:98%;
|
|
|
|
}
|
|
|
|
#contentPanel input.text {
|
|
|
|
border:1px solid #A7A7A7;
|
|
|
|
padding:3px;
|
|
|
|
width: 179px;
|
|
|
|
}
|
2008-08-15 00:38:58 +02:00
|
|
|
#contentPanel #Dimensions div.middleColumn {
|
2007-11-07 04:19:11 +01:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
/* Image height and width inputs. We need to position them in the right places */
|
2007-11-07 06:50:13 +01:00
|
|
|
#contentPanel input#Form_EditorToolbarImageForm_Width,
|
|
|
|
#contentPanel input#Form_EditorToolbarFlashForm_Width {
|
2007-11-07 04:19:11 +01:00
|
|
|
width: 30px;
|
|
|
|
}
|
2007-11-07 06:50:13 +01:00
|
|
|
#contentPanel input#Form_EditorToolbarImageForm_Height,
|
|
|
|
#contentPanel input#Form_EditorToolbarFlashForm_Height {
|
2007-11-07 04:19:11 +01:00
|
|
|
width: 30px;
|
|
|
|
}
|
2007-11-07 06:50:13 +01:00
|
|
|
#Form_EditorToolbarImageForm #Image,
|
|
|
|
#Form_EditorToolbarFlashForm #Flash {
|
2007-11-07 04:19:11 +01:00
|
|
|
margin: 5px;
|
|
|
|
}
|
2007-11-07 07:28:21 +01:00
|
|
|
#Form_EditorToolbarImageForm fieldset label.left,
|
|
|
|
#Form_EditorToolbarFlashForm fieldset label.left,
|
|
|
|
#Form_EditorToolbarLinkForm fieldset label.left {
|
|
|
|
float:left;
|
|
|
|
margin-left:0px;
|
2007-11-07 07:35:31 +01:00
|
|
|
color: #666;
|
2009-04-30 03:35:16 +02:00
|
|
|
line-height: 1.2;
|
2007-11-07 07:35:31 +01:00
|
|
|
font-size: 11px;
|
2009-04-30 03:35:16 +02:00
|
|
|
width: 190px;
|
2007-11-07 07:28:21 +01:00
|
|
|
}
|
2008-08-15 00:38:58 +02:00
|
|
|
#Form_EditorToolbarImageForm fieldset div.middleColumn,
|
|
|
|
#Form_EditorToolbarFlashForm fieldset div.middleColumn,
|
|
|
|
#Form_EditorToolbarLinkForm fieldset div.middleColumn {
|
2007-11-07 07:28:21 +01:00
|
|
|
float: left;
|
|
|
|
}
|
2008-08-15 00:38:58 +02:00
|
|
|
#Form_EditorToolbarLinkForm fieldset li div.middleColumn,
|
|
|
|
#Form_EditorToolbarFlashForm fieldset li div.middleColumn,
|
|
|
|
#Form_EditorToolbarImageForm fieldset li div.middleColumn {
|
2007-11-07 07:28:21 +01:00
|
|
|
float: none;
|
|
|
|
}
|
2007-11-07 07:35:31 +01:00
|
|
|
|
2008-08-15 00:38:58 +02:00
|
|
|
#Form_EditorToolbarImageForm fieldset div.fieldgroupField,
|
|
|
|
#Form_EditorToolbarFlashForm fieldset div.fieldgroupField,
|
|
|
|
#Form_EditorToolbarLinkForm fieldset div.fieldgroupField {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-11-07 07:35:31 +01:00
|
|
|
#Form_EditorToolbarImageForm_Width,
|
|
|
|
#Form_EditorToolbarImageForm_Height,
|
|
|
|
#Form_EditorToolbarFlashForm_Width,
|
|
|
|
#Form_EditorToolbarFlashForm_Height {
|
|
|
|
outline: 3px solid #E9E9E9;
|
|
|
|
}
|
|
|
|
|
2007-11-08 03:08:50 +01:00
|
|
|
#Form_EditorToolbarImageForm #Image img,
|
|
|
|
#Form_EditorToolbarFlashForm #Flash img {
|
2007-11-07 04:19:11 +01:00
|
|
|
border: 2px solid #e4e3e3;
|
|
|
|
}
|
|
|
|
#contentPanel div.Actions {
|
2007-11-09 04:49:36 +01:00
|
|
|
margin: 2px 5px 0 0;
|
|
|
|
text-align: right;
|
2007-11-07 23:59:28 +01:00
|
|
|
}
|
2007-11-08 03:08:50 +01:00
|
|
|
#contentPanel #Image a.selectedImage img,
|
|
|
|
#contentPanel #Flash a.selectedFlash img {
|
2007-11-07 23:59:28 +01:00
|
|
|
border: 2px solid #222;
|
2007-11-06 06:39:14 +01:00
|
|
|
}
|
2007-11-07 04:19:11 +01:00
|
|
|
/* going to use this */
|
|
|
|
#BlankImage {
|
|
|
|
text-indent: -9000px;
|
2007-11-06 06:39:14 +01:00
|
|
|
|
2007-11-07 04:54:10 +01:00
|
|
|
}
|
2008-12-18 04:21:20 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Messages (see sapphire/css/Form.css)
|
|
|
|
*/
|
|
|
|
.message {
|
|
|
|
margin: 1em 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px black solid;
|
|
|
|
background-color: #B9FFB9;
|
|
|
|
border-color: #00FF00;
|
|
|
|
}
|
|
|
|
.message.notice {
|
|
|
|
background-color: #FCFFDF;
|
|
|
|
border-color: #FF9300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message.warning {
|
|
|
|
background-color: #FFD2A6;
|
|
|
|
border-color: #FF9300;
|
|
|
|
}
|
|
|
|
.message.bad {
|
|
|
|
background-color: #FF8080;
|
|
|
|
border-color: #FF0000;
|
|
|
|
}
|