Style lastupdated better in mobile view
This commit is contained in:
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user