summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-02-27 08:44:52 +0100
committerYorhel <git@yorhel.nl>2020-02-27 12:11:06 +0100
commit7dc48dbf20d5b27a22a431b621d639608841ce73 (patch)
tree6283a10345ab2c42ac49e9b1f8a33ae5311b553f /data
parent63c2f525b8e600c3577ce46587137a61635bdf27 (diff)
v2rw/RelEdit: Add external links editor
Seems to be working pretty well. It's not as discoverable as the old form, but it's much easier to work with (just paste the URL), it provides better feedback and looks a lot less messy. The code is also nicely DRY. It has some complexity, but less than what I had anticipated. Adding new links or allowing multiple links for a single site should be much easier now. This is the edit form I was referring to back in 06bacb61526f3945520dd344821d2aa7b85a5f43
Diffstat (limited to 'data')
-rw-r--r--data/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index 09f8d92c..dca3d6d1 100644
--- a/data/style.css
+++ b/data/style.css
@@ -220,6 +220,9 @@ fieldset.submit .textpreview { margin: 0 auto }
.stealth input:hover, .stealth input:focus,
.stealth select:hover, .stealth select:focus { border: 1px solid $secborder$; background: $secbg$ }
+table.formtable .elm_extlinks td { padding-right: 15px }
+.elm_extlinks table { margin-bottom: 5px }
+
/***** menu *****/