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-94f89814c4dfmaster
parent
96770a673d
commit
a63b3df832
|
|
@ -389,7 +389,7 @@ public class DomainObjectPropertySheet extends PropertySheet {
|
|||
public DefaultAttributeFormatter() {
|
||||
m_default = new GlobalizedMessage(
|
||||
"toolbox.ui.na",
|
||||
"com.arsdigita.toolbox.ui.ToolboxResources");
|
||||
"com.arsdigita.toolbox.ToolboxResources");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -99,20 +99,20 @@ table.htmlarea td.toolbarElement {
|
|||
}
|
||||
|
||||
#cmsPage .minWidth {
|
||||
margin: 0 3.5%;
|
||||
margin: 0 10px;
|
||||
min-width: 1000px;
|
||||
}
|
||||
|
||||
#cmsPage .headerHeight {
|
||||
height: 70px;
|
||||
top: 70px;
|
||||
top: 62px;
|
||||
}
|
||||
|
||||
/*-----CMS Header-----*/
|
||||
#cmsHeader {
|
||||
position: relative;
|
||||
top: auto !important;
|
||||
padding-bottom: 35px;
|
||||
padding-bottom: 6px;
|
||||
color: #ffffff;
|
||||
background-color:#56a1bd;
|
||||
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???*/
|
||||
div#cmsHeader div.cmsHeaderMenu,
|
||||
div#cmsHeader #userwidget {
|
||||
|
|
@ -175,7 +186,7 @@ div#cmsHeader h1 {
|
|||
clear: left;
|
||||
}
|
||||
/*----TabbedPane----*/
|
||||
div#bebopTabbedPane {
|
||||
/*div#bebopTabbedPane {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
|
@ -185,6 +196,14 @@ div#bebopTabbedPane {
|
|||
padding: 0.4em;
|
||||
font-size: 0.9em;
|
||||
overflow: hidden;
|
||||
}*/
|
||||
|
||||
div#tabs {
|
||||
height: 2em;
|
||||
line-height: 2.7em;
|
||||
padding: 0.4em;
|
||||
font-size: 0.8em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div#bebopTabbedPane a {
|
||||
|
|
@ -319,8 +338,8 @@ div#bebopTabbedPane span.taskssections.current:before {
|
|||
|
||||
/*------Bebop ContextBar----- */
|
||||
div#cmsBreadcrumbs {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
|
|
@ -1407,7 +1426,7 @@ input#draft_search:active {
|
|||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#left li span:before{
|
||||
#left li > span:before{
|
||||
content: '\270D';
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -258,7 +258,11 @@
|
|||
<xsl:attribute name="content">
|
||||
<xsl:value-of select="../following-sibling::bebop:cell/*/@hint"/>
|
||||
</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>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
<useLogoutLink/>
|
||||
</showCMSGlobalNavigation>
|
||||
</div>
|
||||
<showTabbedPane class="minWidth"/>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="cmsBreadcrumbs" class="minWidth">
|
||||
|
|
@ -59,6 +59,9 @@
|
|||
<separator> > </separator>
|
||||
</showBebopContextBar>
|
||||
</div>
|
||||
<div id="tabs">
|
||||
<showTabbedPane class="minWidth"/>
|
||||
</div>
|
||||
<div id="cmsContent" class="minWidth headerHeight">
|
||||
<div id="left">
|
||||
<div class="columnHead">
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
<setting id="padding/showPadding">false</setting>
|
||||
<setting id="padding/borderColor">cccccc</setting>
|
||||
|
||||
<!--<setting id="hintSymbol">❓</setting>-->
|
||||
<setting id="hintSymbol">(?)</setting>
|
||||
|
||||
<setting id="table/setImage/checkboxChecked">/images/bebop/checkBoxChecked.gif</setting>
|
||||
|
|
|
|||
Loading…
Reference in New Issue