Index: openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/xowiki-bootstrap3-specific.css,v diff -u -r1.1.2.10 -r1.1.2.11 --- openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 25 Apr 2021 09:48:40 -0000 1.1.2.10 +++ openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 25 Dec 2021 16:10:23 -0000 1.1.2.11 @@ -1,4 +1,4 @@ -/* +/* * Appearance of item-buttons based on bootstrap glyphicons. */ @@ -8,6 +8,7 @@ div.xowiki-content a.link-icon, div.xowiki-content a.broken-link-icon, div.xowiki-content a.edit-item-button, +div.xowiki-content a.archive-item-button, div.xowiki-content a.delete-item-button, div.xowiki-content a.revisions-item-button, div.xowiki-content a.view-item-button, @@ -22,6 +23,10 @@ font-family: 'Glyphicons Halflings'; content: "\e065"; } +div.xowiki-content a.archive-item-button::before { + font-family: 'Glyphicons Halflings'; + content: "\e025"; +} div.xowiki-content a.delete-item-button::before { font-family: 'Glyphicons Halflings'; content: "\e020"; @@ -56,6 +61,18 @@ content: "\e027"; margin-right: 6px; } +div.xowiki-content a.publish-status-item-button.green { + color: green; + font-size: larger; +} +div.xowiki-content a.publish-status-item-button.red { + color: red; + font-size: larger; +} +div.xowiki-content a.publish-status-item-button.black { + color: black; + font-size: larger; +} /* @@ -69,6 +86,17 @@ } /* + * Spacing in form-usages + */ +.form-usages .table > tbody > tr > td.archive-item-button, +.form-usages .table > tbody > tr > td.delete-item-button, +.form-usages .table > tbody > tr > td.edit-item-button, +.form-usages .table > tbody > tr > td.copy-item-button, +.form-usages .table > tbody > tr > td.publish-status-item-button { + padding: 2px; +} + +/* * Icons in file listings */ @@ -111,7 +139,7 @@ font-size: x-small; vertical-align: sub; margin-left: 2px; - margin-right: 2px; + margin-right: 2px; content: "\e164"; } @@ -121,7 +149,7 @@ font-size: x-small; vertical-align: sub; margin-left: 2px; - margin-right: 2px; + margin-right: 2px; content: "\e022"; }