From 10d8b890d1e256dde5d5a311061315250c57c3d8 Mon Sep 17 00:00:00 2001 From: Taka Date: Mon, 8 Apr 2019 09:39:53 +0000 Subject: [PATCH] Fixed some incorrect CSS. --- vasl_templates/webapp/static/css/sortable.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vasl_templates/webapp/static/css/sortable.css b/vasl_templates/webapp/static/css/sortable.css index 9232f34..be33d30 100644 --- a/vasl_templates/webapp/static/css/sortable.css +++ b/vasl_templates/webapp/static/css/sortable.css @@ -8,11 +8,10 @@ img.sortable-reset { vertical-align: middle ; height: 15px ; margin-right: 0.25e .sortable li { margin-bottom: 2px ; padding: 5px ; font-size: 90% ; } .sortable li:hover { cursor: pointer ; } .sortable li.ui-sortable-helper { opacity: 0.8 ; } - -.sortable ul ul li { margin-top: -0.75em ; } -.sortable ul ol li { margin-top: -0.75em ; } .sortable li img.snippet { height: 1.25em ; margin: -2px -2px ; padding-left: 1em ; float: right ; } +.sortable ul li, .sortable ol li { margin-top: -0.75em ; } /* nb: tighten up lists in sortable2 entries */ + .sortable-hint { width: 100% ; height: calc(100% - 1.5em) ; color: #666 ; } .sortable-hint .instructions { margin: 1em 0 0 1em ; font-size: 80% ; font-style: italic ; color: #888 ; } .sortable-hint .instructions li { margin-top: 0.5em ; }