diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index ef030877..da1e1968 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -138,11 +138,10 @@ div#content .lastupdated { background-color: #ffffdd; border-radius: 0 0 5px 5px; padding: 2px 4px; - position: absolute; - right: 10%; + position: relative; + left: 8%; text-align: right; - top: 0; - width: 200px; + width: 80%; } /** @@ -151,7 +150,7 @@ div#content .lastupdated { div#content .inner { width:auto; margin: 0 5%; - padding: 4em 5%; + padding: 0 5%; position:relative; background: rgba(171, 204, 113, 0.6); border-top:2px solid #abcc71; diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css index 7859031f..1ef6751a 100644 --- a/i2p2www/static/styles/duck/desktop.css +++ b/i2p2www/static/styles/duck/desktop.css @@ -254,9 +254,7 @@ div#content .main { } div#content .lastupdated { - background-color: #ffffdd; - border-radius: 0 0 5px 5px; - padding: 2px 4px; + left: auto; position: absolute; right: 10%; text-align: right;