Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Redesign light color footer
  • Loading branch information
Alex Eng committed Aug 6, 2012
1 parent b029500 commit d75a37b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
7 changes: 2 additions & 5 deletions zanata-war/src/main/resources/messages.properties
Expand Up @@ -124,8 +124,7 @@ jsf.Cancel=Cancel
jsf.ChangePassword=Change Password
jsf.ChangeYourGravatar=Change your avatar at gravatar.com
jsf.Close=Close
jsf.Copyright=Copyright
jsf.CopyrightYearInfo=2008-11
jsf.CopyrightYearInfo=2008-12
jsf.ConfigFile=Config file
jsf.Configuration=Configuration
jsf.ConfigurationForZanataini=Configuration [zanata.ini]
Expand Down Expand Up @@ -411,8 +410,6 @@ jsf.OverallStatistics=Overall Statistics
jsf.OnlyShowingFirstPagesizeResults=Only showing first #{projectSearch.pageSize} results.
jsf.Password=Password
jsf.PleaseContactAdministrationToGetRegistrationLink=Please contact administration to get registration link.
jsf.PoweredBy=Powered by
jsf.project.EditHomePage.label=Edit Page Code
jsf.project.EditHomePage.tooltip=Edit the Project's home page code as persisted. Useful when the home page cannot be edited via the project edit page.
jsf.project.ViewIteration=View >>
Expand Down Expand Up @@ -445,7 +442,7 @@ jsf.ReadOnlyVersions=Read-only versions
jsf.Role=Role
jsf.RoleDetails=Role Details
jsf.RoleManager=Role Manager
jsf.RunningVersionInfo=Zanata version #{applicationConfiguration.version} (#{applicationConfiguration.buildTimestamp}).
jsf.RunningVersionInfo=version #{applicationConfiguration.version} (#{applicationConfiguration.buildTimestamp}).
jsf.Save=Save
jsf.Search=Search
jsf.SearchProjects=Search Projects
Expand Down
6 changes: 2 additions & 4 deletions zanata-war/src/main/webapp/WEB-INF/layout/template.xhtml
Expand Up @@ -158,10 +158,8 @@

<div class="footer">
<div>
#{messages['jsf.Copyright']} #{messages['jsf.CopyrightYearInfo']}
<a href="http://www.redhat.com/">#{messages['jsf.ManufacturerInfo']}</a> #{messages['jsf.AndOthers']}.
#{messages['jsf.PoweredBy']} <a href="http://zanata.org/">#{messages['jsf.Zanata']}</a>.
<br/>#{messages['jsf.RunningVersionInfo']}
<br/><a href="http://zanata.org/">#{messages['jsf.Zanata']}</a> #{messages['jsf.RunningVersionInfo']}
&#169; #{messages['jsf.CopyrightYearInfo']} <a href="http://www.redhat.com/">#{messages['jsf.ManufacturerInfo']}</a> #{messages['jsf.AndOthers']}
</div>

<div id="localeSelector">
Expand Down
19 changes: 9 additions & 10 deletions zanata-war/src/main/webapp/stylesheet/zanata.css
Expand Up @@ -426,30 +426,32 @@ a.readonly_link,a.readonly_link:visited,a.readonly_link:link {
{
width: 100%;
height: 34px;
background: -webkit-linear-gradient(top, #1A2D45 0%, #354F71 100%);
background: -moz-linear-gradient(top, #1A2D45 0%, #354F71 100%);
background: -o-linear-gradient(top, #1A2D45 0%, #354F71 100%);
background: -ms-linear-gradient(top, #1A2D45 0%,#354F71 100%);
background: #DDD;
position:fixed;
bottom:0px;
color:#D3D3D3;
color:#808080;
text-align:center;
font-weight:bold;
font-size:13px;
padding:3px;

}

.footer a
{
color:#D3D3D3;
color:#C35817;
font-weight:bold;
text-decoration:none;
}

.footer a:hover
{
color:white;
color:#FBB117;
}

.footer #localeSelector {
float: right;
padding-top:7px;
}

.footer div
Expand Down Expand Up @@ -1040,7 +1042,4 @@ a.admin_link:hover {

.iteration_inline_tribes {

}

.footer {
}

0 comments on commit d75a37b

Please sign in to comment.