You are here

asset-widget-custom.css in Asset 7

.assets-module .views-exposed-form .views-exposed-widget{
  padding: 0;
}

.assets-module .views-exposed-form .views-exposed-widget .form-type-select select{
  width: 273px;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-operator .form-item{
  margin: 0;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .form-item{
  margin: 0;
  padding: 9px 0;
  background: none;
  border: none;
}

.assets-module .views-exposed-widget input.form-submit,
.assets-module .views-exposed-widget input.form-submit:focus{
  background: #f5f2ee;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  -ms-border-radius: 3px 3px;
  -o-border-radius: 3px 3px;
  border-radius: 3px 3px;
  -webkit-box-shadow: 1px 2px 3px #b5b5b5;
  -moz-box-shadow: 1px 2px 3px #b5b5b5;
  box-shadow: 1px 2px 3px #b5b5b5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(#f5f5f5, #eaeaea);
  background-image: -moz-linear-gradient(#f5f5f5, #eaeaea);
  background-image: -o-linear-gradient(#f5f5f5, #eaeaea);
  background-image: linear-gradient(#f5f5f5, #eaeaea);
  height: 38px;
  line-height: 38px;
  padding: 0px 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif, Garuda, FreeSans;
  outline: none;
}

.assets-module .views-exposed-widget input.form-submit:focus{
  border-color: transparent;
  text-shadow: none;
}

.assets-module .views-exposed-widget input.form-submit:hover{
  color: #c16f4c;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .form-item #autocomplete{
  margin: 0 !important;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget{
  position: relative;
  margin: 0 0 15px;
  width: 100%;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .description{
  margin: 0;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .input-tooltip {
  position: absolute;
  display: block;
  padding: 10px 0 0;
  top: 95%;
  left: 0;
  max-width: 273px;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .input-tooltip .input-tooltip-inner {
  position: relative;
  padding: 11px 11px 9px 12px;
  background: #f4efe7;
  border-right: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 3px 7px #b5b5b5;
  -moz-box-shadow: 0 3px 7px #b5b5b5;
  box-shadow: 0 3px 7px #b5b5b5;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .input-tooltip .input-tooltip-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .input-tooltip .input-tooltip-inner .pointer {
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  width: 11px;
  height: 10px;
  background: url('../images/sprite-a.png') no-repeat -197px -226px;
  z-index: 100;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .view-x5 .item-inner .pic img{
  height: 50px;
  width: 50px;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-widget-filter-type .input-tooltip{
  display: none;
}

/*--#55884 - Final widget visual fixes--*/

body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .item-inner .pic.video .ico{
  top: 33px !important;
}

body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .match-video .item-inner .pic img{
  margin-top: 12px;
}

body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab.view-x5 .item-inner .pic.video .ico{
  top: 11px !important;
}

body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab.view-x5 .match-video .item-inner .pic img{
  margin-top: 0;
}

body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .form-item .form-text{
  width: 257px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;    
}

/*--Rubik themes style fixes--*/
/*--Pager styles--*/

.assets-module .pager-container .item-list{
  background: none;
  border: none;
  margin: 0;
}

.assets-module .item-list .pager{
  font-size: 11px;
}

.assets-module .item-list .pager a,
.assets-module .item-list .pager span{
  background: none;
  padding: 0;
}

.assets-module .pager li{
  position: static;
  height: auto;
  border: none;
  background: none;
}

.assets-module .pager li a:hover{
  background-color: transparent;
}

.assets-module .pager li.pager-current{
  background-color: transparent;
}

.assets-module .pager a,
.assets-module .pager span,
.assets-module .primary-tabs a{
  float: none;
}

/*--end pager styles--*/
/*--end rubik themes style fixes--*/

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .pager-container ul .pager-current,
.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .pager-container ul .pager-current span {
  color: #6e6662;;
  text-shadow: white 0px 1px 0px;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .pager-container ul li span {
  padding: 0;
}

.assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .pager-container ul li a {
  padding: 0;
}

.assets-module .pager-container ul {
  float: none;
}

.assets-module .pager-container .pager {
  margin: 0;
}

.assets-module .pager-container ul.pager-list {
  float: none;
  text-align: center;
  padding: 0 60px;
}

.assets-module .pager-container ul.pager-list li {
  float: none;
}

.assets-module .pager-container ul.pager-links {
  float: none;
  margin-top: -20px;
  position: relative;
}

.assets-module .pager-container ul.pager-links .pager-next {
  position: absolute !important;
  right: 40px;
  top: 0 !important;
}

.assets-module .pager-container ul.pager-links .pager-last {
  float: right
}

.assets-module .pager-container ul.pager-links .pager-previous {
  position: absolute !important;
  left: 40px;
  top: 0 !important;
}

.assets-module .pager-container ul.pager-links .pager-first {
  float: left;
  margin-top: -10px;
}

File

modules/asset_widget/css/asset-widget-custom.css
View source
  1. .assets-module .views-exposed-form .views-exposed-widget{
  2. padding: 0;
  3. }
  4. .assets-module .views-exposed-form .views-exposed-widget .form-type-select select{
  5. width: 273px;
  6. }
  7. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-operator .form-item{
  8. margin: 0;
  9. }
  10. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .form-item{
  11. margin: 0;
  12. padding: 9px 0;
  13. background: none;
  14. border: none;
  15. }
  16. .assets-module .views-exposed-widget input.form-submit,
  17. .assets-module .views-exposed-widget input.form-submit:focus{
  18. background: #f5f2ee;
  19. border-right: 1px solid #fff;
  20. border-top: 1px solid #fff;
  21. -webkit-border-radius: 3px 3px;
  22. -moz-border-radius: 3px 3px;
  23. -ms-border-radius: 3px 3px;
  24. -o-border-radius: 3px 3px;
  25. border-radius: 3px 3px;
  26. -webkit-box-shadow: 1px 2px 3px #b5b5b5;
  27. -moz-box-shadow: 1px 2px 3px #b5b5b5;
  28. box-shadow: 1px 2px 3px #b5b5b5;
  29. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #eaeaea));
  30. background-image: -webkit-linear-gradient(#f5f5f5, #eaeaea);
  31. background-image: -moz-linear-gradient(#f5f5f5, #eaeaea);
  32. background-image: -o-linear-gradient(#f5f5f5, #eaeaea);
  33. background-image: linear-gradient(#f5f5f5, #eaeaea);
  34. height: 38px;
  35. line-height: 38px;
  36. padding: 0px 30px;
  37. font-size: 12px;
  38. font-weight: bold;
  39. text-transform: uppercase;
  40. font-family: Helvetica, Arial, sans-serif, Garuda, FreeSans;
  41. outline: none;
  42. }
  43. .assets-module .views-exposed-widget input.form-submit:focus{
  44. border-color: transparent;
  45. text-shadow: none;
  46. }
  47. .assets-module .views-exposed-widget input.form-submit:hover{
  48. color: #c16f4c;
  49. }
  50. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .form-item #autocomplete{
  51. margin: 0 !important;
  52. }
  53. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget{
  54. position: relative;
  55. margin: 0 0 15px;
  56. width: 100%;
  57. }
  58. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .description{
  59. margin: 0;
  60. }
  61. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .input-tooltip {
  62. position: absolute;
  63. display: block;
  64. padding: 10px 0 0;
  65. top: 95%;
  66. left: 0;
  67. max-width: 273px;
  68. }
  69. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .input-tooltip .input-tooltip-inner {
  70. position: relative;
  71. padding: 11px 11px 9px 12px;
  72. background: #f4efe7;
  73. border-right: 1px solid #fff;
  74. -webkit-border-radius: 3px;
  75. -moz-border-radius: 3px;
  76. -ms-border-radius: 3px;
  77. -o-border-radius: 3px;
  78. border-radius: 3px;
  79. *zoom: 1;
  80. -webkit-box-shadow: 0 3px 7px #b5b5b5;
  81. -moz-box-shadow: 0 3px 7px #b5b5b5;
  82. box-shadow: 0 3px 7px #b5b5b5;
  83. }
  84. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .input-tooltip .input-tooltip-inner:after {
  85. content: "\0020";
  86. display: block;
  87. height: 0;
  88. clear: both;
  89. overflow: hidden;
  90. visibility: hidden;
  91. }
  92. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-exposed-widget .input-tooltip .input-tooltip-inner .pointer {
  93. display: block;
  94. position: absolute;
  95. top: -10px;
  96. left: 20px;
  97. width: 11px;
  98. height: 10px;
  99. background: url('../images/sprite-a.png') no-repeat -197px -226px;
  100. z-index: 100;
  101. }
  102. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .view-x5 .item-inner .pic img{
  103. height: 50px;
  104. width: 50px;
  105. }
  106. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .views-widget-filter-type .input-tooltip{
  107. display: none;
  108. }
  109. /*--#55884 - Final widget visual fixes--*/
  110. body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .item-inner .pic.video .ico{
  111. top: 33px !important;
  112. }
  113. body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .match-video .item-inner .pic img{
  114. margin-top: 12px;
  115. }
  116. body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab.view-x5 .item-inner .pic.video .ico{
  117. top: 11px !important;
  118. }
  119. body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab.view-x5 .match-video .item-inner .pic img{
  120. margin-top: 0;
  121. }
  122. body.not-front .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .form-wrap .mid .form-item .form-text{
  123. width: 257px;
  124. -moz-box-sizing: content-box;
  125. -webkit-box-sizing: content-box;
  126. box-sizing: content-box;
  127. }
  128. /*--Rubik themes style fixes--*/
  129. /*--Pager styles--*/
  130. .assets-module .pager-container .item-list{
  131. background: none;
  132. border: none;
  133. margin: 0;
  134. }
  135. .assets-module .item-list .pager{
  136. font-size: 11px;
  137. }
  138. .assets-module .item-list .pager a,
  139. .assets-module .item-list .pager span{
  140. background: none;
  141. padding: 0;
  142. }
  143. .assets-module .pager li{
  144. position: static;
  145. height: auto;
  146. border: none;
  147. background: none;
  148. }
  149. .assets-module .pager li a:hover{
  150. background-color: transparent;
  151. }
  152. .assets-module .pager li.pager-current{
  153. background-color: transparent;
  154. }
  155. .assets-module .pager a,
  156. .assets-module .pager span,
  157. .assets-module .primary-tabs a{
  158. float: none;
  159. }
  160. /*--end pager styles--*/
  161. /*--end rubik themes style fixes--*/
  162. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .pager-container ul .pager-current,
  163. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .pager-container ul .pager-current span {
  164. color: #6e6662;;
  165. text-shadow: white 0px 1px 0px;
  166. }
  167. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .pager-container ul li span {
  168. padding: 0;
  169. }
  170. .assets-module .assets-module-inner .assets-content .tab-contents .tab-contents-bottom .mid .tab .pager-container ul li a {
  171. padding: 0;
  172. }
  173. .assets-module .pager-container ul {
  174. float: none;
  175. }
  176. .assets-module .pager-container .pager {
  177. margin: 0;
  178. }
  179. .assets-module .pager-container ul.pager-list {
  180. float: none;
  181. text-align: center;
  182. padding: 0 60px;
  183. }
  184. .assets-module .pager-container ul.pager-list li {
  185. float: none;
  186. }
  187. .assets-module .pager-container ul.pager-links {
  188. float: none;
  189. margin-top: -20px;
  190. position: relative;
  191. }
  192. .assets-module .pager-container ul.pager-links .pager-next {
  193. position: absolute !important;
  194. right: 40px;
  195. top: 0 !important;
  196. }
  197. .assets-module .pager-container ul.pager-links .pager-last {
  198. float: right
  199. }
  200. .assets-module .pager-container ul.pager-links .pager-previous {
  201. position: absolute !important;
  202. left: 40px;
  203. top: 0 !important;
  204. }
  205. .assets-module .pager-container ul.pager-links .pager-first {
  206. float: left;
  207. margin-top: -10px;
  208. }