query.css 782 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .short-query {
  2. display:inline-block;
  3. margin-right: 10px;
  4. }
  5. .short-query input.search-query {
  6. width: 280px;
  7. }
  8. .begin-query {
  9. position:absolute;
  10. left:13px;
  11. top:5px;
  12. }
  13. .end-query {
  14. position:absolute;
  15. right:15px;
  16. top:5px;
  17. }
  18. .panel-query {
  19. padding-left: 35px !important;
  20. height: 31px !important;
  21. -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  22. -moz-box-sizing: border-box; /* Firefox, other Gecko */
  23. box-sizing: border-box; /* Opera/IE 8+ */
  24. }
  25. .query-disabled {
  26. opacity: 0.3;
  27. }
  28. .form-search:hover .has-remove {
  29. padding-left: 50px !important;
  30. }
  31. .remove-query {
  32. opacity: 0;
  33. }
  34. .last-query {
  35. padding-right: 45px !important;
  36. }
  37. .form-search:hover .remove-query {
  38. opacity: 1;
  39. }
  40. .query-panel .pinned {
  41. margin-right: 5px;
  42. }