Widget:FlexForm: Difference between revisions

From Tsadra Foundation Advanced Contemplative Scholarships
((by SublimeText.Mediawiker))
((by SublimeText.Mediawiker))
Tag: Reverted
Line 15: Line 15:
.mw-collapsible-toggle { float: right !important; }
.mw-collapsible-toggle { float: right !important; }
</style>
</style>
<script>
(function toggles() {
var toggles = document.querySelectorAll('.section-nav-toggles');
toggles.not('#mw-customcollapsible-personal').hide();
});
</script>

Revision as of 09:49, 30 April 2024

<style> input { padding: 0.1em 0.4em; margin-bottom: .1em; } caption { caption-side: top; color: #060606; font-weight: bold; font-size: 1.2rem; padding: .5em; background: #efefef; border: 1px solid #dddddd; } .mw-collapsible-toggle { float: right !important; } </style> <script> (function toggles() { var toggles = document.querySelectorAll('.section-nav-toggles'); toggles.not('#mw-customcollapsible-personal').hide(); }); </script>