Style lastupdated better in mobile view

This commit is contained in:
str4d
2013-06-09 22:38:38 +00:00
parent 108a27d7ac
commit c6adccacad
2 changed files with 5 additions and 8 deletions

View File

@ -138,11 +138,10 @@ div#content .lastupdated {
background-color: #ffffdd; background-color: #ffffdd;
border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
padding: 2px 4px; padding: 2px 4px;
position: absolute; position: relative;
right: 10%; left: 8%;
text-align: right; text-align: right;
top: 0; width: 80%;
width: 200px;
} }
/** /**
@ -151,7 +150,7 @@ div#content .lastupdated {
div#content .inner { div#content .inner {
width:auto; width:auto;
margin: 0 5%; margin: 0 5%;
padding: 4em 5%; padding: 0 5%;
position:relative; position:relative;
background: rgba(171, 204, 113, 0.6); background: rgba(171, 204, 113, 0.6);
border-top:2px solid #abcc71; border-top:2px solid #abcc71;

View File

@ -254,9 +254,7 @@ div#content .main {
} }
div#content .lastupdated { div#content .lastupdated {
background-color: #ffffdd; left: auto;
border-radius: 0 0 5px 5px;
padding: 2px 4px;
position: absolute; position: absolute;
right: 10%; right: 10%;
text-align: right; text-align: right;