Changes for page ListWebSearch

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

From version 17.1
edited by Ecaterina Valica
on 2009/03/16 15:30
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,4 +1,8 @@
1 -#search{
1 +*{
2 +border: 1px solid red;
3 +}
4 +#search
5 +{
2 2   width: 100%;
3 3   background-color: #ffffff;
4 4  }
... ... @@ -20,9 +20,9 @@
20 20   color: #808080;
21 21  }
22 22  /* Search Filters*/
23 -.searchFilters{
27 +.searchFilters
28 +{
24 24   clear: both;
25 - margin-bottom: 15px;
26 26  }
27 27  #sortFilter{
28 28   color: #808080;
... ... @@ -89,12 +89,7 @@
89 89   display: table-cell;
90 90   width: 80%;
91 91  }
92 -.itemTitle{
93 - color: #4d4d4d;
94 - font-weight: bold;
95 - line-height:1.4em;
96 - font-size:1.2em;
97 -}
96 +.itemTitle{}
98 98  .itemLocation{
99 99   color: #808080;
100 100  }