- foundry-base is not the default theme
- Changed background-color in the Content Centre the #fff, and the color to #000 git-svn-id: https://svn.libreccm.org/ccm/trunk@3083 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
e0c1bebdd3
commit
a2d007d41b
|
|
@ -36,7 +36,7 @@
|
|||
version="2.0">
|
||||
|
||||
<!-- Import the Foundry main templates all other things are defined there -->
|
||||
<xsl:import href="../../foundry/start.xsl"/>
|
||||
<xsl:import href="/themes/foundry/start.xsl"/>
|
||||
|
||||
<!-- Import custom extensions -->
|
||||
<xsl:import href="user/user.xsl"/>
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@
|
|||
|
||||
<xsl:choose>
|
||||
<xsl:when test="$template-map/content-item[@oid = $oid]">
|
||||
|
||||
<xsl:message>
|
||||
<xsl:value-of select="foundry:message-info('Found template for this special item.')"/>
|
||||
</xsl:message>
|
||||
|
|
|
|||
|
|
@ -551,7 +551,7 @@ div#left div.column-content{
|
|||
div#right{
|
||||
width: 75%;
|
||||
margin: 0;
|
||||
background-color: #f2f0ff;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
div#right div.column-head {
|
||||
|
|
@ -1548,7 +1548,7 @@ input#draft_search:active {
|
|||
border: 0 !important;
|
||||
padding: 0 !important;
|
||||
min-height: inherit;
|
||||
color: #4a4a4a;
|
||||
color: #000;
|
||||
background-color: inherit;
|
||||
line-height: 1.75em;
|
||||
font-family: 'DejaVuSansMono',Verdana, Helvetica, Arial, sans-serif;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,11 @@ http://::host::/::webapp::/themes/::themedir::/::theme::/start.xsl
|
|||
|
||||
# Theme with single entry point (e.g Mandalay) unmanaged default
|
||||
#http://::host::/resource/::webapp::/themes/mandalay/start.xsl
|
||||
http://::host::/::webapp::/themes/mandalay/start.xsl
|
||||
#http://::host::/::webapp::/themes/mandalay/start.xsl
|
||||
|
||||
# Theme with single entry point (e.g Mandalay) unmanaged default
|
||||
#http://::host::/resource/::webapp::/themes/mandalay/start.xsl
|
||||
http://::host::/::webapp::/themes/foundry-base/start.xsl
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue