Index: openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 11 May 2020 14:05:51 -0000 1.1.2.5 +++ openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 15 Oct 2020 06:37:01 -0000 1.1.2.6 @@ -90,6 +90,28 @@ content: "\e092"; } +/* appearance of link types */ +div.xowiki-content a span.external::after { + /* glyphicon-new-window */ + font-family: 'Glyphicons Halflings'; + font-size: x-small; + vertical-align: sub; + margin-left: -2px; + margin-right: 2px; + content: "\e164"; +} + +div.xowiki-content a span.file::after { + /* glyphicon-file */ + font-family: 'Glyphicons Halflings'; + font-size: x-small; + vertical-align: sub; + margin-left: -2px; + margin-right: 2px; + content: "\e022"; +} + + /* * Icons in Book mode listings */ Index: openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 11 May 2020 14:05:51 -0000 1.1.2.5 +++ openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 15 Oct 2020 06:37:01 -0000 1.1.2.6 @@ -93,6 +93,21 @@ text-decoration: none; } +/* appearance of link types */ + +div.xowiki-content a span.external { + background: transparent url(/resources/xowiki/sprite16.png) -4px -264px no-repeat; + padding-right: 10px; + text-decoration: none; /* added here for   required in IE */ +} + +div.xowiki-content a span.file { + background: transparent url(/resources/xowiki/sprite16.png) -4px -286px no-repeat; + padding-right: 10px; + text-decoration: none; +} + + /* * Icons in Book mode listings */ Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -r1.64.2.11 -r1.64.2.12 --- openacs-4/packages/xowiki/www/resources/xowiki.css 26 Aug 2020 11:16:11 -0000 1.64.2.11 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 15 Oct 2020 06:37:01 -0000 1.64.2.12 @@ -40,16 +40,6 @@ } /* appearance of link types */ -div.xowiki-content span.external { - background: transparent url(/resources/xowiki/sprite16.png) -4px -264px no-repeat; - padding-right: 10px; - text-decoration: none; /* added here for   required in IE */ -} -div.xowiki-content span.file { - background: transparent url(/resources/xowiki/sprite16.png) -4px -286px no-repeat; - padding-right: 10px; - text-decoration: none; -} div.xowiki-content a.glossary { background: url(/resources/xowiki/glossary.gif) right center no-repeat; padding-right: 14px;