From 9148ba35f6e2049849967fb8f95decadb0df60db Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Wed, 21 Dec 2016 21:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83GotoTop=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=AE=BD=E5=BA=A6=E4=B8=8D=E5=A4=9F?= =?UTF-8?q?=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=E6=8A=98=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/site.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Bootstrap.Admin/Content/css/site.css b/Bootstrap.Admin/Content/css/site.css index 6e27eee0..e8e958bd 100644 --- a/Bootstrap.Admin/Content/css/site.css +++ b/Bootstrap.Admin/Content/css/site.css @@ -60,32 +60,29 @@ a, a:hover, a:focus { margin-top: 15px; text-transform: uppercase; } +/*end title*/ .site-footer { background: #5b6e84; color: #fff; padding: 10px 4px; height: 40px; -} - -.site-footer { position: fixed; left: 0; bottom: 0; right: 0; z-index: 50; + white-space: nowrap; } -/*end title*/ - .go-top { - margin-right: 1%; - float: right; background: rgba(255,255,255,.5); width: 20px; height: 20px; border-radius: 50%; -webkit-border-radius: 50%; + position: absolute; + right: 10px; } .go-top:hover {