diff --git a/src/MyWebLog/MyWebLog.fsproj b/src/MyWebLog/MyWebLog.fsproj index ffc5d3e..d58ba53 100644 --- a/src/MyWebLog/MyWebLog.fsproj +++ b/src/MyWebLog/MyWebLog.fsproj @@ -18,6 +18,7 @@ + diff --git a/src/MyWebLog/themes/admin/post-edit.liquid b/src/MyWebLog/themes/admin/post-edit.liquid index fcebc1f..bfb1097 100644 --- a/src/MyWebLog/themes/admin/post-edit.liquid +++ b/src/MyWebLog/themes/admin/post-edit.liquid @@ -26,45 +26,23 @@
- +
-
comma-delimited
- -
-
- Categories - {% for cat in categories %} -
- - -
- {% endfor %} -
-
- -
-
{% if model.status == "Draft" %}
{% endif %} - -
-
-
-
-
+ +
+
Metadata
-
- - {% if model.status == "Published" %} -
-
-
+ {% if model.status == "Published" %} +
Maintenance
-
+
-
+
-
-
+
+
-
+ {% endif %}
- {% endif %} +
+
+ Categories + {% for cat in categories %} +
+ + +
+ {% endfor %} +
+
+ diff --git a/src/MyWebLog/wwwroot/themes/admin/admin.css b/src/MyWebLog/wwwroot/themes/admin/admin.css index 32cb332..78d0dd3 100644 --- a/src/MyWebLog/wwwroot/themes/admin/admin.css +++ b/src/MyWebLog/wwwroot/themes/admin/admin.css @@ -33,6 +33,9 @@ a:link, a:visited { a:link:hover, a:visited:hover { text-decoration: underline; } +a.btn:link:hover, a.btn:visited:hover { + text-decoration: none; +} a.text-danger:link:hover, a.text-danger:visited:hover { text-decoration: none; background-color: var(--bs-danger); diff --git a/src/MyWebLog/wwwroot/themes/daniel-j-summers/style.css b/src/MyWebLog/wwwroot/themes/daniel-j-summers/style.css index d256030..9103a5c 100644 --- a/src/MyWebLog/wwwroot/themes/daniel-j-summers/style.css +++ b/src/MyWebLog/wwwroot/themes/daniel-j-summers/style.css @@ -226,9 +226,11 @@ footer.part-3 { } .float-left { float: left; + padding-right: .5rem; } .float-right { float: right; + padding-left: .5rem; } .small-caps { font-variant: small-caps;