2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

clean up user page mobile styles

This commit is contained in:
Jeff Atwood 2014-10-31 12:21:55 -07:00
parent e822108d85
commit 28bd46d816

View file

@ -151,12 +151,11 @@
.user-navigation { .user-navigation {
width: 100%; width: 100%;
margin-right: 1.8018%;
margin-top: 20px; margin-top: 20px;
h3 { h3 {
color: $primary; color: $primary;
margin: 20px 0 10px 0; margin: 10px;
} }
} }
@ -241,7 +240,6 @@
.btn { padding: 3px 12px; } .btn { padding: 3px 12px; }
dl dd { dl dd {
display: inline;
margin: 0 15px 0 5px; margin: 0 15px 0 5px;
padding: 0; padding: 0;
} }
@ -344,8 +342,7 @@
} }
.controls { .controls {
padding: 0 0 12px 0; width: 40%;
float: right;
ul {list-style-type: none;} ul {list-style-type: none;}
a { a {
padding: 5px 10px; padding: 5px 10px;
@ -355,7 +352,6 @@
.right { .right {
float: right; float: right;
margin-left: 5px;
} }
} }
} }
@ -411,6 +407,7 @@
.user-stream { .user-stream {
padding: 0 10px;
.end-of-stream { .end-of-stream {
width: auto; width: auto;
} }