Make clickable area for progress much bigger on mobile

This commit is contained in:
Robin Ward 2013-10-07 14:41:17 -04:00
parent 75aaafc06e
commit 6949bc6611

View File

@ -11,7 +11,7 @@
.post-info a {color: #aaa;} .post-info a {color: #aaa;}
.topic-meta-data-inside { .topic-meta-data-inside {
float: right; float: right;
margin-top: -38px; margin-top: -38px;
margin-right: 5px; margin-right: 5px;
} }
@ -29,7 +29,7 @@ margin: 0 60px 10px 20px;
line-height: 1.7em; line-height: 1.7em;
h1 { h1 {
font-size: 1.5em; font-size: 1.5em;
margin:0; margin:0;
a.edit-topic {font-size: 15px;} a.edit-topic {font-size: 15px;}
@ -91,13 +91,17 @@ a.edit-topic {font-size: 15px;}
left: 4px; left: 4px;
border: 0; border: 0;
background: none; background: none;
color: #666; color: #666;
width: 60px;
text-align: left;
i { i {
font-size: 18px; font-size: 18px;
} }
&:nth-of-type(2) { &:nth-of-type(2) {
right: 4px; right: 4px;
left: auto; left: auto;
text-align: right;
} }