Merge branch 'develop' into vrfs1483
This commit is contained in:
commit
634de87e90
|
|
@ -1,76 +1,77 @@
|
|||
.bubble {
|
||||
width:350px;
|
||||
min-height:200px;
|
||||
background-color:#242323;
|
||||
border:solid 1px #ed3618;
|
||||
position:absolute;
|
||||
z-index:999;
|
||||
}
|
||||
width:350px;
|
||||
min-height:200px;
|
||||
background-color:#242323;
|
||||
border:solid 1px #ed3618;
|
||||
position:absolute;
|
||||
z-index:999;
|
||||
|
||||
.bubble.musician-bubble {
|
||||
width:410px;
|
||||
}
|
||||
|
||||
.bubble h2 {
|
||||
padding:6px 0px;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
font-weight:200;
|
||||
width:100%;
|
||||
background-color:#ed3618;
|
||||
}
|
||||
&.musician-bubble {
|
||||
width:410px;
|
||||
}
|
||||
|
||||
.bubble h3 {
|
||||
font-weight:400;
|
||||
font-size:16px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.bubble-inner {
|
||||
padding:10px;
|
||||
color:#ccc;
|
||||
}
|
||||
|
||||
.bubble-inner div.mb {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight:600 !important;
|
||||
}
|
||||
|
||||
.musicians {
|
||||
margin-top:-3px;
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
.musicians td {
|
||||
border-right:none;
|
||||
border-top:none;
|
||||
padding:3px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.musicians a {
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.avatar-tiny {
|
||||
float:left;
|
||||
padding:1px;
|
||||
width:24px;
|
||||
height:24px;
|
||||
h2 {
|
||||
padding:6px 0px;
|
||||
text-align:center;
|
||||
font-size:15px;
|
||||
font-weight:200;
|
||||
width:100%;
|
||||
background-color:#ed3618;
|
||||
-webkit-border-radius:12px;
|
||||
-moz-border-radius:12px;
|
||||
border-radius:12px;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-tiny img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
-webkit-border-radius:12px;
|
||||
-moz-border-radius:12px;
|
||||
border-radius:12px;
|
||||
h3 {
|
||||
font-weight:400;
|
||||
font-size:16px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.bubble-inner {
|
||||
padding:10px;
|
||||
color:#ccc;
|
||||
}
|
||||
|
||||
.bubble-inner div.mb {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight:600 !important;
|
||||
}
|
||||
|
||||
.musicians {
|
||||
margin-top:-3px;
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
.musicians td {
|
||||
border-right:none;
|
||||
border-top:none;
|
||||
padding:3px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.musicians a {
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.avatar-tiny {
|
||||
float:left;
|
||||
padding:1px;
|
||||
width:24px;
|
||||
height:24px;
|
||||
background-color:#ed3618;
|
||||
-webkit-border-radius:12px;
|
||||
-moz-border-radius:12px;
|
||||
border-radius:12px;
|
||||
}
|
||||
|
||||
.avatar-tiny img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
-webkit-border-radius:12px;
|
||||
-moz-border-radius:12px;
|
||||
border-radius:12px;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue