From 29ead287180d2bc21cc5a5e70298827e1970aee3 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 2 Nov 2017 23:55:29 +0100 Subject: A new action link has been added to the item overview pages and the CSS was optimized to give them a new look. --- template/admin/html/page/index.php | 11 ++++++----- template/admin/html/post/index.php | 11 ++++++----- template/admin/html/user/index.php | 10 +++++----- template/admin/rsrc/main.css | 15 ++++++++++++++- 4 files changed, 31 insertions(+), 16 deletions(-) diff --git a/template/admin/html/page/index.php b/template/admin/html/page/index.php index 1027996..7067c40 100644 --- a/template/admin/html/page/index.php +++ b/template/admin/html/page/index.php @@ -1,8 +1,9 @@ -

- text('page_overview')?> - ">text('insert')?> -

-

text('overview_page_desc')?>

+

text('page_overview')?>

+

text('overview_page_desc')?>

+
diff --git a/template/admin/html/post/index.php b/template/admin/html/post/index.php index 1ae8471..f884b05 100644 --- a/template/admin/html/post/index.php +++ b/template/admin/html/post/index.php @@ -1,8 +1,9 @@ -

- text('post_overview')?> - ">text('insert')?> -

-

text('overview_post_desc')?>

+

text('post_overview')?>

+

text('overview_post_desc')?>

+
diff --git a/template/admin/html/user/index.php b/template/admin/html/user/index.php index e1e24ef..aae8ee8 100644 --- a/template/admin/html/user/index.php +++ b/template/admin/html/user/index.php @@ -1,8 +1,8 @@ -

- text('user_overview')?> - ">text('insert')?> -

-

text('overview_user_desc')?>

+

text('user_overview')?>

+

text('overview_user_desc')?>

+
diff --git a/template/admin/rsrc/main.css b/template/admin/rsrc/main.css index 10dd7f8..ce56474 100644 --- a/template/admin/rsrc/main.css +++ b/template/admin/rsrc/main.css @@ -21,7 +21,6 @@ h1 .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa{margin-right:0.25rem;} /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* Headings /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -h1 > a{float:right;font-size:0.7rem;font-weight:normal;} h1,h2,h3,h4,h5,h6{margin:0;text-transform:uppercase;} h1{font-size:0.80rem;}h2{font-size:0.70rem;} h3{font-size:0.65rem;}h4{font-size:0.60rem;} @@ -96,6 +95,15 @@ body{font-family:Ruda,sans-serif;font-size:0.7rem;line-height:1.2rem;} #site-navi a{padding:0 0.5rem;text-decoration:none;color:inherit;display:inline-block;} #site-navi a:hover,#site-navi a:focus{background:#CCC;} +/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ +/* Actions +/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ +.actions{margin:0 0 0.5rem 0;padding:0;list-style:none;font-size:0.6rem;float:right;text-align:center;} +.actions .fa{margin-right:0.1rem;} +.actions li{display:inline-block;font-weight:bold;background:#EEE;border:0.05rem solid #AAA;} +.actions a{color:inherit;display:block;padding:0 0.25rem;} +.actions-before{float:left;} + /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ /* Elements /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ @@ -283,6 +291,11 @@ label:after{content:":";} #main-navi a{padding:0.5rem;} .flex-emoticons{display:none;} + + .actions{float:none;display:flex;width:100%;flex-grow:1;justify-content:center;overflow:hidden;box-sizing:border-box;} + .actions li{flex-grow:1;} + .actions li + li{border-left:none;} + .actions-before{float:none;} } /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -- cgit v1.2.3