Subversion Repositories wimsdev

Rev

Rev 6905 | Rev 10468 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. .wims_search_engine {
  3.    padding-top: 3pt;
  4.    background-color:#ccc;
  5.    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,1)), to(rgba(153,153,153,1)));
  6.    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%);
  7.    background: -moz-linear-gradient(rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%);
  8.    background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%);
  9.    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%);
  10.    text-align:center;
  11.    margin-left:auto; margin-right:auto;
  12. }
  13.  
  14. .wims_search_help {float:right;}
  15. .wims_clearSearch {float:right;}
  16. .wims_search_title{text-align:left;}
  17.  
  18. /* search forms as in modules/adm/class/classes/search.phtml */
  19. /*.wimssearch { }*/
  20.  
  21. .wims_home_result_list li {
  22.         margin: 0;
  23.         padding: 1em 0.5em;
  24. }
  25. .wims_home_result_list li:nth-child(even) {
  26.         background-color: white;
  27. }
  28. .wims_home_result_list li:nth-child(odd) {
  29.         background-color: #e5e5e5;
  30. }
  31.  
  32.  
  33.