Changes for page ListWebSearch

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

From version 296.1
edited by Ecaterina Valica
on 2009/03/22 12:05
Change comment: There is no comment for this version
To version 300.1
edited by Ecaterina Valica
on 2009/03/22 12:18
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,3 +1,4 @@
1 +
1 1  #search{
2 2   width: 100%;
3 3   background-color: #fff;
... ... @@ -88,7 +88,6 @@
88 88   font-weight: bold;
89 89  }
90 90  .pagination a:focus {
91 -color: red;
92 92   outline: dotted 1px #000;
93 93  }
94 94  .controlPagination{
... ... @@ -187,6 +187,9 @@
187 187  .itemTitle a:focus {
188 188   outline: dotted 1px #000;
189 189  }
190 +a.itemAuthor:focus{
191 + outline: dotted 1px #000;
192 +}
190 190  .itemLocation{
191 191   color: #808080;
192 192   font-size:90%;
... ... @@ -303,4 +303,3 @@
303 303   height: 1px;
304 304   margin: 0 211px;
305 305  }
306 -