Skip to content

Commit

Permalink
expand clickable area to button outlines (errbit#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahBrown authored and stevecrozz committed Mar 8, 2017
1 parent ced51fa commit 3e3a7c3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/assets/stylesheets/errbit.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ a.action { float: right; font-size: 0.9em;}
color: #ccc;
padding: 0 14px;
line-height: 30px;
height: 30px;
display: inline-block;
}
#header #session-links #sign-out i {
color: #cc0033;
Expand Down Expand Up @@ -143,6 +145,8 @@ a.action { float: right; font-size: 0.9em;}
font-size: 14px;
font-weight: bold;
line-height: 37px;
height: 37px;
display: inline-block;
text-decoration: none;
text-shadow: 1px 1px 0px #FFF;
-webkit-text-shadow: 1px 1px 0px #FFF;
Expand Down Expand Up @@ -216,7 +220,12 @@ a.action { float: right; font-size: 0.9em;}
#action-bar span a {
color: #666;
padding: 0 20px;
font-size: 14px; font-weight: bold; line-height: 39px; text-decoration: none;
font-size: 14px;
font-weight: bold;
line-height: 39px;
height: 39px;
display: inline-block;
text-decoration: none;
text-shadow: 1px 1px 0px #FFF; -webkit-text-shadow: 1px 1px 0px #FFF;
background: transparent 10px 8px no-repeat;
}
Expand Down

0 comments on commit 3e3a7c3

Please sign in to comment.