Revision: 29511 http://sourceforge.net/p/bibdesk/svn/29511 Author: hofman Date: 2025-08-31 09:08:32 +0000 (Sun, 31 Aug 2025) Log Message: ----------- set css of checkbox by class
Modified Paths: -------------- trunk/bibdesk/de.lproj/WebGroupDownloads.html trunk/bibdesk/en.lproj/WebGroupDownloads.html trunk/bibdesk/fr.lproj/WebGroupDownloads.html Modified: trunk/bibdesk/de.lproj/WebGroupDownloads.html =================================================================== --- trunk/bibdesk/de.lproj/WebGroupDownloads.html 2025-08-31 09:00:27 UTC (rev 29510) +++ trunk/bibdesk/de.lproj/WebGroupDownloads.html 2025-08-31 09:08:32 UTC (rev 29511) @@ -11,7 +11,6 @@ body { font-family: "<$fontFamilyName/>", sans-serif; font-size: 13px; padding: 0px; } h1 { font-size: 16px; margin: 10px; color: #999; } form { margin: 0px; padding: 0px; display:inline; } - input[type="checkbox"] { margin: 0.5em 0.5em 0.5em 10px; } .downloads { width: 100%; border-width: 0px 0px 1px 0px; border-spacing: 0px; border-style: solid; border-color: #999; } .icon { margin: 2px; width: 32px; height: 32px; } .source { font-size: 12px; margin-left: 1em; } @@ -18,6 +17,7 @@ .status { font-size: 11px; } .button { margin-right: 10px; float: right; } .clear { margin: 10px; } + .option { margin: 0.5em 0.5em 0.5em 10px; } .prefs { font-size: 12px; } tr:nth-of-type(odd) { background-color: #f5f5f5; } a { text-decoration: none; } @@ -76,7 +76,7 @@ </$downloads?> <div class="prefs"> <form action="" method="post"> - <input id="finished" type="checkbox" name="removeFinished" value="1" onchange="this.form.submit()" <$removeFinishedDownloads?>checked</$removeFinishedDownloads?> /> + <input class="option" id="finished" type="checkbox" name="removeFinished" value="1" onchange="this.form.submit()" <$removeFinishedDownloads?>checked</$removeFinishedDownloads?> /> <!-- Localize text --> <label for="finished">Fertige Downloads automatisch entfernen</label> <input type="hidden" name="removeFinished" value="0" /> @@ -83,7 +83,7 @@ </form> <br /> <form action="" method="post"> - <input id="failed" type="checkbox" name="removeFailed" value="1" onchange="this.form.submit()" <$removeFailedDownloads?>checked</$removeFailedDownloads?> /> + <input class="option" id="failed" type="checkbox" name="removeFailed" value="1" onchange="this.form.submit()" <$removeFailedDownloads?>checked</$removeFailedDownloads?> /> <!-- Localize text --> <label for="failed">Fehlgeschlagene Downloads automatisch entfernen</label> <input type="hidden" name="removeFailed" value="0" /> Modified: trunk/bibdesk/en.lproj/WebGroupDownloads.html =================================================================== --- trunk/bibdesk/en.lproj/WebGroupDownloads.html 2025-08-31 09:00:27 UTC (rev 29510) +++ trunk/bibdesk/en.lproj/WebGroupDownloads.html 2025-08-31 09:08:32 UTC (rev 29511) @@ -12,12 +12,12 @@ h1 { font-size: 16px; margin: 10px; color: #999; } .downloads { width: 100%; border-width: 0px 0px 1px 0px; border-spacing: 0px; border-style: solid; border-color: #999; } form { margin: 0px; padding: 0px; display:inline; } - input[type="checkbox"] { margin: 0.5em 0.5em 0.5em 10px; } .icon { margin: 2px; width: 32px; height: 32px; } .source { font-size: 12px; margin-left: 1em; } .status { font-size: 11px; } .button { margin-right: 10px; float: right; } - .clear { margin: 10px; } + .clear { margin: 10px; } + .option { margin: 0.5em 0.5em 0.5em 10px; } .prefs { font-size: 12px; } tr:nth-of-type(odd) { background-color: #f5f5f5; } a { text-decoration: none; } @@ -76,7 +76,7 @@ </$downloads?> <div class="prefs"> <form action="" method="post"> - <input id="finished" type="checkbox" name="removeFinished" value="1" onchange="this.form.submit()" <$removeFinishedDownloads?>checked</$removeFinishedDownloads?> /> + <input class="option" id="finished" type="checkbox" name="removeFinished" value="1" onchange="this.form.submit()" <$removeFinishedDownloads?>checked</$removeFinishedDownloads?> /> <!-- Localize text --> <label for="finished">Automatically remove finished downloads</label> <input type="hidden" name="removeFinished" value="0" /> @@ -83,7 +83,7 @@ </form> <br /> <form action="" method="post"> - <input id="failed" type="checkbox" name="removeFailed" value="1" onchange="this.form.submit()" <$removeFailedDownloads?>checked</$removeFailedDownloads?> /> + <input class="option" id="failed" type="checkbox" name="removeFailed" value="1" onchange="this.form.submit()" <$removeFailedDownloads?>checked</$removeFailedDownloads?> /> <!-- Localize text --> <label for="failed">Automatically remove failed downloads</label> <input type="hidden" name="removeFailed" value="0" /> Modified: trunk/bibdesk/fr.lproj/WebGroupDownloads.html =================================================================== --- trunk/bibdesk/fr.lproj/WebGroupDownloads.html 2025-08-31 09:00:27 UTC (rev 29510) +++ trunk/bibdesk/fr.lproj/WebGroupDownloads.html 2025-08-31 09:08:32 UTC (rev 29511) @@ -11,7 +11,6 @@ body { font-family: "<$fontFamilyName/>", sans-serif; font-size: 13px; padding: 0px; } h1 { font-size: 16px; margin: 10px; color: #999; } form { margin: 0px; padding: 0px; display:inline; } - input[type="checkbox"] { margin: 0.5em 0.5em 0.5em 10px; } .downloads { width: 100%; border-width: 0px 0px 1px 0px; border-spacing: 0px; border-style: solid; border-color: #999; } .icon { margin: 2px; width: 32px; height: 32px; } .source { font-size: 12px; margin-left: 1em; } @@ -18,6 +17,7 @@ .status { font-size: 11px; } .button { margin-right: 10px; float: right; } .clear { margin: 10px; } + .option { margin: 0.5em 0.5em 0.5em 10px; } .prefs { font-size: 12px; } tr:nth-of-type(odd) { background-color: #f5f5f5; } a { text-decoration: none; } @@ -76,7 +76,7 @@ </$downloads?> <div class="prefs"> <form action="" method="post"> - <input id="finished" type="checkbox" type="hidden" name="removeFinished" value="1" onchange="this.form.submit()" <$removeFinishedDownloads?>checked</$removeFinishedDownloads?> /> + <input class="option" id="finished" type="checkbox" type="hidden" name="removeFinished" value="1" onchange="this.form.submit()" <$removeFinishedDownloads?>checked</$removeFinishedDownloads?> /> <!-- Localize text --> <label for="finished">Effacer automatiquement les téléchargements terminés</label> <input type="hidden" name="removeFinished" value="0" /> @@ -83,7 +83,7 @@ </form> <br /> <form action="" method="post"> - <input id="failed" type="checkbox" name="removeFailed" value="1" onchange="this.form.submit()" <$removeFailedDownloads?>checked</$removeFailedDownloads?> /> + <input class="option" id="failed" type="checkbox" name="removeFailed" value="1" onchange="this.form.submit()" <$removeFailedDownloads?>checked</$removeFailedDownloads?> /> <!-- Localize text --> <label for="failed">Effacer automatiquement les téléchargements qui ont échoué</label> <input type="hidden" name="removeFailed" value="0" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit