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

Commit

Permalink
Style changes to project page and link buttons (on hover).
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Munoz committed Aug 14, 2012
1 parent 962cb12 commit be05723
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
6 changes: 4 additions & 2 deletions zanata-war/src/main/webapp/project/project.xhtml
Expand Up @@ -16,8 +16,10 @@
<ui:define name="center_content">
<s:decorate id="main_content">

<s:formattedText id="project-home-content" value="#{projectHome.instance.homeContent}"/>
<s:formattedText value="#{projectHome.instance.description}" rendered="#{empty projectHome.instance.homeContent}"/>
<div class="project_home_content">
<s:formattedText id="project-home-content" value="#{projectHome.instance.homeContent}"/>
<s:formattedText value="#{projectHome.instance.description}" rendered="#{empty projectHome.instance.homeContent}"/>
</div>

<div class="iterations">
<rich:dataGrid id="activeIterations" columns="5"
Expand Down
21 changes: 16 additions & 5 deletions zanata-war/src/main/webapp/stylesheet/zanata.css
Expand Up @@ -305,8 +305,7 @@ a.action_link {

a.action_link:hover, a.button:hover {
background-color: #FFFFFF;
border:1px solid #990000;
color:#990000;
box-shadow: 0 0 3px #7092C3 inset;
}

.hightlight_button:hover {
Expand Down Expand Up @@ -865,6 +864,16 @@ input[type="text"].loginForm_input, input[type="password"].loginForm_input {
}
/* ----------------------- End Language Administration CSS -------------------------*/

/* ----------------------- Project CSS -------------------------*/
.project_home_content {
border-top: 1px dotted #6D6D6D;
border-bottom: 1px dotted #6D6D6D;
background-color: #eeeeee;
padding: 0px 10px 0px 10px;
margin-bottom: 10px;
}
/* ----------------------- End Project CSS -------------------------*/

/* ----------------------- Project iteration CSS -------------------------*/

.iterations table {
Expand All @@ -891,8 +900,10 @@ input[type="text"].loginForm_input, input[type="password"].loginForm_input {
}

.version_link_div:hover {
border:1px solid #990000;
background-color: #F3F2F2;
/*border:1px solid #990000;
background-color: #F3F2F2;*/
background-color: #FFFFFF;
box-shadow: 0 0 3px #7092C3 inset;
}

.version_link_div .version_title {
Expand Down Expand Up @@ -920,7 +931,7 @@ a.version_link {
}

a.version_link:hover {
color: #990000;
/*color: #990000;*/
}

.list_view_header {
Expand Down

0 comments on commit be05723

Please sign in to comment.