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 3.1
edited by Ecaterina Valica
on 2010/05/31 16:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -78,7 +78,7 @@
78 78   <div class="explication2Header xclass-title">
79 79   <span class="savedExpand ">
80 80   <span class="colorHeader right more" title="more">&#8230;</span>
81 - <ul class="summaryT">
81 + <ul class="summary">
82 82   <li><span class="tag-wrapper"><span class="allowInherit icon help" title="Users can see the content of pages"><span class="view summary"></span></span></span></li>
83 83   <li><span class="tag-wrapper"><span class="denyInherit icon help" title="Users can add comments to pages"><span class="comment summary"></span></span></span></li>
84 84   <li class=""><span class="tag-wrapper"><span class="denyInherit icon help" title="Users can create, edit and delete modifications to pages and their objects (comments, attachments, etc)"><span class="edit summary"></span></span></span></li>
... ... @@ -129,7 +129,7 @@
129 129   <div class="explication2Header xclass-title">
130 130   <span class="savedExpand ">
131 131   <span class="colorHeader right more" title="more">&#8230;</span>
132 - <ul class="summaryT">
132 + <ul class="summary">
133 133   <li><span class="tag-wrapper"><span class="allowInherit icon help" title="Users can see the content of pages"><span class="view summary"></span></span></span></li>
134 134   <li><span class="tag-wrapper"><span class="allowInherit icon help" title="Users can add comments to pages"><span class="comment summary"></span></span></span></li>
135 135   <li class=""><span class="tag-wrapper"><span class="allowInherit icon help" title="Users can create, edit and delete modifications to pages and their objects (comments, attachments, etc)"><span class="edit summary"></span></span></span></li>
... ... @@ -180,7 +180,7 @@
180 180   <div class="explication2Header xclass-title">
181 181   <span class="savedExpand ">
182 182   <span class="colorHeader right more" title="more">&#8230;</span>
183 - <ul class="summaryT">
183 + <ul class="summary">
184 184   <li><span class="tag-wrapper"><span class="allowInherit icon help" title="Users can see the content of pages"><span class="view summary"></span></span></span></li>
185 185   <li><span class="tag-wrapper"><span class="allowInherit icon help" title="Users can add comments to pages"><span class="comment summary"></span></span></span></li>
186 186   <li class=""><span class="tag-wrapper"><span class="allowInherit icon help" title="Users can create, edit and delete modifications to pages and their objects (comments, attachments, etc)"><span class="edit summary"></span></span></span></li>
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  }