correct user page action button alignment on mobile

This commit is contained in:
Jeff Atwood 2014-11-13 23:41:17 -08:00
parent 313c41aadb
commit 6a40501cb3
2 changed files with 4 additions and 2 deletions

View File

@ -323,6 +323,7 @@
.controls {
padding: 0 0 12px 0;
float: right;
text-align: right;
width: 180px;
ul {list-style-type: none;}
a {

View File

@ -342,8 +342,9 @@
}
.controls {
width: 55%;
float:right;
width: 160px;
float: right;
text-align: right;
ul {
list-style-type: none;
margin: 0;