Advertisement
Guest User

Untitled

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