Commit 2809fb66ee60423e8f63d5d0492c3ca54028bbbd

Authored by Nathan Broadbent
1 parent 8eaecc54
Exists in master and in 1 other branch production

Tweaked styles for header

Showing 1 changed file with 14 additions and 6 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -89,6 +89,10 @@ a.action { float: right; font-size: 0.9em;}
89 89 padding: 0 14px;
90 90 line-height: 30px;
91 91 }
  92 +#header #session-links #sign-out {
  93 + background: transparent url(images/icons/bullet-red-sm.png) 12px 50% no-repeat;
  94 + padding-left: 29px;
  95 +}
92 96 #header #session-links a:hover {
93 97 text-decoration: none;
94 98 }
... ... @@ -101,10 +105,10 @@ a.action { float: right; font-size: 0.9em;}
101 105 }
102 106 #nav-bar li {
103 107 float: left;
104   - height: 38px;
  108 + height: 34px;
105 109 margin-right: 12px;
106 110 color: #666;
107   - background: #FFF url(images/button-bg.png) 0 bottom repeat-x;
  111 + background: #FFF url(images/button-bg.png) 0 -2px repeat-x;
108 112 border-top-left-radius: 12px;
109 113 border-top-right-radius: 12px;
110 114 -moz-border-top-left-radius: 12px;
... ... @@ -117,9 +121,13 @@ a.action { float: right; font-size: 0.9em;}
117 121 color: #666;
118 122 display: block;
119 123 padding: 0 20px 0 40px;
120   - font-size: 14px; font-weight: bold; line-height: 39px; text-decoration: none;
121   - text-shadow: 1px 1px 0px #FFF; -webkit-text-shadow: 1px 1px 0px #FFF;
122   - background: transparent 10px 8px no-repeat;
  124 + font-size: 14px;
  125 + font-weight: bold;
  126 + line-height: 37px;
  127 + text-decoration: none;
  128 + text-shadow: 1px 1px 0px #FFF;
  129 + -webkit-text-shadow: 1px 1px 0px #FFF;
  130 + background: transparent 10px 6px no-repeat;
123 131 }
124 132 #nav-bar li a:hover { color: #666;}
125 133 #nav-bar li.apps a { background-image: url(images/icons/briefcase.png); }
... ... @@ -136,7 +144,7 @@ a.action { float: right; font-size: 0.9em;}
136 144 background-image: none;
137 145 border-width:1px 1px 0;
138 146 margin-bottom:-2px;
139   - height:40px;
  147 + height: 37px;
140 148 }
141 149  
142 150 /* Content Wrapper */
... ...