From 877e0570ea7eb94e9698aab9147104f5251f55c9 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 26 Apr 2020 18:34:59 +0200 Subject: add bookmarks to media --- assets/css/edit.css | 6 ++++++ assets/css/home.css | 21 +++++++-------------- 2 files changed, 13 insertions(+), 14 deletions(-) (limited to 'assets') diff --git a/assets/css/edit.css b/assets/css/edit.css index f43684c..c774434 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -406,6 +406,12 @@ span.cm-wkeyword { img.icon { height: 23px; } + + + span#shortcuts { + font-size: 23px; + line-height: 1; + } } diff --git a/assets/css/home.css b/assets/css/home.css index 221472e..e06165b 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -107,20 +107,6 @@ aside summary:hover { } -aside.home details#bookmarks input[type="checkbox"] { - opacity: 0.2; - float: right; - height: 11px; -} - -aside.home details#bookmarks input[type="checkbox"]:hover { - opacity: 1; -} - -aside.home details#bookmarks ul { - padding: 2%; -} - aside.home #edit input[type="submit"] { width: 100%; } @@ -674,6 +660,12 @@ footer { height: 23px; } + + span#shortcuts { + font-size: 23px; + line-height: 1; + } + } @@ -687,3 +679,4 @@ footer { } } + -- cgit v1.2.3