From b3c98a9af3030816e49d67a8a6979ab74212703a Mon Sep 17 00:00:00 2001 From: DiscuzX <153619335@qq.com> Date: Wed, 26 Jul 2023 15:34:51 +0000 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0CSS=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DiscuzX <153619335@qq.com> --- upload/static/image/admincp/admincppage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upload/static/image/admincp/admincppage.css b/upload/static/image/admincp/admincppage.css index 3e01d2e27..448055b9c 100644 --- a/upload/static/image/admincp/admincppage.css +++ b/upload/static/image/admincp/admincppage.css @@ -269,7 +269,7 @@ textarea {font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; .lastnode, .lastboard{ padding-left:55px; background:url(bg_repno.gif) no-repeat -240px -600px; } .childboard{ padding-left:110px; background:url(bg_repno.gif) no-repeat -185px -550px; } .lastchildboard{ padding-left:110px; background:url(bg_repno.gif) no-repeat -185px -600px; } - .boardattr{ position:absolute; left:450px; width: 45px; margin-top:-24px !important; color:#999; } + .boardattr{ position:absolute; left:470px; width: 45px; margin-top:-22px !important; color:#999; } /* pick window */ .colorwd{ float:left; width:40px; height:30px; border-color:#ccc #666 #666 #ccc; } @@ -339,7 +339,7 @@ textarea {font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; /* link */ .addtr{ padding-left:17px; line-height:25px; background:url(bg_repno.gif) no-repeat 0 1px; *background:url(bg_repno.gif) no-repeat 0 0; color:#F60; } .act{ margin:0 5px; text-decoration:underline; } -.addchildboard, .deleterow { margin-right: 5px; padding-left:17px; line-height:25px; *line-height: 16px; background:url(bg_repno.gif) no-repeat 0 -596px; color:#FFF; zoom: 1; } +.addchildboard, .deleterow { margin-right: 5px; padding-left:17px; line-height:25px; *line-height: 16px; background:url(bg_repno.gif) no-repeat 0 -597px; color:#FFF; zoom: 1; } .deleterow { padding-left: 12px; background: url(close.gif) no-repeat 0 50%; } .addchildboard:hover, .deleterow:hover { text-decoration:none; color:#F60 !important; } .switch{ color:#09C; } -- Gitee