From 33724076bb4921263cd0568a24c991f4420a71a6 Mon Sep 17 00:00:00 2001 From: Keith Carangelo Date: Mon, 29 Mar 2021 11:55:46 -0400 Subject: [PATCH] Merged to latest shaarli - 2021-03-29 --- addlink.html | 1 + css/shaarli.css | 21 ++++++++++++++------- editlink.batch.html | 8 ++++++-- editlink.html | 21 +++++++++++---------- includes.html | 2 +- pluginscontent.html | 13 +++++++++++++ sass/shaarli.scss | 19 +++++++++++++++++-- server.html | 16 ++++++++-------- 8 files changed, 71 insertions(+), 30 deletions(-) create mode 100644 pluginscontent.html diff --git a/addlink.html b/addlink.html index 3dbc611..503edc2 100644 --- a/addlink.html +++ b/addlink.html @@ -62,6 +62,7 @@

{"Shaare multiple new links"|t}

+ diff --git a/css/shaarli.css b/css/shaarli.css index dc8e6f5..0280722 100644 --- a/css/shaarli.css +++ b/css/shaarli.css @@ -4514,7 +4514,7 @@ h2.linklist-item-title { width: 100%; color: #252525; } -.pure-g .page-form .pure-button, .pure-g .page-form input[type="submit"], .pure-g .page-form button, .pure-g .page-form .button { +.pure-g .page-form .pure-button, .pure-g .page-form input[type="submit"], .pure-g .page-form button, .pure-g .page-form .button, .pure-button-shaarli { display: inline-block; position: relative; top: -1px; @@ -4530,9 +4530,9 @@ h2.linklist-item-title { border-radius: 5px; font-size: 1.2em; font-weight: normal; } - .pure-g .page-form .pure-button .fa, .pure-g .page-form input[type="submit"] .fa, .pure-g .page-form button .fa, .pure-g .page-form .button .fa { + .pure-g .page-form .pure-button .fa, .pure-g .page-form input[type="submit"] .fa, .pure-g .page-form button .fa, .pure-g .page-form .button .fa, .pure-button-shaarli .fa { font-size: 20px; } - .pure-g .page-form .pure-button:hover, .pure-g .page-form input:hover[type="submit"], .pure-g .page-form button:hover, .pure-g .page-form .button:hover { + .pure-g .page-form .pure-button:hover, .pure-g .page-form input:hover[type="submit"], .pure-g .page-form button:hover, .pure-g .page-form .button:hover, .pure-button-shaarli:hover { background-color: var(--dark-main-color); } .pure-g .page-form { @@ -4567,6 +4567,7 @@ h2.linklist-item-title { .pure-g .page-form input[type="password"]::-webkit-input-placeholder { color: #707070; } .pure-g .page-form textarea { + line-height: 1.5; padding: 15px 5px 3px 15px; min-height: 265px; resize: vertical; @@ -4642,7 +4643,7 @@ form[name='linkform'].page-form { color: #252525; } .edit-link-container { - margin-bottom: 300px; } + margin-bottom: 32px; } .edit-link-container .created-date { float: right; margin-top: -52px; @@ -5009,8 +5010,10 @@ form[name='linkform'].page-form { margin-left: 8px; } .linklist-item-infos { position: relative; - top: 4px; - right: -16px; } + top: 6px; + right: -16px; + display: flex; + justify-content: flex-end; } .linklist-filters { right: 8px; } .linklist-filters a { @@ -5059,7 +5062,11 @@ form[name='linkform'].page-form { border-bottom-style: none; } .timezone-continent::after { white-space: pre; - content: '\a\a'; } } + content: '\a\a'; } + .pure-g .server-tables table { + margin: 16px -6px; + width: auto; + font-size: 12px; } } @media print { .shaarli-menu { diff --git a/editlink.batch.html b/editlink.batch.html index b1f8e5b..5ed1353 100644 --- a/editlink.batch.html +++ b/editlink.batch.html @@ -15,18 +15,22 @@ {include="page.header"} -

+
+
{loop="$links"} + {$batchId=$key} {include="editlink"} {/loop} -
+
+
+ {include="page.footer"} {if="$async_metadata"}{/if} diff --git a/editlink.html b/editlink.html index 7ca885c..cd0bced 100644 --- a/editlink.html +++ b/editlink.html @@ -1,3 +1,4 @@ +{$batchId=isset($batchId) ? $batchId : ''} {if="empty($batch_mode)"} @@ -10,7 +11,7 @@ {ignore}Lil hack: when included in a loop in batch mode, `$value` is assigned by RainTPL with template vars.{/ignore} {function="extract($value) ? '' : ''"} {/if} -