feehi.css 938 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .m-t-md {
  2. margin-top: 0px
  3. }
  4. ul.breadcrumb li a{
  5. color: #337ab7;
  6. }
  7. /** jquery chosen start **/
  8. .chosen-container .chosen-drop {
  9. border: 1px solid #1ab394;
  10. }
  11. /* @end */
  12. /* @group Single Chosen */
  13. .chosen-container-single .chosen-single {
  14. border: 1px solid #e5e6e7;
  15. }
  16. .chosen-container-active.chosen-with-drop .chosen-single{
  17. border: 1px solid #1ab394;
  18. }
  19. .chosen-container-single .chosen-single span{
  20. line-height: 28px;
  21. }
  22. .chosen-container-active .chosen-choices {
  23. border: 1px solid #e5e6e7;
  24. }
  25. .chosen-container-multi{
  26. border: 1px solid #e5e6e7;
  27. }
  28. .chosen-container-active .chosen-choices {
  29. border: 1px solid #1ab394;
  30. }
  31. .chosen-container-multi .chosen-choices {
  32. border: 1px solid #1ab394;
  33. }
  34. /** jquery chosen end **/
  35. /** search start **/
  36. .search form div .help-block{
  37. position: absolute;
  38. top:4px;
  39. right: 4%;
  40. }
  41. .search form>div.col-sm-3{
  42. margin-bottom: 5px;
  43. }
  44. /** search end **/