From 79795dfaacf2d3e0c9a2862b10a2a7962eabc3b0 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sat, 29 Oct 2016 12:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA=E8=8F=9C=E5=8D=95=E9=80=89=E6=8B=A9=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E9=A1=B5=E9=9D=A2=E5=8F=B3=E4=BE=A7=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E8=87=AA=E9=80=82=E5=BA=94=E8=83=BD?= =?UTF-8?q?=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/fa.css | 9 +++++++-- Bootstrap.Admin/Content/css/site-responsive.css | 8 ++++++++ Bootstrap.Admin/Views/Shared/IconView.cshtml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Bootstrap.Admin/Content/css/fa.css b/Bootstrap.Admin/Content/css/fa.css index 64cec1fe..5b039542 100644 --- a/Bootstrap.Admin/Content/css/fa.css +++ b/Bootstrap.Admin/Content/css/fa.css @@ -14,12 +14,17 @@ padding-right: 6px; } +.icon-body { + margin-right: 160px; +} + .fb-timeliner { position: fixed; + top: 80px; right: 40px; - height:70%; width: 150px; - overflow-y:auto; + bottom: 100px; + overflow-y: auto; } .fb-timeliner ul { diff --git a/Bootstrap.Admin/Content/css/site-responsive.css b/Bootstrap.Admin/Content/css/site-responsive.css index 85473741..f8b9e8a0 100644 --- a/Bootstrap.Admin/Content/css/site-responsive.css +++ b/Bootstrap.Admin/Content/css/site-responsive.css @@ -63,6 +63,14 @@ .logo { display: none; } + + .fb-timeliner { + display: none; + } + + .icon-body { + margin-right: 0 !important; + } } @media (max-width: 480px) { diff --git a/Bootstrap.Admin/Views/Shared/IconView.cshtml b/Bootstrap.Admin/Views/Shared/IconView.cshtml index 8c23ce1d..adffbebd 100644 --- a/Bootstrap.Admin/Views/Shared/IconView.cshtml +++ b/Bootstrap.Admin/Views/Shared/IconView.cshtml @@ -5,7 +5,7 @@