Subversion Repositories wimsdev

Rev

Rev 8692 | 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: linear-gradient(rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%);
  6.    text-align:center;
  7.    margin-left:auto; margin-right:auto;
  8. }*/
  9.  
  10. .search_box .title_box h2 {
  11.   float: left;
  12. }
  13.  
  14. .search_box button[type="submit"]{
  15.    border-radius: 0 5px 5px 0;
  16.    margin-left: 0;
  17.    padding:0 .5em;
  18. }
  19.  
  20. .search_box input[type="search"]{
  21.    padding: .2em 2px;
  22.    font-size: 14px;
  23.    border-radius: 5px 0 0 5px;
  24.    /*border-width: 1px;*/
  25.    margin-right: 0;
  26. }
  27.  
  28. .search_box .box_content{
  29.    padding-top:2em;
  30. }
  31. /*
  32. .wims_search_help {float:right;}
  33. .wims_clearSearch {float:right;}
  34. .wims_search_title{text-align:left;}
  35.  
  36. /* search forms as in modules/adm/class/classes/search.phtml */
  37. /*.wimssearch { }*/
  38. /*
  39. .wims_home_result_list li {
  40.         margin: 0;
  41.         padding: 1em 0.5em;
  42. }
  43. .wims_home_result_list li:nth-child(even) {
  44.         background-color: white;
  45. }
  46. .wims_home_result_list li:nth-child(odd) {
  47.         background-color: #e5e5e5;
  48. }*/
  49.  
  50.