Changes for page Rights42Wiki

Last modified by Ecaterina Moraru on 2013/11/13 12:49

From version 5.1
edited by Ecaterina Valica
on 2010/06/01 11:33
Change comment: There is no comment for this version
To version 4.1
edited by Ecaterina Valica
on 2010/06/01 11:33
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -523,19 +523,17 @@
523 523   padding: 0;
524 524  }
525 525  
526 -.actions ul.summaryT {
526 +.actions ul.summary {
527 527   margin: 0;
528 528   padding: 0;
529 529   margin:0 15px 0 0;
530 - list-style-type: none;
531 531  }
532 532  
533 -.actions ul.summaryT li {
534 - display: inline-block;
535 - float: left; overflow: hidden;
532 +.actions ul.summary li {
533 + display: inline; float: left; overflow: hidden;
536 536   line-height:1em;
537 537   margin-right: 3px;
538 - list-style-type: none;
536 + list-style-type:none;
539 539  }
540 540  
541 541  .actions .explication2Header .colorHeader, .actions .explication2Header .colorHeader .sepa {
... ... @@ -593,6 +593,4 @@
593 593   background-position: 0 0;
594 594   padding-left: 16px;
595 595   vertical-align: baseline;
596 - height: 16px;
597 - display: inline-block;
598 598  }