Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.37 KB | None | 0 0
  1. patch -p1 << EOF
  2. > diff --git a/src/plugins/websearch/templates/themes/compact/css/seeks_search.css b/src/plugins/websearch/templates/themes/compact/css/seeks_search.css
  3. > index 3472510..3e5ab63 100644
  4. > --- a/src/plugins/websearch/templates/themes/compact/css/seeks_search.css
  5. > +++ b/src/plugins/websearch/templates/themes/compact/css/seeks_search.css
  6. > @@ -374,7 +374,7 @@ body {
  7. >  #search_icons {
  8. >         position: fixed;
  9. >         top: 20px;
  10. > -       left: 610px;
  11. > +       left: 615px;
  12. >  }
  13. >  
  14. >  #search_types {
  15. > @@ -447,18 +447,15 @@ body {
  16. >  }
  17. >  
  18. >  #expansion {
  19. > -      
  20. > -       /*padding-top: 13px;*/
  21. > -       font-size: 80%;
  22. >         vertical-align: top;
  23. > -       padding-right: 8px;
  24. > +       padding-right: 6px;
  25. >         text-align: right;
  26. >    font-weight: 600;
  27. >    
  28. > -       width: 44px;
  29. > -       height: 28px;
  30. > +       width: 52px;
  31. > +       height: 27px;
  32. >         left: 540px;
  33. > -       top: 18px;
  34. > +       top: 19px;
  35. >         background-image: url(base-url/plugins/websearch/public/themes/compact/images/exp_3.png);
  36. >  }
  37. >  #expansion, .expansion_, .expansion_1,
  38. > EOF
  39. patching file src/plugins/websearch/templates/themes/compact/css/seeks_search.css
  40. Hunk #1 FAILED at 374.
  41. Hunk #2 FAILED at 447.
  42. 2 out of 2 hunks FAILED -- saving rejects to file src/plugins/websearch/templates/themes/compact/css/seeks_search.css.rej
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement