Subversion Repositories cheapmusic

Rev

Rev 65 | Rev 68 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 65 Rev 66
Line 78... Line 78...
78
.btn-wishlist-delete {
78
.btn-wishlist-delete {
79
	color: red;
79
	color: red;
80
}
80
}
81
 
81
 
82
/* Icons */
82
/* Icons */
83
.category-icon {
83
.media-icon {
84
	font-size: 32px;
84
	font-size: 32px;
85
	text-shadow: 2px 2px 4px #000000;
85
	text-shadow: 2px 2px 4px #000000;
86
}
86
}
87
 
87
 
88
.category-icon-silver {
88
.media-icon-silver {
89
	color: silver;
89
	color: silver;
90
}
90
}
91
 
91
 
92
/* Cursor Pointer */
92
/* Cursor Pointer */
93
.cursor-pointer {
93
.cursor-pointer {
Line 128... Line 128...
128
	display: inline-block;
128
	display: inline-block;
129
	width: 1.5em;
129
	width: 1.5em;
130
	margin-left: -1.5em;
130
	margin-left: -1.5em;
131
	vertical-align: middle;
131
	vertical-align: middle;
132
}
132
}
-
 
133
 
-
 
134
/* Filter Button Counters */
-
 
135
.filterButton {
-
 
136
  text-decoration: none;
-
 
137
  padding: 10px 20px;
-
 
138
  position: relative;
-
 
139
  display: inline-block;
-
 
140
}
-
 
141
 
-
 
142
.filterButtonSmall {
-
 
143
  text-decoration: none;
-
 
144
}
-
 
145
 
-
 
146
.filterButton .badge {
-
 
147
  position: absolute;
-
 
148
  top: -10px;
-
 
149
  right: -10px;
-
 
150
  padding: 3px 6px;
-
 
151
  border-radius: 50%;
-
 
152
  background-color: black;
-
 
153
  color: white;
-
 
154
}
-
 
155
 
133
 
156
 
134
/* Hide on larger and smaller screens */
157
/* Hide on larger and smaller screens */
135
@media screen and (max-width: 1199px) {
158
@media screen and (max-width: 1199px) {
136
	.hide-large {
159
	.hide-large {
137
		display: none !important;
160
		display: none !important;