Changes for page Improvements

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

From version 61.1
edited by Ecaterina Valica
on 2009/05/07 17:01
Change comment: There is no comment for this version
To version 65.1
edited by Ecaterina Valica
on 2009/05/11 16:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,9 +3,9 @@
3 3  ==Improvements Status==
4 4  
5 5  (% class="statusUnderDevelopment" %) [[Blog>>Blog]] (%%)
6 -(% class="statusUnderDebugging" %) [[Login/Delete Boxes>>BoxExample]] (%%)
7 7  
8 8  (% class="separator" %) (%%)
9 9  
10 -(% class="statusIntegrated" %)[[Grid -> Live Table>>XWiki.LiveTable]] (%%)
11 -(% class="statusUnderImplementation" %)[[Search Result List>>Main.ListWebSearch]] (%%)
9 +(% class="statusUnderImplementation" %) [[Login/Delete Boxes>>BoxExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]](%%)
10 +(% class="statusIntegrated" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]](%%)
11 +(% class="statusUnderImplementation" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]](%%)
XWiki.StyleSheetExtension[1]
Code
... ... @@ -14,3 +14,33 @@
14 14   background: transparent url($xwiki.getSkinFile("icons/silk/shape_square.gif")) top left no-repeat;
15 15  }
16 16  
17 +
18 +body, h1 span{
19 +color: red;
20 +}
21 +.primaryButton{
22 + background:transparent url($xwiki.getSkinFile(images/buttons3.png)) repeat-x scroll right top;
23 + border:1px solid #8F908E;
24 + color:#FFFFFF;
25 + display:inline;
26 + line-height:1.35em !important;
27 + margin:0 !important;
28 + min-height:24px !important;
29 + white-space:nowrap;
30 +}
31 +.primaryButton:hover {
32 + background:transparent url($xwiki.getSkinFile(images/buttons3.png)) repeat-x scroll right 25%;
33 + border-color:#94AD12;
34 + color:#333333;
35 +}
36 +.secondaryButton{
37 + background-color:transparent;
38 + color:#00007E;
39 + padding: 0;
40 + border: 0;
41 + margin-left: 10px;
42 + font-weight: normal;
43 +}
44 +.secondaryButton:hover {
45 + border-bottom: 1px solid #00007E;
46 +}