. First pass of a new style for the header area in the web-client UI

- Reclaims a large ammount of unused vertical space at the top of the application

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2474 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-02-23 10:13:05 +00:00
parent 5eba5c238a
commit 15ccee451c
62 changed files with 623 additions and 433 deletions

View File

@@ -94,12 +94,11 @@
<%-- Status and Actions inner contents table --%>
<%-- Generally this consists of an icon, textual summary and actions for the current object --%>
<table cellspacing="4" cellpadding="0" width="100%">
<tr valign="top">
<tr>
<td width="32">
<h:graphicImage id="wizard-logo" url="/images/icons/new_content_large.gif" />
</td>
<td>
<div class="mainSubTitle"><h:outputText value="#{NavigationBean.nodeProperties.name}" /></div>
<div class="mainTitle"><h:outputText value="#{CreateContentWizard.wizardTitle}" /></div>
<div class="mainSubText"><h:outputText value="#{CreateContentWizard.wizardDescription}" /></div>
</td>

View File

@@ -65,12 +65,11 @@
<%-- Status and Actions inner contents table --%>
<%-- Generally this consists of an icon, textual summary and actions for the current object --%>
<table cellspacing="4" cellpadding="0" width="100%">
<tr valign="top">
<tr>
<td width="32">
<h:graphicImage id="wizard-logo" url="/images/icons/new_content_large.gif" />
</td>
<td>
<div class="mainSubTitle"><h:outputText value="#{NavigationBean.nodeProperties.name}" /></div>
<div class="mainTitle"><h:outputText value="#{CreateContentWizard.wizardTitle}" /></div>
<div class="mainSubText"><h:outputText value="#{CreateContentWizard.wizardDescription}" /></div>
</td>

View File

@@ -65,12 +65,11 @@
<%-- Status and Actions inner contents table --%>
<%-- Generally this consists of an icon, textual summary and actions for the current object --%>
<table cellspacing="4" cellpadding="0" width="100%">
<tr valign="top">
<tr>
<td width="32">
<h:graphicImage id="wizard-logo" url="/images/icons/new_content_large.gif" />
</td>
<td>
<div class="mainSubTitle"><h:outputText value="#{NavigationBean.nodeProperties.name}" /></div>
<div class="mainTitle"><h:outputText value="#{CreateContentWizard.wizardTitle}" /></div>
<div class="mainSubText"><h:outputText value="#{CreateContentWizard.wizardDescription}" /></div>
</td>