Re: [xwiki-users] cell borders in tables

2015-03-10 Thread Ecaterina Moraru (Valica)
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 ram...@gmail.com:

 Stylesheet extensions are documented here:


 http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial#HMinimalStyleSheeteXtension

 J



 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/cell-borders-in-tables-tp7594148p7594193.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] cell borders in tables

2015-03-03 Thread Jamal
Stylesheet extensions are documented here:

http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial#HMinimalStyleSheeteXtension

J



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/cell-borders-in-tables-tp7594148p7594193.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] cell borders in tables

2015-03-03 Thread shouldbe q931
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 pbasnews-xw...@yahoo.fr 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 shouldbeq...@gmail.com a écrit :

  Objet: [xwiki-users] cell borders in tables
  À: XWiki Users users@xwiki.org
  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
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] cell borders in tables

2015-02-28 Thread Pascal BASTIEN
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 shouldbeq...@gmail.com a écrit :

 Objet: [xwiki-users] cell borders in tables
 À: XWiki Users users@xwiki.org
 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
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] cell borders in tables

2015-02-27 Thread shouldbe q931
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
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users