From 5abe1b0aea51e36e55674db5794d51617bab49c8 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 27 Feb 2019 14:25:09 +0800 Subject: [PATCH] Update site.css --- route/static/css/site.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/route/static/css/site.css b/route/static/css/site.css index 5383bd3c2..4f108d932 100755 --- a/route/static/css/site.css +++ b/route/static/css/site.css @@ -1083,10 +1083,11 @@ html .menu .menu_exit:hover { .dataTables_paginate { display: block; height: 30px; - margin-bottom: 10px; - margin-top: 15px; + margin-bottom: 0px; + margin-top: 0px; position:relative; } + #filePage{ margin-bottom: 10px; } @@ -1100,10 +1101,11 @@ html .menu .menu_exit:hover { border-top: none; margin: 0; } -.site_type{ + +.site_type { height: 30px; line-height: 30px; - bottom: 8px; + bottom: -9px; position: absolute; } @@ -1120,6 +1122,7 @@ html .menu .menu_exit:hover { border-right: none; /* border: 1px solid #ececec; */ } + .site_type select{ border-radius: 0px; }