Some ajustments to the content center theme:

- Moved the breadcrumbs to the top
- Moved the tab bar outside the header
- Minimized height of the header and outer paddings and margins


git-svn-id: https://svn.libreccm.org/ccm/trunk@2749 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-07-11 07:44:19 +00:00
parent 96770a673d
commit a63b3df832
5 changed files with 747 additions and 720 deletions

View File

@ -389,7 +389,7 @@ public class DomainObjectPropertySheet extends PropertySheet {
public DefaultAttributeFormatter() { public DefaultAttributeFormatter() {
m_default = new GlobalizedMessage( m_default = new GlobalizedMessage(
"toolbox.ui.na", "toolbox.ui.na",
"com.arsdigita.toolbox.ui.ToolboxResources"); "com.arsdigita.toolbox.ToolboxResources");
} }
/** /**

View File

@ -99,20 +99,20 @@ table.htmlarea td.toolbarElement {
} }
#cmsPage .minWidth { #cmsPage .minWidth {
margin: 0 3.5%; margin: 0 10px;
min-width: 1000px; min-width: 1000px;
} }
#cmsPage .headerHeight { #cmsPage .headerHeight {
height: 70px; height: 70px;
top: 70px; top: 62px;
} }
/*-----CMS Header-----*/ /*-----CMS Header-----*/
#cmsHeader { #cmsHeader {
position: relative; position: relative;
top: auto !important; top: auto !important;
padding-bottom: 35px; padding-bottom: 6px;
color: #ffffff; color: #ffffff;
background-color:#56a1bd; background-color:#56a1bd;
background-image: linear-gradient(top, #56a1bd 5%, #024C68 95%); background-image: linear-gradient(top, #56a1bd 5%, #024C68 95%);
@ -151,6 +151,17 @@ div#cmsHeader #quicksearchwidget {
} }
*/ */
#quicksearchwidget {
float: right;
margin: 0.5em;
border: 1px none #1c1b1d;
border-radius: 0.2em;
box-shadow: 0 0 4px #1c1b1d inset;
padding: 0.3em;
color: #4a4a4a;
background-color: #f0f0f0;
}
/*Änderung wie im konzept vornehmen???*/ /*Änderung wie im konzept vornehmen???*/
div#cmsHeader div.cmsHeaderMenu, div#cmsHeader div.cmsHeaderMenu,
div#cmsHeader #userwidget { div#cmsHeader #userwidget {
@ -175,7 +186,7 @@ div#cmsHeader h1 {
clear: left; clear: left;
} }
/*----TabbedPane----*/ /*----TabbedPane----*/
div#bebopTabbedPane { /*div#bebopTabbedPane {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -185,6 +196,14 @@ div#bebopTabbedPane {
padding: 0.4em; padding: 0.4em;
font-size: 0.9em; font-size: 0.9em;
overflow: hidden; overflow: hidden;
}*/
div#tabs {
height: 2em;
line-height: 2.7em;
padding: 0.4em;
font-size: 0.8em;
overflow: hidden;
} }
div#bebopTabbedPane a { div#bebopTabbedPane a {
@ -319,8 +338,8 @@ div#bebopTabbedPane span.taskssections.current:before {
/*------Bebop ContextBar----- */ /*------Bebop ContextBar----- */
div#cmsBreadcrumbs { div#cmsBreadcrumbs {
height: 40px; height: 25px;
line-height: 40px; line-height: 25px;
font-size: 0.6em; font-size: 0.6em;
} }
@ -1407,7 +1426,7 @@ input#draft_search:active {
background-color: #ffffff; background-color: #ffffff;
} }
#left li span:before{ #left li > span:before{
content: '\270D'; content: '\270D';
font-size: 20pt; font-size: 20pt;
} }

View File

@ -258,7 +258,11 @@
<xsl:attribute name="content"> <xsl:attribute name="content">
<xsl:value-of select="../following-sibling::bebop:cell/*/@hint"/> <xsl:value-of select="../following-sibling::bebop:cell/*/@hint"/>
</xsl:attribute> </xsl:attribute>
(?) <xsl:call-template name="mandalay:getSetting">
<xsl:with-param name="module" select="'bebop'"/>
<xsl:with-param name="setting" select="'hintSymbol'"/>
<xsl:with-param name="default" select="'(?)'"/>
</xsl:call-template>
</span> </span>
</xsl:if> </xsl:if>
</xsl:template> </xsl:template>

View File

@ -51,7 +51,7 @@
<useLogoutLink/> <useLogoutLink/>
</showCMSGlobalNavigation> </showCMSGlobalNavigation>
</div> </div>
<showTabbedPane class="minWidth"/>
</div> </div>
</div> </div>
<div id="cmsBreadcrumbs" class="minWidth"> <div id="cmsBreadcrumbs" class="minWidth">
@ -59,6 +59,9 @@
<separator> > </separator> <separator> > </separator>
</showBebopContextBar> </showBebopContextBar>
</div> </div>
<div id="tabs">
<showTabbedPane class="minWidth"/>
</div>
<div id="cmsContent" class="minWidth headerHeight"> <div id="cmsContent" class="minWidth headerHeight">
<div id="left"> <div id="left">
<div class="columnHead"> <div class="columnHead">

View File

@ -24,6 +24,7 @@
<setting id="padding/showPadding">false</setting> <setting id="padding/showPadding">false</setting>
<setting id="padding/borderColor">cccccc</setting> <setting id="padding/borderColor">cccccc</setting>
<!--<setting id="hintSymbol">&#x2753;</setting>-->
<setting id="hintSymbol">(?)</setting> <setting id="hintSymbol">(?)</setting>
<setting id="table/setImage/checkboxChecked">/images/bebop/checkBoxChecked.gif</setting> <setting id="table/setImage/checkboxChecked">/images/bebop/checkBoxChecked.gif</setting>