From 347b9a7ba86016a12c0b0c05b6edd24f0d381bda Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 4 Jul 2021 14:41:47 +0200 Subject: Move ID into heading element and remove brackets --- theme/admin/html/category/item.php | 6 ++++-- theme/admin/html/page/item.php | 6 ++++-- theme/admin/html/post/item.php | 6 ++++-- theme/admin/html/user/item.php | 6 ++++-- theme/admin/rsrc/css/main.css | 2 ++ theme/admin/rsrc/css/main.scss | 2 ++ 6 files changed, 20 insertions(+), 8 deletions(-) (limited to 'theme') diff --git a/theme/admin/html/category/item.php b/theme/admin/html/category/item.php index 05212e7..f8e7223 100644 --- a/theme/admin/html/category/item.php +++ b/theme/admin/html/category/item.php @@ -1,8 +1,10 @@
-

+

+ + # +

- # text('posts')?>: text('categories')?>: diff --git a/theme/admin/html/page/item.php b/theme/admin/html/page/item.php index c61984c..267416a 100644 --- a/theme/admin/html/page/item.php +++ b/theme/admin/html/page/item.php @@ -1,8 +1,10 @@
-

+

+ + # +

- # " title="text('update_user')?>">
diff --git a/theme/admin/html/post/item.php b/theme/admin/html/post/item.php index 41991d5..330e682 100644 --- a/theme/admin/html/post/item.php +++ b/theme/admin/html/post/item.php @@ -1,8 +1,10 @@
-

+

+ + # +

- # " title="text('update_user')?>"> " title="text('update_category')?>"> diff --git a/theme/admin/html/user/item.php b/theme/admin/html/user/item.php index ae16637..80edd3b 100644 --- a/theme/admin/html/user/item.php +++ b/theme/admin/html/user/item.php @@ -1,8 +1,10 @@
-

+

+ + # +

- #
diff --git a/theme/admin/rsrc/css/main.css b/theme/admin/rsrc/css/main.css index d227c31..63c9dd0 100644 --- a/theme/admin/rsrc/css/main.css +++ b/theme/admin/rsrc/css/main.css @@ -454,6 +454,8 @@ table, td { .item-id { float: right; color: #666; + font-size: 0.7rem; + font-weight: normal; } .item-image { float: left; diff --git a/theme/admin/rsrc/css/main.scss b/theme/admin/rsrc/css/main.scss index 9eff371..e8944ea 100644 --- a/theme/admin/rsrc/css/main.scss +++ b/theme/admin/rsrc/css/main.scss @@ -503,6 +503,8 @@ table, td { &-id { float: right; color: #666; + font-size: 0.7rem; + font-weight: normal; } &-image { -- cgit v1.2.3