summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-21 15:31:49 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-21 15:31:49 +0200
commitbd7863dbeffc2d5b41a58f8138e5691b60fc63f3 (patch)
tree3694e458a866d9d55a224f2616cde5d8d49a1053 /public/stylesheets/admin.css
parentb54f70cb35df91d51b7829a10b8294ae5f28b7f5 (diff)
Remove unreachable image_box drag-and-drop UI
image_interface and meta_data (admin_interface.js), the sort_images action and route, and their admin.css rules -- the old vertical image_browser sidebar this all depended on isn't rendered by any current view. related_assets.js and the star-toggle sidebar fully supersede what this did. Confirmed unreachable via full grep across app/, config/routes.rb, and admin_bundle.js before removal -- route, controller action, and JS handler were all individually real and functional, just with nothing left anywhere that could ever trigger them.
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 88c9c8b..ef6cb11 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -1042,10 +1042,6 @@ div#page_editor {
1042 select { 1042 select {
1043 font-size: 1.5rem; 1043 font-size: 1.5rem;
1044 } 1044 }
1045
1046 #metadata ul#image_box {
1047 width: 100% !important;
1048 }
1049} 1045}
1050 1046
1051/* ============================================================ 1047/* ============================================================
@@ -1264,31 +1260,6 @@ div#draft_list table td.actions a {
1264 Image box / browser 1260 Image box / browser
1265 ============================================================ */ 1261 ============================================================ */
1266 1262
1267#metadata ul#image_box {
1268 box-sizing: border-box;
1269 margin: 0;
1270 padding: 10px 5px 10px 5px;
1271 height: 100px;
1272 width: 702px;
1273 border: 1px solid #989898;
1274}
1275
1276#metadata ul#image_box li {
1277 float: left;
1278 list-style-type: none;
1279 margin: 5px;
1280}
1281
1282div#image_browser {
1283 position: absolute;
1284 top: 40px;
1285 left: 800px;
1286}
1287
1288div#image_browser ul li {
1289 list-style-type: none;
1290}
1291
1292.thumbnail_list { 1263.thumbnail_list {
1293 display: flex; 1264 display: flex;
1294 flex-wrap: wrap; 1265 flex-wrap: wrap;