You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2012/02/22 22:39:03 UTC

svn commit: r1292525 - /incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css

Author: mfranklin
Date: Wed Feb 22 21:39:02 2012
New Revision: 1292525

URL: http://svn.apache.org/viewvc?rev=1292525&view=rev
Log:
Updated header with more readable styles (SUPPORTS RAVE-480)

Modified:
    incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css

Modified: incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css?rev=1292525&r1=1292524&r2=1292525&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css (original)
+++ incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css Wed Feb 22 21:39:02 2012
@@ -39,6 +39,10 @@ header, nav, article, section, footer {
     padding: 0;
 }
 
+header {
+    line-height: 3em;
+}
+
 ul, ol, table, p {
     margin: 0;
     padding: 0;
@@ -144,6 +148,8 @@ header img {
 header a, header a:visited {
     color: #F2F2F2;
     text-decoration: none;
+    padding: 2px;
+    font-weight: bold;
 }
 
 header a:hover {
@@ -153,14 +159,13 @@ header a:hover {
 }
 
 header h1 {
-    text-align: center;
     text-transform: none;
     font-size: 1.5em;
     font-weight: bold;
     margin: 0 auto;
-    padding: 0;
+    padding: 0 0 0 15px;
     vertical-align: middle;
-    width: 80%;
+    width: 100%;
     color: #F2F2F2;
 }
 
@@ -170,7 +175,8 @@ header h1 {
 
 .topnav {
     float: right;
-    margin-right: 2%;
+    margin-right: 15px;
+    font-size: 1.1em;
 }
 
 /* content */
@@ -785,6 +791,7 @@ span.error, label.error {
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#D7D7D3", endColorstr = "#EBEBEB");
     background: -moz-linear-gradient(center top, #D7D7D3 0%, #EBEBEB 50%) repeat scroll 0 0 transparent;
     background: -webkit-gradient(linear, left top, left bottom, from(#D7D7D3), to(#EBEBEB));
+    font-size: 1.1em;
 }
 
 .pageContent-mobile {