Changes for page ListWebSearch

Last modified by Ecaterina Valica on 2010/07/22 10:30

From version 11.1
edited by Ecaterina Valica
on 2009/03/16 15:21
Change comment: There is no comment for this version
To version 14.1
edited by Ecaterina Valica
on 2009/03/16 15:27
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,3 +1,6 @@
1 +*{
2 +border: 1px solid red;
3 +}
1 1  #search
2 2  {
3 3   width: 100%;
... ... @@ -51,8 +51,9 @@
51 51  .resultsNo{
52 52   float: left;
53 53  }
54 -.resultsNo .currentResultsNo{}
55 -.resultsNo .totalResultsNo{}
57 +.resultsNo .currentResultsNo, .resultsNo .totalResultsNo{
58 + color: #4D4D4D;
59 +}
56 56  .pagination{
57 57   float: right;
58 58  }