Skip to content

Commit

Permalink
fixed overflow of email address
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthaleen committed Jan 2, 2015
1 parent 26ffbf3 commit ad996d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demail/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,24 +273,28 @@ div.bootstrap-growl >span.close {

#radial-wrap {
margin: 0;
text-align: center;
}

#radial-wrap .email_addr {
font: 12px Verdana, sans-serif;
margin: 0 auto;
text-align: center;
display: inline-block;
}

#radial-wrap .email_addr a {
margin: 3px;
opacity: 1;
border-radius: 12px;
padding: 2px 6px;
}

.ctrl {
position: absolute;
top: 50%; left: 50%;
font: 1.5em/1.13 Verdana, sans-serif;
transition: .3s;
transition: .2s;
}

/* generic link styles */
Expand Down

0 comments on commit ad996d3

Please sign in to comment.