2011-09-08 01:48:33 +00:00
|
|
|
.small-round {
|
|
|
|
border-radius: 15px;
|
|
|
|
padding: 2px 9px !important;
|
|
|
|
font-size: 18px !important;
|
2011-06-27 11:14:14 +00:00
|
|
|
}
|
2011-09-08 01:48:33 +00:00
|
|
|
.large-round {
|
|
|
|
border-radius: 21px !important;
|
|
|
|
padding: 11px 11px 11px 15px !important;
|
2011-06-27 11:14:14 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 01:48:33 +00:00
|
|
|
.popover-wrapper {
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -280px;
|
|
|
|
top: 45px;
|
|
|
|
width: 210px;
|
|
|
|
height: 200px;
|
2011-06-27 11:14:14 +00:00
|
|
|
}
|