[xwiki-users] cell borders in tables
Seem to have vanished, is there as way to bring them back ? I'm loving the copy and paste from Excel to create a table, but I would love to see the cell borders, it makes it much easier when navigating a larger table. Cheers
Hello, If you want table like "old" Colibri skin (with cell borders) you must add a StyleSheetExtension object with this and applied it on current wiki: /* Modif CSS de flamingo - ver 1.1 - 23/05/2014 */ th { background-color: #F3F3F3; font-weight: 700; } .main th, .main td, .wiki-table th, .wiki-table td { border: 1px solid #E8E8E8; padding: 3px 4px; } /* écrasement de "table{width:100%" de style.css */ table { width: auto; } Pascal B -------------------------------------------- En date de : Ven 27.2.15, shouldbe q931 <[email protected]> a écrit : Objet: [xwiki-users] cell borders in tables À: "XWiki Users" <[email protected]> Date: Vendredi 27 février 2015, 15h21 Seem to have vanished, is there as way to bring them back ? I'm loving the copy and paste from Excel to create a table, but I would love to see the cell borders, it makes it much easier when navigating a larger table. Cheers _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Apologies for the possibly "dumb" question, but how would I add and apply the stylesheet object ? Cheers On Sat, Feb 28, 2015 at 5:30 PM, Pascal BASTIEN <[email protected]> wrote:
Hello, If you want table like "old" Colibri skin (with cell borders) you must add a StyleSheetExtension object with this and applied it on current wiki:
/* Modif CSS de flamingo - ver 1.1 - 23/05/2014 */ th { background-color: #F3F3F3; font-weight: 700; } .main th, .main td, .wiki-table th, .wiki-table td { border: 1px solid #E8E8E8; padding: 3px 4px; } /* écrasement de "table{width:100%" de style.css */ table { width: auto; }
Pascal B
-------------------------------------------- En date de : Ven 27.2.15, shouldbe q931 <[email protected]> a écrit :
Objet: [xwiki-users] cell borders in tables À: "XWiki Users" <[email protected]> Date: Vendredi 27 février 2015, 15h21
Seem to have vanished, is there as way to bring them back ?
I'm loving the copy and paste from Excel to create a table, but I would love to see the cell borders, it makes it much easier when navigating a larger table.
Cheers _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Stylesheet extensions are documented here: http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial#HMi... J -- View this message in context: http://xwiki.475771.n2.nabble.com/cell-borders-in-tables-tp7594148p7594193.h... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, Since this seems to be a recurring issue, I've created http://jira.xwiki.org/browse/XWIKI-11908 Thanks, Caty 2015-03-03 21:52 GMT+02:00 Jamal <[email protected]>:
Stylesheet extensions are documented here:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial#HMi...
J
-- View this message in context: http://xwiki.475771.n2.nabble.com/cell-borders-in-tables-tp7594148p7594193.h... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (4)
-
Ecaterina Moraru (Valica) -
Jamal -
Pascal BASTIEN -
shouldbe q931