diff --git a/upload/static/image/admincp/admincppage.css b/upload/static/image/admincp/admincppage.css index 3e01d2e270176e560e86c11d38efc1356f2d21c9..448055b9ced60b475c69bf2ca602556a0f9d9211 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; }