diff --git a/view/css/admin_style.css b/view/css/admin_style.css index b41d99a..a965e8d 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -753,4 +753,29 @@ body{ color: #3D7FFF; line-height: 19px; margin-top: 2px; + } + .admin-tip-order-nums{ + display: inline-block; + background-color: rgba(242, 16, 25, 1); + border-radius: 6px 6px 6px 0px; + height: 15px; + line-height: 15px; + width: 30px; + text-align: center; + position: relative; + left: 10px; + box-sizing: border-box; + } + .admin-tip-order-nums span{ + display: inline-block; + height: 12px; + line-height: 12px; + width: 22px; + color: rgba(255, 255, 255, 1); + font-size: 12px; + font-family: DINAlternate-Bold; + text-align: left; + white-space: nowrap; + position: relative; + top: -1px; } \ No newline at end of file diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index f887467..b1720eb 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -1,7 +1,3 @@ -{literal} - -{/literal}