2016-10-26 06:13:39 +02:00
|
|
|
#subs_page_loading_indicator {
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber_list_loading_indicator {
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-email-hint-image {
|
|
|
|
float: right;
|
|
|
|
width: 80px;
|
|
|
|
padding-right: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_header.collapsed {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_settings,
|
|
|
|
.subscription_header,
|
|
|
|
.subscription_header.active {
|
|
|
|
background-color: #fefefe;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color_swatch {
|
|
|
|
display: inline-block;
|
|
|
|
height: 18px;
|
|
|
|
width: 18px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 0 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions {
|
|
|
|
margin-top: 55px;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions_table .subscription_block {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-info-container {
|
|
|
|
display: inline-block;
|
|
|
|
/* subtract out the width of the subscribe button and arrow. */
|
|
|
|
width: calc(100% - 260px);
|
|
|
|
/* to center the container vertically. */
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-setting-icon {
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-info {
|
|
|
|
display: inline-block;
|
|
|
|
/* to provide space for the setting-icon. */
|
|
|
|
max-width: calc(100% - 31px);
|
|
|
|
margin-top: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: normal;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-info .light {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
#add_new_subscription {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#create_or_filter_stream_row > .subscription_table_elem {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions-status {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 999;
|
|
|
|
display: block;
|
|
|
|
left: 300px;
|
|
|
|
right: 300px;
|
|
|
|
margin: 0px auto;
|
|
|
|
opacity: 0.9 !important;
|
|
|
|
top: 55px;
|
|
|
|
max-width: 800px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#close-subscriptions-status {
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 17px;
|
|
|
|
right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_header {
|
|
|
|
min-height: 47px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-name-row {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-name-row,
|
|
|
|
.subscription-description-row {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_header .subscription_lock {
|
|
|
|
font-size: 23px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 12px;
|
|
|
|
margin-right: 1px;
|
|
|
|
}
|
|
|
|
|
2016-10-28 02:44:40 +02:00
|
|
|
.subscription_settings .btn {
|
|
|
|
border-radius: 2px;
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscription_settings ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-email {
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
2016-10-28 02:44:40 +02:00
|
|
|
padding: 5px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
background-color: #EEE;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
border-radius: 4px;
|
2016-10-26 06:13:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-control-label {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sp-preview {
|
|
|
|
width: 20px;
|
|
|
|
border: none;
|
|
|
|
box-shadow: 0px 0px 1px rgba(0,0,0,1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.sp-replacer {
|
|
|
|
margin-right: 12px;
|
|
|
|
border: none;
|
|
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-email .email-address {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
white-space: -moz-pre-wrap !important;
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.muted-sub {
|
|
|
|
color: #A3A3A3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mute-note {
|
|
|
|
font-size: 90%;
|
|
|
|
font-color: #525252;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-mute-note {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub_setting_control {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2016-10-28 23:25:00 +02:00
|
|
|
.stream-row:hover .preview-stream {
|
2016-10-26 06:13:39 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview-stream {
|
|
|
|
display: none;
|
|
|
|
float: right;
|
|
|
|
padding: 3px 10px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
margin: 9px 10px 0px 0px;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview-stream:hover {
|
|
|
|
color: #333;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #ebebeb;
|
|
|
|
border: 1px solid #adadad;
|
|
|
|
}
|
|
|
|
|
2016-10-29 01:58:22 +02:00
|
|
|
.btn.sub_unsub_button {
|
2016-10-26 06:13:39 +02:00
|
|
|
display: inline-block;
|
|
|
|
min-width: 140px;
|
|
|
|
float: right;
|
|
|
|
margin-top: 9px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub_arrow {
|
|
|
|
float: right;
|
|
|
|
line-height: 47px;
|
|
|
|
padding: 0 15px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#create_or_filter_stream_row td {
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
border-color: #BBB;
|
|
|
|
border-bottom: 1px solid #BBB;
|
|
|
|
}
|
|
|
|
|
|
|
|
#create_or_filter_stream_row input[type="text"] {
|
|
|
|
width: 220px;
|
|
|
|
margin: 5px 0 20px 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form#add_new_subscription {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#create_stream_button {
|
|
|
|
min-width: 140px;
|
|
|
|
float: right;
|
|
|
|
margin-top: 9px;
|
|
|
|
/* margin-right: 38px will align with .sub_unsub_button
|
|
|
|
10px will align with the right edge of #subscriptions_table */
|
|
|
|
margin-right: 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream_name_error {
|
|
|
|
display: none;
|
|
|
|
margin-left: 2px;
|
|
|
|
color: #FF0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub_settings_title {
|
|
|
|
line-height: 30px;
|
|
|
|
margin: 10px 0;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-stream-name,
|
|
|
|
.stream-rename-button {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings_committed {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber-list-box {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber_list_container {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: auto;
|
|
|
|
max-height: 300px;
|
|
|
|
overflow: auto;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber-list {
|
|
|
|
width: auto;
|
|
|
|
margin: auto;
|
|
|
|
background: #efefef;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber-list tr:nth-child(even) {
|
|
|
|
background: #fafafa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber-name,
|
|
|
|
.subscriber-email {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber-name {
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber-email {
|
|
|
|
margin-left: 20px;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriber_list_add {
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.remove-subscriber-form {
|
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription-status {
|
|
|
|
width: 200px;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -100px;
|
|
|
|
bottom: 30px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions h1 {
|
|
|
|
font-size: 25px;
|
|
|
|
font-weight: 300;
|
|
|
|
padding-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscriptions .streams-icon {
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.change-stream-privacy {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.change-stream-privacy-feedback {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-10-29 01:58:22 +02:00
|
|
|
|
2016-10-28 02:44:40 +02:00
|
|
|
.subscriptions-overlay-bg {
|
|
|
|
font: menu;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
background-color: rgba(20,20,20,0.7);
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container {
|
|
|
|
position: relative;
|
|
|
|
height: 80%;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 0px;
|
|
|
|
width: 900px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-header {
|
|
|
|
padding: 12px;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 700;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container .exit {
|
|
|
|
font-weight: 400;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 10px;
|
|
|
|
color: #AAA;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container .exit-sign {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
margin-left: 3px;
|
|
|
|
font-size: 1.7em;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container .left,
|
|
|
|
.subscriptions-container .right {
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
width: 50%;
|
|
|
|
height: calc(100% - 39px);
|
|
|
|
margin: 0px -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container .left {
|
|
|
|
border-right: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container .left .search-container {
|
|
|
|
padding: 6px 8px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container .right .display-type {
|
|
|
|
padding: 6px;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container .display-type.preview:after {
|
|
|
|
content: "Preview";
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container .display-type.preferences:after {
|
|
|
|
content: "Preferences";
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container .right iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: calc(100% - 41px);
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container input[type=text].small {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 3px;
|
|
|
|
outline: none;
|
|
|
|
color: #444;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container input[type=text].small:focus {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriptions-container input[type=text].small:valid {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#find_streams {
|
|
|
|
width: 194px;
|
|
|
|
}
|
|
|
|
|
2016-10-29 01:58:22 +02:00
|
|
|
.streams-list {
|
|
|
|
overflow: auto;
|
|
|
|
height: calc(100% - 41px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row {
|
|
|
|
padding: 15px 10px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row.active {
|
|
|
|
background-color: #eee;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row.no-border {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
2016-10-28 02:44:40 +02:00
|
|
|
.stream-row > div {
|
2016-10-29 01:58:22 +02:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .check {
|
|
|
|
width: 25px;
|
|
|
|
height: 35px;
|
|
|
|
margin-right: 8px;
|
|
|
|
background-size: 60% auto;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .checked {
|
|
|
|
background-image: url(../images/checkbox-green.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .icon {
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
margin-right: 8px;
|
|
|
|
background-color: purple;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .icon .symbol {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .icon .icon-vector-lock {
|
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .icon .hashtag {
|
|
|
|
font-size: 1.4em;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .sub-info-box {
|
|
|
|
width: calc(100% - 90px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .sub-info-box .top-bar > div {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2016-10-28 02:44:40 +02:00
|
|
|
.stream-row .sub-info-box .top-bar .stream-name {
|
2016-10-29 01:58:22 +02:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .sub-info-box .top-bar .message-count,
|
|
|
|
.stream-row .sub-info-box .top-bar .subscriber-count {
|
|
|
|
float: right;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .sub-info-box .top-bar .subscriber-count {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .sub-info-box .description {
|
|
|
|
margin-top: 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2016-11-05 01:16:30 +01:00
|
|
|
#subscription_overlay .stream-description:empty:after,
|
|
|
|
.stream-row .sub-info-box .description:empty:after {
|
|
|
|
content: attr(data-no-description);
|
2016-10-29 01:58:22 +02:00
|
|
|
font-style: italic;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-row .settings-dropdown-trigger {
|
|
|
|
float: right;
|
|
|
|
margin-left: 10px;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
2016-10-28 02:44:40 +02:00
|
|
|
|
|
|
|
#subscription_overlay .inner-box {
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .stream-header {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .stream-header .stream-name {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .stream-header .large-icon {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .stream-description {
|
|
|
|
font-size: 0.9em;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .subscription-type {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .subscription-type b {
|
|
|
|
font-weight: 600;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .stream-header .large-icon.hash::after {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
content: "#";
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay {
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
background-color: rgba(0,0,0,0.8);
|
|
|
|
overflow: auto;
|
|
|
|
z-index: 102;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay.show {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .subscription_settings {
|
|
|
|
display: none;
|
|
|
|
position: relative;
|
|
|
|
width: 600px;
|
|
|
|
margin: 0 auto;
|
|
|
|
border-radius: 4px;
|
|
|
|
top: -1px;
|
|
|
|
max-height: 85vh;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .subscription_settings.show {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .subscription_settings ul {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 10px;
|
|
|
|
background-color: #EEE;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .subscription_settings ul li {
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .subscription_settings ul li input[type=checkbox] {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .subscription_settings ul li:last-of-type {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subscription_overlay .subscription_settings ul li .sp-replacer {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|