uniform.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* Custom inputs */
  2. div[id^='uniform-'],
  3. div[id^='uniform-'] span,
  4. div[id^='uniform-'] input {
  5. line-height: 18px;
  6. display: block;
  7. float: left;
  8. width: auto;
  9. width: 20px;
  10. height: auto;
  11. height: 20px;
  12. margin: 0 3px 0 0;
  13. padding: 0;
  14. cursor: pointer;
  15. }
  16. div[id^='uniform-'] {
  17. margin-right: 10px;
  18. }
  19. div[id^='uniform-'] span {
  20. position: relative;
  21. display: -moz-inline-box;
  22. display: inline-block;
  23. zoom: 1;
  24. margin-top: -1px;
  25. text-align: center;
  26. border-width: 1px;
  27. border-style: solid;
  28. *display: inline;
  29. }
  30. div.radio[id^='uniform-'] > span {
  31. margin-top: -7px;
  32. }
  33. .input-group-addon div[id^='uniform-'] span i,
  34. div[id^='uniform-'] span i {
  35. display: none;
  36. }
  37. div[id^='uniform-'] {
  38. opacity: .9;
  39. filter: alpha(opacity=90);
  40. -moz-opacity: 90;
  41. }
  42. div[id^='uniform-'] span.checked i {
  43. font-size: 14px;
  44. line-height: 18px;
  45. display: block;
  46. height: 18px;
  47. }
  48. div.radio[id^='uniform-'] span.checked i {
  49. font-size: 9px;
  50. }
  51. div.radio[id^='uniform-'] span {
  52. border-radius: 50px;
  53. }
  54. div[id^='uniform-'] input {
  55. position: absolute;
  56. top: 0;
  57. left: 0;
  58. display: -moz-inline-box;
  59. display: inline-block;
  60. zoom: 1;
  61. opacity: 0;
  62. border: none;
  63. background: none;
  64. filter: alpha(opacity=0);
  65. -moz-opacity: 0;
  66. *display: inline;
  67. }
  68. div.checker[id^='uniform-'] label {
  69. line-height: 19px;
  70. }
  71. /* Custom Select */
  72. div.selector {
  73. line-height: 38px;
  74. position: relative;
  75. display: block;
  76. overflow: hidden;
  77. width: auto !important;
  78. height: 38px;
  79. margin: 0;
  80. padding: 0 10px !important;
  81. cursor: pointer;
  82. white-space: nowrap;
  83. text-decoration: none;
  84. border-width: 1px;
  85. border-style: solid;
  86. }
  87. .selector i {
  88. line-height: 38px;
  89. position: absolute;
  90. z-index: 4;
  91. top: 50%;
  92. right: 0;
  93. display: block;
  94. width: 38px;
  95. height: 38px;
  96. margin-top: -19px;
  97. margin-top: -19px;
  98. padding: 0 !important;
  99. text-align: center;
  100. border-left: 1px solid transparent;
  101. }
  102. div.selector select {
  103. position: absolute;
  104. z-index: 5;
  105. top: 0;
  106. left: 0;
  107. width: 100%;
  108. height: 38px;
  109. opacity: 0;
  110. border: none;
  111. background: none;
  112. filter: alpha(opacity=0);
  113. -moz-opacity: 0;
  114. }
  115. div.selector span {
  116. line-height: 38px;
  117. display: block;
  118. width: auto !important;
  119. height: 38px;
  120. padding: 0 !important;
  121. }