Changes for page ListWebSearch
Last modified by Ecaterina Valica on 2010/07/22 10:30
From version 308.1
edited by Ecaterina Valica
on 2009/03/23 15:43
on 2009/03/23 15:43
Change comment:
There is no comment for this version
To version 291.1
edited by Ecaterina Valica
on 2009/03/22 11:54
on 2009/03/22 11:54
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -44,6 +44,5 @@ 44 44 </div> 45 45 </form> 46 46 #includeInContext("XWiki.WebSearchCode") 47 -#includeInContext("XWiki.ListSuggestions") 48 48 #includeInContext("XWiki.ListResults") 49 49 </div>
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,6 +4,3 @@ 1 -body{ 2 - position:relative; 3 - } 4 4 #search{ 5 5 width: 100%; 6 6 background-color: #fff; ... ... @@ -23,8 +23,6 @@ 23 23 border: 2px solid #CCCCCC; 24 24 color: #4d4d4d; 25 25 font-size:15px; 26 - width: 400px; 27 - height: 26px; 28 28 } 29 29 .searchButton{ 30 30 background-color:#B3B3B3; ... ... @@ -54,19 +54,13 @@ 54 54 #sortFilter a.sortType{ 55 55 color: #808080; 56 56 } 57 -#sortFilter a .sortType:hover{52 +#sortFilter a:hover{ 58 58 color: #4D4D4D; 59 59 } 60 -#sortFilter a.sortType:focus { 61 - outline: dotted 1px #000; 62 -} 63 63 #sortFilter a#currentSort{ 64 64 color: #4D4D4D; 65 65 font-weight: bold; 66 66 } 67 -#sortFilter a#currentSort:focus { 68 - outline: dotted 1px #000; 69 -} 70 70 .paginationFilter { 71 71 color: #808080; 72 72 height: 100%; ... ... @@ -95,9 +95,6 @@ 95 95 color: #4D4D4D; 96 96 font-weight: bold; 97 97 } 98 -.pagination a:focus { 99 - outline: dotted 1px #000; 100 -} 101 101 .controlPagination{ 102 102 position:relative; 103 103 width:41px; ... ... @@ -178,9 +178,6 @@ 178 178 .itemDescription a:hover{ 179 179 color: #5599ff; 180 180 } 181 -.itemDescription a:focus { 182 - outline: dotted 1px #000; 183 -} 184 184 .itemTitle a{ 185 185 color: #4d4d4d; 186 186 font-weight: bold; ... ... @@ -191,12 +191,6 @@ 191 191 font-weight: bold; 192 192 font-size:130%; 193 193 } 194 -.itemTitle a:focus { 195 - outline: dotted 1px #000; 196 -} 197 -a.itemAuthor:focus{ 198 - outline: dotted 1px #000; 199 -} 200 200 .itemLocation{ 201 201 color: #808080; 202 202 font-size:90%; ... ... @@ -313,64 +313,6 @@ 313 313 height: 1px; 314 314 margin: 0 211px; 315 315 } 316 -div.suggestResults{ 317 - position: absolute; 318 - padding: 10px 0 0 0; 319 - z-index: 100013; 320 - left: 5px; 321 - top: 14px; 322 - width: 400px; 293 +a:focus { 294 + outline: dotted 1px #000; 323 323 } 324 -div.suggestResults ul{ 325 - list-style: none; 326 - margin: 0 0 -4px 0; 327 - padding: 0; 328 - overflow: hidden; 329 - background-color: #fff; 330 - border: 2px solid #ccc; 331 -} 332 -div.suggestResults ul li{ 333 - color: #ccc; 334 - padding: 0; 335 - margin: 0 4px 4px; 336 - text-align: left; 337 -} 338 -div.suggestResults ul li a{ 339 - color: #4D4D4D; 340 - display: block; 341 - text-decoration: none; 342 - background-color: transparent; 343 - position: relative; 344 - padding: 0; 345 - width: 100%; 346 -} 347 -div.suggestResults ul li a:hover{ 348 - background-color: #fff; 349 -} 350 -div.suggestResults ul li a span.suggestItem{ 351 - display: block; 352 - padding: 3px 6px; 353 - font-weight: normal; 354 - width: 100%; 355 - clear: both; 356 -} 357 -div.suggestResults ul li a span.suggestItem span.suggestName{ 358 - text-align: left; 359 - width: 60%; 360 - display:inline-block; 361 -} 362 -div.suggestResults ul li a:hover span.suggestItem span.suggestName{ 363 - text-decoration: underline; 364 -} 365 -div.suggestResults ul li a span.suggestItem span.suggestlocation{ 366 - text-align: right; 367 - color: #cccccc; 368 - width: 36%; 369 - vertical-align: top; 370 - display:inline-block; 371 - padding-right: 6px; 372 -} 373 -div.suggestResults ul em{ 374 - font-style: normal; 375 - color: #5599FF; 376 -}