Skip to content

Commit

Permalink
Merge pull request #1575 from RogerHaase/1561-acl
Browse files Browse the repository at this point in the history
fix Modernized theme odd placement of checkbox within delete/destroy …
  • Loading branch information
RogerHaase authored Jan 6, 2024
2 parents 6983581 + 6b47e0a commit 423973d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/moin/themes/modernized/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ input,
select { padding:3px; background:var(--page_color); border:var(--border_style);
border-radius:2px; }
input[type="text"] { width:96%; }
form[name="delete_item"] dd input,
form[name="rename_item"] dd input,
form[name="destroy_item"] dd input { width:100%; }
form[name="delete_item"] dt,
form[name="rename_item"] dt,
form[name="destroy_item"] dt { width:20%; }

.moin-transclusion { max-width:100%; }
a.moin-conflict:before { content:url("../img/moin-conflict.png"); margin:0 .2em; }

Expand Down

0 comments on commit 423973d

Please sign in to comment.