|
@@ -59,7 +59,8 @@
|
|
|
.w150 { display: inline-block; width: 150px; }
|
|
|
.w200 { display: inline-block; width: 200px; }
|
|
|
.max360 { max-width: 360px; }
|
|
|
-.toggle .card-header { position: relative; padding: 15px 20px; background-color: #FAFAFA; border: 1px solid #d1d1d1; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
|
|
|
+.toggle .card-header { position: relative; padding: 15px 20px; background-color: #FAFAFA; border: 1px solid #d1d1d1; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; cursor: pointer; }
|
|
|
+.toggle .card-header:hover { background-color: #ececec; }
|
|
|
.toggle .card-header h1 { margin-bottom: 0px; }
|
|
|
.toggle .card-header a.toggleBtn { position: absolute; top: 50%; right: 20px; margin-top: -15px; display: block; width: 30px; height: 30px; text-indent: -9999px; background-image: url('../../images/arrow_bottom.png'); background-position: center; background-repeat: no-repeat; }
|
|
|
.toggle .card-header a.toggleBtn.active { background-image: url('../../images/arrow_top.png'); }
|