@@ -0,0 +1,549 @@
|
||||
/* Event details meta box arrow and handle fix */
|
||||
|
||||
.js #ai1ec_event .handlediv:before {
|
||||
content: '\f142';
|
||||
right: 12px;
|
||||
font: 400 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 8px 10px;
|
||||
top: 0;
|
||||
position: relative;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-decoration: none!important;
|
||||
}
|
||||
.js #ai1ec_event.closed .handlediv:before {
|
||||
content: '\f140';
|
||||
}
|
||||
.js #ai1ec_event .hndle {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* General form attributes */
|
||||
|
||||
/* Add/edit event form hidden by default to that DOM can be rearranged without
|
||||
flashing of unstyled content. */
|
||||
.icon32-posts-ai1ec_event ~ #post {
|
||||
visibility: hidden;
|
||||
}
|
||||
.icon32-posts-ai1ec_event ~ #post.ai1ec-visible {
|
||||
visibility: visible;
|
||||
}
|
||||
#ai1ec-time-and-date-box .ai1ec-panel-body {
|
||||
min-height: 200px;
|
||||
}
|
||||
.ai1ec-form, .ai1ec-form-nested {
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.ai1ec-form td.ai1ec-first, .ai1ec-form-nested td.ai1ec-first {
|
||||
width: 8.5em;
|
||||
}
|
||||
.ai1ec-first-padding {
|
||||
padding-left: 8.5em;
|
||||
}
|
||||
.ai1ec-form label,
|
||||
.ai1ec-form-nested label {
|
||||
font-weight: normal;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.ai1ec-form td, .ai1ec-form-nested td {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Event post fields
|
||||
*/
|
||||
|
||||
.timely .ai1ec-date-input {
|
||||
background: no-repeat url(../img/date-field-icon.png) 95% 40%;
|
||||
display: inline-block;
|
||||
width: 8.5em;
|
||||
}
|
||||
.timely .ai1ec-time-input {
|
||||
display: inline-block;
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
.timely .ai1ec-input-warn {
|
||||
border-color: red;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.timely .ai1ec-cost-types {
|
||||
margin-top: 8px;
|
||||
}
|
||||
.timely .ai1ec-cost-types label {
|
||||
margin-right: 25px;
|
||||
}
|
||||
.timely .ai1ec-cost-types input {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.timely #ai1ec-event-cost-box tr {
|
||||
height: 36px;
|
||||
}
|
||||
.timely #ai1ec-event-cost-box .ai1ec-tickets-panel {
|
||||
border-color: #eee;
|
||||
padding: 12px;
|
||||
margin-top: 8px;
|
||||
max-width: 550px;
|
||||
}
|
||||
.timely #ai1ec-event-cost-box .ai1ec-tickets-panel .ai1ec-first {
|
||||
width: 100px;
|
||||
}
|
||||
.timely #ai1ec-event-cost-box .ai1ec-tickets-dates {
|
||||
padding: 8px;
|
||||
display: none;
|
||||
}
|
||||
.timely #ai1ec-event-cost-box .ai1ec-tickets-dates > div {
|
||||
margin: 4px 0;
|
||||
}
|
||||
.timely #ai1ec-event-cost-box .ai1ec-tickets-dates label {
|
||||
display: inline-block;
|
||||
width: 50px;
|
||||
}
|
||||
.timely .ai1ec-tickets-dates-block {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.timely .ai1ec-tickets-list-cost {
|
||||
width: 50px;
|
||||
}
|
||||
.timely .ai1ec-tickets-list-status {
|
||||
width: 80px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.timely .ai1ec-tickets-list-buttons {
|
||||
width: 125px;
|
||||
}
|
||||
.timely .ai1ec-ticket-field-error {
|
||||
color: red;
|
||||
font-size: 11px;
|
||||
margin-top: 5px;
|
||||
font-weight: bold;
|
||||
display: none;
|
||||
}
|
||||
.timely .ai1ec-tickets-limits label {
|
||||
display: inline;
|
||||
}
|
||||
.timely .ai1ec-tickets-limits input {
|
||||
display: inline;
|
||||
width: 50px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.timely .ai1ec-tickets-datepicker {
|
||||
background: no-repeat url(../img/date-field-icon.png) 95% 40%;
|
||||
width: 110px;
|
||||
display: inline-block;
|
||||
}
|
||||
.timely .ai1ec-tickets-time {
|
||||
width: 55px;
|
||||
display: inline-block;
|
||||
}
|
||||
.ai1ec-error {
|
||||
border-color: #f00 !important;
|
||||
}
|
||||
.timely .ai1ec-ticket-editing {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.timely a.ai1ec-remove-ticket {
|
||||
color: #d9534f;
|
||||
padding: 0;
|
||||
margin-top: -12px;
|
||||
margin-right: -9px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
#ai1ec-ticket-forms > .ai1ec-tickets-panel {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.ai1ec-tickets-form-template {
|
||||
display: none !important;
|
||||
}
|
||||
#ai1ec_add_new_ticket {
|
||||
margin: 15px 0 20px;
|
||||
}
|
||||
.ai1ec-reset-css * {
|
||||
all: initial !important;
|
||||
}
|
||||
#ai1ec_cancel_edit_ticket {
|
||||
margin-right: 6px;
|
||||
display: none;
|
||||
}
|
||||
#ai1ec_save_ticket {
|
||||
display: none;
|
||||
}
|
||||
#ai1ec_ticket_price {
|
||||
width: 80px;
|
||||
margin-right: 4px;
|
||||
display: inline-block;
|
||||
}
|
||||
#ai1ec_ticket_quantity {
|
||||
display: inline-block;
|
||||
width: 60px;
|
||||
margin: 0 16px 0 36px;
|
||||
}
|
||||
#ai1ec_new_ticket_status {
|
||||
width: inherit;
|
||||
}
|
||||
#ai1ec_ticket_quantity,
|
||||
label.ai1ec_ticket_show_remaining {
|
||||
display: none;
|
||||
}
|
||||
td.ai1ec-avail-block {
|
||||
vertical-align: top;
|
||||
padding-top: 7px;
|
||||
}
|
||||
.ai1ec-tickets-list-template {
|
||||
display: none;
|
||||
}
|
||||
.ai1ec-tickets-list-cost {
|
||||
font-weight: bold;
|
||||
}
|
||||
.ai1ec-tickets-external,
|
||||
.ai1ec-tickets-form,
|
||||
.ai1ec-tickets-list-container {
|
||||
display: none;
|
||||
}
|
||||
#ai1ec_ticket_ext_cost {
|
||||
width: 100px;
|
||||
display: inline;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.ai1ec-no-tickets {
|
||||
margin-top: 15px;
|
||||
}
|
||||
.ai1ec-no-tickets .ai1ec-first {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
#ai1ec_ticket_ext_url {
|
||||
max-width: 420px;
|
||||
}
|
||||
.ai1ec-tickets-list {
|
||||
padding: 6px 12px !important;
|
||||
margin: 0;
|
||||
}
|
||||
/* Recurrence fields */
|
||||
#ai1ec_repeat_text a,
|
||||
#ai1ec_exclude_text a,
|
||||
#ai1ec_exclude-dates-input {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dashed red;
|
||||
}
|
||||
#ai1ec_exclude_text {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#ai1ec_venue,
|
||||
#ai1ec_address,
|
||||
#ai1ec_cost,
|
||||
#ai1ec_contact_name,
|
||||
#ai1ec_contact_phone,
|
||||
#ai1ec_contact_email,
|
||||
#ai1ec_contact_url,
|
||||
#ai1ec_ticket_url {
|
||||
width: 100%;
|
||||
max-width: 24em;
|
||||
}
|
||||
#ai1ec-event-location-box {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Google map */
|
||||
.ai1ec-map-preview {
|
||||
border: 1px solid #ddd;
|
||||
opacity: 0.25;
|
||||
pointer-events: none;
|
||||
width: 100%;
|
||||
}
|
||||
.ai1ec-map-preview.ai1ec-map-visible {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
#ai1ec_map_canvas {
|
||||
width: 100%;
|
||||
height: 155px;
|
||||
}
|
||||
|
||||
/* Coordinates */
|
||||
#ai1ec_table_coordinates {
|
||||
width: 100%;
|
||||
}
|
||||
#ai1ec_table_coordinates input {
|
||||
max-width: 312px;
|
||||
}
|
||||
|
||||
/* Bottom publish button */
|
||||
.ai1ec_bottom_publish {
|
||||
min-width: 80px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/**
|
||||
* Calendrical date/timepicker widget
|
||||
*/
|
||||
|
||||
.calendricalDatePopup, .calendricalTimePopup {
|
||||
z-index: 2;
|
||||
}
|
||||
.calendricalDatePopup {
|
||||
background: white;
|
||||
border: solid 1px #999999;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
}
|
||||
.calendricalDatePopup table {
|
||||
border-collapse: collapse;
|
||||
width: 200px;
|
||||
}
|
||||
.calendricalDatePopup table .monthCell {
|
||||
padding: 2px 0;
|
||||
}
|
||||
.calendricalDatePopup table .monthCell a {
|
||||
display: block;
|
||||
float: left;
|
||||
line-height: 20px;
|
||||
}
|
||||
.calendricalDatePopup table .monthCell .prevMonth, .calendricalDatePopup table .monthCell .nextMonth {
|
||||
width: 24px;
|
||||
}
|
||||
.calendricalDatePopup table .monthCell .monthName {
|
||||
width: 150px;
|
||||
}
|
||||
.calendricalDatePopup table a {
|
||||
text-decoration: none !important; padding: 0;
|
||||
}
|
||||
.calendricalDatePopup table th {
|
||||
text-align: center;
|
||||
}
|
||||
.calendricalDatePopup table td {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
padding: 0;
|
||||
font-family: inherit;
|
||||
}
|
||||
.calendricalDatePopup table td a {
|
||||
display: block;
|
||||
color: black;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
.calendricalDatePopup table td a:hover {
|
||||
background: #ccccff;
|
||||
border: none;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
.calendricalDatePopup table td.today a {
|
||||
background: #f8f8c0;
|
||||
}
|
||||
.calendricalDatePopup table td.selected a {
|
||||
background: #ccccff;
|
||||
}
|
||||
.calendricalDatePopup table td.today_selected a {
|
||||
background: #f8f8c0;
|
||||
border: solid 1px #dddd66;
|
||||
padding: 1px 2px;
|
||||
}
|
||||
.calendricalDatePopup table td.nonMonth a {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.calendricalTimePopup {
|
||||
background: white;
|
||||
border: solid 1px #999999;
|
||||
width: 110px;
|
||||
height: 130px;
|
||||
overflow: auto;
|
||||
}
|
||||
.calendricalTimePopup ul {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.calendricalTimePopup ul li {
|
||||
list-style: none !important;
|
||||
padding: 0 !important;
|
||||
margin: 0;
|
||||
}
|
||||
.calendricalTimePopup ul li a, .calendricalTimePopup ul li a:visited {
|
||||
text-indent: 10px;
|
||||
padding: 4px;
|
||||
display: block;
|
||||
color: black;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.calendricalTimePopup ul li a:hover, .calendricalTimePopup ul li.selected a {
|
||||
background: #ccccff;
|
||||
}
|
||||
|
||||
.calendricalEndTimePopup {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Recurrence modal controls
|
||||
*/
|
||||
|
||||
/* Recurrence tabs styling override */
|
||||
.timely #ai1ec_repeat_box .ai1ec-nav-pills > li + li {
|
||||
margin-left: 0;
|
||||
}
|
||||
#ai1ec_repeat_box .ai1ec-nav > .ai1ec-col-xs-3 {
|
||||
padding: 0 8px;
|
||||
}
|
||||
.timely #ai1ec_repeat_box .ai1ec-nav > li > a {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.timely .ai1ec-text-error {
|
||||
color: red;
|
||||
font-size: 11px;
|
||||
margin-top: 5px;
|
||||
font-weight: bold;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.timely .ai1ec-tab-title-error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#ai1ec_review_enjoying_question,
|
||||
#ai1ec_review_not_enjoying_question,
|
||||
#ai1ec_not_enjoying_popup {
|
||||
padding-top: 30px;
|
||||
}
|
||||
/* Range input (from jQuery Tools) */
|
||||
|
||||
/* slider root element */
|
||||
.ai1ec-slider {
|
||||
background:#eee;
|
||||
height:0.4em;
|
||||
position:relative;
|
||||
cursor:pointer;
|
||||
border:1px solid #ccc;
|
||||
width:8.8em;
|
||||
margin: 0.7em 0.25em 0 0;
|
||||
float:left;
|
||||
clear:right;
|
||||
border-radius:3px;
|
||||
-moz-border-radius:3px;
|
||||
-webkit-border-radius:3px;
|
||||
}
|
||||
/* progress bar (enabled with progress: true) */
|
||||
.ai1ec-progress {
|
||||
display: none;
|
||||
}
|
||||
/* drag handle */
|
||||
.timely .ai1ec-handle {
|
||||
background:#fff;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
top: -0.5em;
|
||||
margin-top: 1px;
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
display: block;
|
||||
border: 1px solid #ccc;
|
||||
cursor:move;
|
||||
border-radius: 0.25em;
|
||||
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
|
||||
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
|
||||
-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
|
||||
-o-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
|
||||
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
|
||||
}
|
||||
/* the input field */
|
||||
.ai1ec-range {
|
||||
text-align:center;
|
||||
width:3em;
|
||||
border: 1px solid #dfdfdf;
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/**
|
||||
* Weekday/day/month button groups
|
||||
*/
|
||||
|
||||
.ai1ec-btn-group-grid > .ai1ec-pull-left {
|
||||
padding: 0 0.5em 0.5em 0;
|
||||
width: 14.2%;
|
||||
}
|
||||
#ai1ec_yearly_date_select > .ai1ec-pull-left {
|
||||
width: 16.6%;
|
||||
}
|
||||
|
||||
.ai1ec-info-text {
|
||||
font-size: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ai1ec-cost-label {
|
||||
vertical-align: top;
|
||||
margin-top: 5px;
|
||||
}
|
||||
#ai1ec_cost {
|
||||
-webkit-transition: width 0.2s, padding 0.2s, opacity 0.2s;
|
||||
-moz-transition: width 0.2s, padding 0.2s, opacity 0.2s;
|
||||
-ms-transition: width 0.2s, padding 0.2s, opacity 0.2s;
|
||||
-o-transition: width 0.2s, padding 0.2s, opacity 0.2s;
|
||||
transition: width 0.2s, padding 0.2s, opacity 0.2s;
|
||||
}
|
||||
#ai1ec_cost.ai1ec-hidden {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
opacity: 0;
|
||||
padding: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
#s2id_timezone-select {
|
||||
width: 172px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#ai1ec_event_banner > .inside > p {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.ai1ec-banner-image-frame .edit-attachment {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#ai1ec_rec_dates_list {
|
||||
line-height: 1.7em;
|
||||
}
|
||||
#ai1ec_recurrence_calendar .ai1ec-datepicker-inline {
|
||||
width: auto;
|
||||
}
|
||||
#ai1ec_recurrence_calendar .ai1ec-datepicker-inline table {
|
||||
width: 100%;
|
||||
}
|
||||
#ai1ec_event_inline_alert .ai1ec_ticketing_required_alert {
|
||||
list-style: inherit;
|
||||
line-height: 24px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.ai1ec_ticketing_required_alert li {
|
||||
margin-left: 30px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.ai1ec-tax-options-button {
|
||||
position: absolute;
|
||||
margin-top: -43px !important;
|
||||
margin-left: -9px;
|
||||
}
|
||||
.ai1ec-features-list {
|
||||
list-style: disc;
|
||||
padding-left:25px;
|
||||
}
|
||||
.ai1ec-features-list a,
|
||||
.ai1ec-features-list a:hover,
|
||||
.ai1ec-features-list a:visited,
|
||||
.ai1ec-features-list a:active {
|
||||
color: #6ba136;
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
.ai1ec-addon {
|
||||
max-width:246px;
|
||||
padding: 6px;
|
||||
margin-right: 8px;
|
||||
margin-bottom: 8px;
|
||||
border: 1px solid #CCC;
|
||||
display: inline-block;
|
||||
}
|
||||
.ai1ec-addon-title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.ai1ec-addon-excerpt {
|
||||
font-size: 11px;
|
||||
height: 32px;
|
||||
overflow: hidden;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.ai1ec-addon-button {
|
||||
display: inline-block;
|
||||
padding: 3px 6px;
|
||||
margin-top: 6px;
|
||||
border: 1px solid #CCC;
|
||||
border-radius: 3px;
|
||||
background: #F5F5F5;
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
}
|
||||
6813
wp-content/plugins/all-in-one-event-calendar/public/admin/css/bootstrap.min.css
vendored
Normal file
6813
wp-content/plugins/all-in-one-event-calendar/public/admin/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
127
wp-content/plugins/all-in-one-event-calendar/public/admin/css/bootstrap_colorpicker.css
vendored
Normal file
127
wp-content/plugins/all-in-one-event-calendar/public/admin/css/bootstrap_colorpicker.css
vendored
Normal file
@@ -0,0 +1,127 @@
|
||||
/*!
|
||||
* Colorpicker for Bootstrap
|
||||
*
|
||||
* Copyright 2012 Stefan Petre
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*/
|
||||
.colorpicker-saturation {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-image: url(../img/saturation.png);
|
||||
cursor: crosshair;
|
||||
float: left;
|
||||
}
|
||||
.colorpicker-saturation i {
|
||||
display: block;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
border: 1px solid #000;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
margin: -4px 0 0 -4px;
|
||||
}
|
||||
.colorpicker-saturation i b {
|
||||
display: block;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
border: 1px solid #fff;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.colorpicker-hue, .colorpicker-alpha {
|
||||
width: 15px;
|
||||
height: 100px;
|
||||
float: left;
|
||||
cursor: row-resize;
|
||||
margin-left: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.colorpicker-hue i, .colorpicker-alpha i {
|
||||
display: block;
|
||||
height: 1px;
|
||||
background: #000;
|
||||
border-top: 1px solid #fff;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
margin-top: -1px;
|
||||
}
|
||||
.colorpicker-hue {
|
||||
background-image: url(../img/hue.png);
|
||||
}
|
||||
.colorpicker-alpha {
|
||||
background-image: url(../img/alpha.png);
|
||||
display: none;
|
||||
}
|
||||
.colorpicker {
|
||||
*zoom: 1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 4px;
|
||||
min-width: 120px;
|
||||
margin-top: 1px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.colorpicker:before, .colorpicker:after {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
.colorpicker:after {
|
||||
clear: both;
|
||||
}
|
||||
.colorpicker:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
left: 6px;
|
||||
}
|
||||
.colorpicker:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #ffffff;
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: 7px;
|
||||
}
|
||||
.colorpicker div {
|
||||
position: relative;
|
||||
}
|
||||
.colorpicker.alpha {
|
||||
min-width: 140px;
|
||||
}
|
||||
.colorpicker.alpha .colorpicker-alpha {
|
||||
display: block;
|
||||
}
|
||||
.colorpicker-color {
|
||||
height: 10px;
|
||||
margin-top: 5px;
|
||||
clear: both;
|
||||
background-image: url(../img/alpha.png);
|
||||
background-position: 0 100%;
|
||||
}
|
||||
.colorpicker-color div {
|
||||
height: 10px;
|
||||
}
|
||||
.ai1ec-input-group.color .ai1ec-input-group-addon i {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
@@ -0,0 +1,239 @@
|
||||
#tag-color {
|
||||
width: 39px;
|
||||
height: 24px;
|
||||
background: url( ../img/color-picker.png );
|
||||
cursor: pointer;
|
||||
}
|
||||
#tag-color:hover {
|
||||
background-position: 0px -24px;
|
||||
}
|
||||
#tag-color-background {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
left: 3px;
|
||||
width: 20px;
|
||||
height: 18px;
|
||||
background: transparent;
|
||||
}
|
||||
ul.colorpicker-list {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
margin: 0;
|
||||
padding: 0.1em;
|
||||
position: absolute;
|
||||
width: 136px;
|
||||
}
|
||||
.colorpicker-list li {
|
||||
float: left;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin: 1px;
|
||||
cursor: pointer;
|
||||
border-radius: 2px;
|
||||
-o-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
}
|
||||
.colorpicker-list li:hover {
|
||||
opacity: 0.85;
|
||||
}
|
||||
.colorpicker-list li.ai1ec-btn {
|
||||
height: auto;
|
||||
}
|
||||
.color-1 { background: #9fcb33; }
|
||||
.color-2 { background: #2ecc71; }
|
||||
.color-3 { background: #1abc9c; }
|
||||
.color-4 { background: #3498db; }
|
||||
.color-5 { background: #6879C9; }
|
||||
.color-6 { background: #9b59b6; }
|
||||
.color-7 { background: #b23f73; }
|
||||
.color-8 { background: #e74c3c; }
|
||||
.color-9 { background: #7ba633; }
|
||||
.color-10 { background: #27ae60; }
|
||||
.color-11 { background: #16a085; }
|
||||
.color-12 { background: #2273A8; }
|
||||
.color-13 { background: #5C62B3; }
|
||||
.color-14 { background: #8e44ad; }
|
||||
.color-15 { background: #832d51; }
|
||||
.color-16 { background: #c0392b; }
|
||||
.color-17 { background: #FFE84B; }
|
||||
.color-18 { background: #f8c82d; }
|
||||
.color-19 { background: #e67e22; }
|
||||
.color-20 { background: #2D547B; }
|
||||
.color-21 { background: #516B81; }
|
||||
.color-22 { background: #95a5a6; }
|
||||
.color-23 { background: #dae0e2; }
|
||||
.color-24 { background: #ffffff; }
|
||||
.color-25 { background: #e5ba5a; }
|
||||
.color-26 { background: #E0933D; }
|
||||
.color-27 { background: #BB5611; }
|
||||
.color-28 { background: #000000; }
|
||||
.color-29 { background: #3A4E62; }
|
||||
.color-30 { background: #7f8c8d; }
|
||||
.color-31 { background: #bdc3c7; }
|
||||
.color-32 { background: url( ../img/color-picker-default.png ); }
|
||||
.colorpicker {
|
||||
width: 356px;
|
||||
height: 176px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
background: url(../img/colorpicker_background.png);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
display: none;
|
||||
z-index: 2;
|
||||
}
|
||||
.colorpicker_color {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
left: 14px;
|
||||
top: 13px;
|
||||
position: absolute;
|
||||
background: #f00;
|
||||
overflow: hidden;
|
||||
cursor: crosshair;
|
||||
}
|
||||
.colorpicker_color div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
background: url(../img/colorpicker_overlay.png);
|
||||
}
|
||||
.colorpicker_color div div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
overflow: hidden;
|
||||
background: url(../img/colorpicker_select.gif);
|
||||
margin: -5px 0 0 -5px;
|
||||
}
|
||||
.colorpicker_hue {
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
left: 171px;
|
||||
width: 35px;
|
||||
height: 150px;
|
||||
}
|
||||
.colorpicker_hue div {
|
||||
cursor: ns-resize;
|
||||
position: absolute;
|
||||
width: 35px;
|
||||
height: 9px;
|
||||
overflow: hidden;
|
||||
background: url(../img/colorpicker_indic.gif) left top;
|
||||
margin: -4px 0 0 0;
|
||||
left: 0px;
|
||||
}
|
||||
.colorpicker_new_color {
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
height: 30px;
|
||||
left: 213px;
|
||||
top: 13px;
|
||||
background: #f00;
|
||||
}
|
||||
.colorpicker_current_color {
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
height: 30px;
|
||||
left: 283px;
|
||||
top: 13px;
|
||||
background: #f00;
|
||||
}
|
||||
.colorpicker input {
|
||||
background-color: transparent !important;
|
||||
border: 1px solid transparent;
|
||||
border-color: transparent !important;
|
||||
border-radius: 0 !important;
|
||||
box-sizing: content-box !important;
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #898989;
|
||||
top: 4px;
|
||||
right: 11px;
|
||||
text-align: right;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 11px;
|
||||
}
|
||||
.colorpicker_hex {
|
||||
position: absolute;
|
||||
width: 72px;
|
||||
height: 22px;
|
||||
background: url(../img/colorpicker_hex.png) top;
|
||||
left: 212px;
|
||||
top: 142px;
|
||||
}
|
||||
.colorpicker_hex input {
|
||||
right: 6px;
|
||||
}
|
||||
.colorpicker_field {
|
||||
height: 22px;
|
||||
width: 62px;
|
||||
background-position: top;
|
||||
position: absolute;
|
||||
}
|
||||
.colorpicker_field span {
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 22px;
|
||||
overflow: hidden;
|
||||
top: 0;
|
||||
right: 0;
|
||||
cursor: n-resize;
|
||||
}
|
||||
.colorpicker_rgb_r {
|
||||
background-image: url(../img/colorpicker_rgb_r.png);
|
||||
top: 52px;
|
||||
left: 212px;
|
||||
}
|
||||
.colorpicker_rgb_g {
|
||||
background-image: url(../img/colorpicker_rgb_g.png);
|
||||
top: 82px;
|
||||
left: 212px;
|
||||
}
|
||||
.colorpicker_rgb_b {
|
||||
background-image: url(../img/colorpicker_rgb_b.png);
|
||||
top: 112px;
|
||||
left: 212px;
|
||||
}
|
||||
.colorpicker_hsb_h {
|
||||
background-image: url(../img/colorpicker_hsb_h.png);
|
||||
top: 52px;
|
||||
left: 282px;
|
||||
}
|
||||
.colorpicker_hsb_s {
|
||||
background-image: url(../img/colorpicker_hsb_s.png);
|
||||
top: 82px;
|
||||
left: 282px;
|
||||
}
|
||||
.colorpicker_hsb_b {
|
||||
background-image: url(../img/colorpicker_hsb_b.png);
|
||||
top: 112px;
|
||||
left: 282px;
|
||||
}
|
||||
.colorpicker_submit {
|
||||
position: absolute;
|
||||
width: 50px;
|
||||
height: 22px;
|
||||
background: url(../img/colorpicker_submit.png) top;
|
||||
left: 290px;
|
||||
top: 142px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.colorpicker_focus {
|
||||
background-position: center;
|
||||
}
|
||||
.colorpicker_hex.colorpicker_focus {
|
||||
background-position: bottom;
|
||||
}
|
||||
.colorpicker_submit.colorpicker_focus {
|
||||
background-position: bottom;
|
||||
}
|
||||
.colorpicker_slider {
|
||||
background-position: bottom;
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
div.ai1ec-calendar-tasks {
|
||||
padding: 0.25em 0.5em;
|
||||
position: relative;
|
||||
}
|
||||
#ai1ec-calendar-tasks a.ai1ec-big-button {
|
||||
font-size: 23px !important;
|
||||
min-width: 275px;
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
#dashboard-widgets > #postbox-container-1 {
|
||||
width: 65% !important;
|
||||
}
|
||||
|
||||
#dashboard-widgets > #postbox-container-2 {
|
||||
width: 35% !important;
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
.ac_results {
|
||||
padding: 0px;
|
||||
border: 1px solid black;
|
||||
background-color: white;
|
||||
overflow: hidden;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.ac_results ul {
|
||||
width: 100%;
|
||||
list-style-position: outside;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ac_results li {
|
||||
margin: 0px;
|
||||
padding: 2px 5px;
|
||||
cursor: default;
|
||||
display: block;
|
||||
/*
|
||||
if width will be 100% horizontal scrollbar will apear
|
||||
when scroll mode will be used
|
||||
*/
|
||||
/*width: 100%;*/
|
||||
font: menu;
|
||||
font-size: 12px;
|
||||
/*
|
||||
it is very important, if line-height not setted or setted
|
||||
in relative units scroll will be broken in firefox
|
||||
*/
|
||||
line-height: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ac_loading {
|
||||
background: white url( '../img/indicator.gif' ) right center no-repeat;
|
||||
}
|
||||
|
||||
.ac_odd {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.ac_over {
|
||||
background-color: #0A246A;
|
||||
color: white;
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles specific to calendar platform mode.
|
||||
*/
|
||||
|
||||
#ai1ec-calendar-tasks {
|
||||
background: #fff;
|
||||
}
|
||||
#ai1ec-calendar-tasks .ai1ec-btn {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
width: 85%;
|
||||
}
|
||||
#wp-admin-bar-wp-logo > .ab-item .ab-icon {
|
||||
background-image: url(../img/admin-bar-sprite.png);
|
||||
}
|
||||
/* Weird rendering of large icons in WP 3.2. */
|
||||
.branch-3-2 .ai1ec-fa-lg:before {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
#adminmenu #menu-posts-ai1ec_event.menu-top {
|
||||
min-height: 47px;
|
||||
}
|
||||
#adminmenu #menu-posts-ai1ec_event a.menu-top,
|
||||
#adminmenu #menu-posts-ai1ec_event .wp-submenu-head {
|
||||
font-size: 16px;
|
||||
line-height: 36px;
|
||||
min-width: 0;
|
||||
}
|
||||
#menu-posts-ai1ec_event > div.wp-menu-image {
|
||||
margin-top: 8px;
|
||||
}
|
||||
#adminmenu #menu-posts-ai1ec_event > div.wp-menu-arrow,
|
||||
#adminmenu #menu-posts-ai1ec_event.wp-not-current-submenu > div.wp-menu-arrow {
|
||||
height: 46px;
|
||||
}
|
||||
#adminmenu #menu-posts-ai1ec_event .wp-menu-arrow div,
|
||||
#adminmenu #menu-posts-ai1ec_event.wp-not-current-submenu .wp-menu-arrow div {
|
||||
top: 15px;
|
||||
-webkit-transform: matrix(-0.6,1.5,0.6,1.5,0,0);
|
||||
-moz-transform: matrix(-0.6,1.5,0.6,1.5,0,0);
|
||||
-ms-transform: matrix(-0.6,1.5,0.6,1.5,0,0);
|
||||
-o-transform: matrix(-0.6,1.5,0.6,1.5,0,0);
|
||||
transform: matrix(-0.6,1.5,0.6,1.5,0,0);
|
||||
}
|
||||
.branch-3-2 #adminmenu #menu-posts-ai1ec_event .wp-menu-arrow div,
|
||||
.branch-3-2 #adminmenu #menu-posts-ai1ec_event.wp-not-current-submenu .wp-menu-arrow div {
|
||||
-webkit-background-size: 100% 100%;
|
||||
-moz-background-size: 100% 100%;
|
||||
-ms-background-size: 100% 100%;
|
||||
-o-background-size: 100% 100%;
|
||||
background-size: 100% 100%;
|
||||
height: 47px;
|
||||
-webkit-transform: none;
|
||||
-moz-transform: none;
|
||||
-ms-transform: none;
|
||||
-o-transform: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
/*
|
||||
For supporting browsers, add CSS to hide the duplicate menu items under Events
|
||||
menu so that FOUC issue isn't as severe (but this only ameliorates the issue).
|
||||
This is taken care of better via JS anyway.
|
||||
*/
|
||||
#menu-posts-ai1ec_event a[href$="all-in-one-event-calendar-themes"],
|
||||
#menu-posts-ai1ec_event a[href$="all-in-one-event-calendar-edit-css"],
|
||||
#menu-posts-ai1ec_event a[href$="all-in-one-event-calendar-settings"] {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
#ai1ec_upload_textarea {
|
||||
width: 100%;
|
||||
}
|
||||
.ai1ec_textarea_wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -0,0 +1,85 @@
|
||||
.calendar-samples {
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#calendar-sample-1 {
|
||||
background-image: url(../img/sample1.jpg);
|
||||
height: 799px;
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
#ai1ec-import-fb1 {
|
||||
background-image: url(../img/fb1.jpg);
|
||||
height: 409px;
|
||||
width: 684px;
|
||||
}
|
||||
#ai1ec-import-fb2 {
|
||||
background-image: url(../img/fb2.jpg);
|
||||
height: 561px;
|
||||
width: 690px;
|
||||
}
|
||||
#ai1ec-import-fb3 {
|
||||
background-image: url(../img/fb3.jpg);
|
||||
height: 394px;
|
||||
width: 826px;
|
||||
}
|
||||
#ai1ec-import-fb4 {
|
||||
background-image: url(../img/fb4.jpg);
|
||||
height: 614px;
|
||||
width: 718px;
|
||||
}
|
||||
#ai1ec-import-howto {
|
||||
background-image: url(../img/howto.jpg);
|
||||
height: 496px;
|
||||
width: 830px;
|
||||
}
|
||||
#ai1ec-tickets1 {
|
||||
background-image: url(../img/tickets1.jpg);
|
||||
height: 276px;
|
||||
width: 600px;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#ai1ec-tickets2 {
|
||||
background-image: url(../img/tickets2.jpg);
|
||||
height: 298px;
|
||||
width: 260px;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#ai1ec-import-fb1,
|
||||
#ai1ec-import-fb2,
|
||||
#ai1ec-import-fb3,
|
||||
#ai1ec-import-fb4,
|
||||
#ai1ec-import-howto,
|
||||
#ai1ec-tickets1,
|
||||
#ai1ec-tickets2 {
|
||||
margin-top:20px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
#ai1ec-tickets1,
|
||||
#ai1ec-tickets2 {
|
||||
margin-top: 4px;
|
||||
}
|
||||
.ai1ec-feeds-facebook,
|
||||
.ai1ec-feeds-howto {
|
||||
padding: 20px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.ai1ec-feeds-facebook ul,
|
||||
.ai1ec-feeds-howto ul{
|
||||
list-style: disc;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.ai1ec-feeds-facebook ul > div,
|
||||
.ai1ec-feeds-howto ul > div{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.ai1ec-feeds-facebook li,
|
||||
.ai1ec-feeds-howto li{
|
||||
margin-left: 30px;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php echo $selector ?> {
|
||||
visibility: hidden;
|
||||
}
|
||||
@@ -0,0 +1,625 @@
|
||||
/* General */
|
||||
|
||||
.column-1-ai1ec {
|
||||
float: left;
|
||||
width: 54%;
|
||||
}
|
||||
.column-2-ai1ec {
|
||||
float: right;
|
||||
width: 45%;
|
||||
}
|
||||
.column-3-ai1ec {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Support box */
|
||||
|
||||
.ai1ec-support-buttons {
|
||||
text-align: center;
|
||||
margin: 20px 0;
|
||||
}
|
||||
.timely .ai1ec-support-buttons .ai1ec-btn-block {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@media ( min-width: 1200px ) {
|
||||
#ai1ec-videos-col {
|
||||
padding-left: 0;
|
||||
}
|
||||
#ai1ec-addons-col {
|
||||
padding-right: 0;
|
||||
}
|
||||
#ai1ec-events-col {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
#ai1ec-support {
|
||||
background: #f9f9f9;
|
||||
min-width: 350px;
|
||||
}
|
||||
#ai1ec-support div.inside {
|
||||
margin: 0;
|
||||
padding: 6px 12px 8px;
|
||||
}
|
||||
#ai1ec-support h2 {
|
||||
font-size: 19px;
|
||||
line-height: 28px;
|
||||
margin: 10px 0;
|
||||
padding: 0;
|
||||
}
|
||||
#ai1ec-support h2:first-line {
|
||||
white-space: nowrap;
|
||||
}
|
||||
#ai1ec-support .timely-logo a {
|
||||
background: url(../img/timely-logo.png) no-repeat center center;
|
||||
-webkit-background-size: 250px auto;
|
||||
background-size: 250px auto;
|
||||
display: block;
|
||||
height: 109px;
|
||||
}
|
||||
#ai1ec-support .timely-intro {
|
||||
text-align: center;
|
||||
}
|
||||
#ai1ec-support .ai1ec-follow-fan {
|
||||
text-align: center;
|
||||
}
|
||||
#ai1ec-support .ai1ec-facebook-like-top {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
#ai1ec-support a.ai1ec-btn,
|
||||
#ai1ec-support a.ai1ec-btn:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
#ai1ec-support .ai1ec-download {
|
||||
text-align: center;
|
||||
}
|
||||
#ai1ec-support .ai1ec-download .ai1ec-download-btn {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
margin-bottom: 5px;
|
||||
padding: 10px 4px;
|
||||
min-width: 300px;
|
||||
}
|
||||
#ai1ec-support .ai1ec-download .ai1ec-download-btn div {
|
||||
font-size: 28px;
|
||||
padding: 4px 0;
|
||||
}
|
||||
#ai1ec-support .ai1ec-account .ai1ec-btn {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
min-width: 150px;
|
||||
}
|
||||
#ai1ec-support .ai1ec-license-status {
|
||||
font-size: 11px;
|
||||
margin-left: 5px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#ai1ec-support .ai1ec-license-status span {
|
||||
font-weight: normal;
|
||||
cursor: help;
|
||||
}
|
||||
#ai1ec-support .ai1ec-account {
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#ai1ec-support .ai1ec-account > .ai1ec-btn-group {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#ai1ec-support .ai1ec-news h2 small {
|
||||
font-size: 0.8em;
|
||||
margin-left: 0.3em;
|
||||
}
|
||||
#ai1ec-support .ai1ec-news article {
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
margin-bottom: 7px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
#ai1ec-support .ai1ec-news article:first-child {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
/* General settings */
|
||||
|
||||
.ai1ec-tab-content > .ai1ec-tab-pane.ai1ec-active ~ .ai1ec-tab-pane-not-loaded {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ai1ec-admin-view-settings {
|
||||
margin: 0 0 0.75em;
|
||||
}
|
||||
.ai1ec-admin-view-settings td {
|
||||
text-align: center;
|
||||
}
|
||||
.ai1ec-admin-view-settings td:first-child {
|
||||
text-align: right;
|
||||
}
|
||||
.timely .ai1ec-default-filters .ai1ec-help-block {
|
||||
font-size: 0.85em;
|
||||
line-height: 1.4em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#exact_date {
|
||||
background: no-repeat url(../img/date-field-icon.png) 95% 40%;
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.ai1ec-recaptcha-settings label {
|
||||
width: 180px;
|
||||
}
|
||||
.ai1ec-recaptcha-settings #recaptcha-private-key {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#ai1ec-embedding-trigger:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
#ai1ec-embedding .ai1ec-alert:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.ai1ec-week-view-hours input.ai1ec-input-sm {
|
||||
width: 2em;
|
||||
}
|
||||
.ai1ec-week-view-hours .input-group {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* ICS Feeds */
|
||||
|
||||
.ai1ec-feed-comments-enabled,
|
||||
.ai1ec-feed-map-display-enabled,
|
||||
.ai1ec-feed-category {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
#ics .ajax-loading {
|
||||
margin: 0.45em;
|
||||
}
|
||||
|
||||
#ics .ai1ec-form-group {
|
||||
width: 100%;
|
||||
}
|
||||
#ics .ai1ec-panel-heading a {
|
||||
word-break: break-word;
|
||||
}
|
||||
#ics .ai1ec-feed-url {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.ai1ec-feed-url-label {
|
||||
white-space: nowrap;
|
||||
margin-top: 6px;
|
||||
}
|
||||
#ics #ai1ec_cancel_ics {
|
||||
display: none;
|
||||
}
|
||||
.ai1ec-feeds-edit-fields {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.ai1ec-feeds-page {
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
#suggested .ai1ec-suggested-feeds-list {
|
||||
width: 100% !important;
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 20px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#suggested .ai1ec-suggested-feeds-list th {
|
||||
color: #fff;
|
||||
background: #999;
|
||||
font-weight: bold;
|
||||
padding: 8px;
|
||||
padding-left: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#suggested .ai1ec-suggested-feeds-list tr {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
#suggested .ai1ec-suggested-feeds-list td {
|
||||
padding: 5px 0;
|
||||
}
|
||||
#suggested .ai1ec-suggested-feed-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
#suggested .ai1ec-suggested-feeds-description {
|
||||
color: #999;
|
||||
font-size: 11px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-add-feed {
|
||||
display: inline-block;
|
||||
}
|
||||
#suggested .ai1ec-suggested-secondary-action {
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
margin: 0 15px;
|
||||
}
|
||||
#suggested td.ai1ec-suggested-primary-actions {
|
||||
width: 1px;
|
||||
}
|
||||
#suggested td.ai1ec-suggested-secondary-actions {
|
||||
width: 1px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ai1ec-ics-signup-box {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-events-container {
|
||||
padding: 7px !important;
|
||||
background: #eee;
|
||||
}
|
||||
#suggested table.ai1ec-suggested-events {
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
table-layout: fixed;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both .ai1ec-feeds-list-container {
|
||||
width: 55%;
|
||||
float: left;
|
||||
}
|
||||
#suggested table.ai1ec-suggested-events tr {
|
||||
border: 1px solid #ddd;
|
||||
margin: 10px;
|
||||
transition: background-color 0.2s ease;
|
||||
height: 52px;
|
||||
}
|
||||
#ai1ec_events_map_canvas {
|
||||
left: 0;
|
||||
opacity: 1;
|
||||
transition: all 0.2s ease;
|
||||
z-index: 10;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both .goes-left {
|
||||
left: -395px;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ai1ec-feeds-migration.ai1ec-ics-feeds-list .ai1ec-btn {
|
||||
display: none !important;
|
||||
}
|
||||
.ai1ec-myfeeds-removing {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
#ai1ec_events_extra_details {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
width: 44%;
|
||||
height: 417px;
|
||||
border: 1px solid #ddd;
|
||||
background: #f5f5f5;
|
||||
padding: 20px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
#ai1ec_events_extra_details img {
|
||||
max-height: 100px;
|
||||
max-width: 268px;
|
||||
border: 1px solid #eee;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#ai1ec_events_extra_details .ai1ec-extra-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
#ai1ec_events_extra_details .ai1ec-extra-date {
|
||||
|
||||
}
|
||||
#ai1ec_events_extra_details .ai1ec-extra-description {
|
||||
margin-top: 20px;
|
||||
}
|
||||
#suggested.ai1ec-has-map {
|
||||
min-height: 581px;
|
||||
}
|
||||
#suggested table.ai1ec-suggested-events td {
|
||||
padding: 5px;
|
||||
vertical-align: top;
|
||||
border: none;
|
||||
}
|
||||
#suggested td.ai1ec-suggested-event-actions {
|
||||
width: 125px;
|
||||
text-align: center;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both td.ai1ec-suggested-event-actions {
|
||||
width: 95px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-event-import a {
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both .ai1ec-suggested-event-import a {
|
||||
font-size: 11px;
|
||||
padding: 1px 4px;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both .ai1ec-suggested-map-container {
|
||||
width: 45%;
|
||||
float: left;
|
||||
}
|
||||
#suggested .ai1ec-suggested-map-container .ai1ec-suggested-event-import a {
|
||||
width: 80px;
|
||||
font-size: 11px;
|
||||
padding: 3px 6px;
|
||||
border-radius: 2px;
|
||||
line-height: 1.2;
|
||||
margin-top: 7px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-map-container .ai1ec-suggested-event-import .ai1ec-suggested-whole-feed {
|
||||
display: none;
|
||||
}
|
||||
#suggested td.ai1ec-suggested-image {
|
||||
width: 100px;
|
||||
background: #fcfcfc;
|
||||
border-right: 1px solid #f5f5f5;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both td.ai1ec-suggested-image {
|
||||
width: 52px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-no-events {
|
||||
padding: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#suggested .ai1ec-feeds-pagination {
|
||||
margin: auto 0;
|
||||
color: #666;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
#suggested .ai1ec-feeds-pagination .current {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}]
|
||||
#suggested .tablenav-pages {
|
||||
margin: 1em 0;
|
||||
}
|
||||
#suggested .ai1ec-feeds-pagination a {
|
||||
color: #6AAB2D !important;
|
||||
background: #f5f5f5;
|
||||
border-color: #f0f0f0;
|
||||
font-size: 14px;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
.ai1ec-feeds-map .ai1ec-feeds-pagination {
|
||||
display: none;
|
||||
}
|
||||
.ai1ec-feeds-map .ai1ec-suggested-events {
|
||||
display: none !important;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both td.ai1ec-suggested-image {
|
||||
transition: background-color 0.2s ease;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both .ai1ec-suggested-hover td.ai1ec-suggested-image {
|
||||
background-color: #feb;
|
||||
}
|
||||
#suggested td.ai1ec-suggested-content {
|
||||
padding: 5px 10px !important;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both td.ai1ec-suggested-content {
|
||||
padding: 4px 10px !important;
|
||||
height: 40px;
|
||||
}
|
||||
#suggested div.ai1ec-suggested-description {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
max-height: 45px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both div.ai1ec-suggested-description {
|
||||
display: none;
|
||||
}
|
||||
#suggested .ai1ec-feeds-loading {
|
||||
opacity: 0.3;
|
||||
pointer-events: none;
|
||||
-webkit-filter: grayscale(100%) !important;
|
||||
}
|
||||
#suggested .ai1ec-suggested-date {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
}
|
||||
#suggested a.ai1ec-suggested-title {
|
||||
font-weight: bold;
|
||||
pointer-events: none;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both a.ai1ec-suggested-title {
|
||||
pointer-events: all;
|
||||
}
|
||||
#suggested a.ai1ec-suggested-whole-feed {
|
||||
font-size: 12px;
|
||||
border: none !important;
|
||||
margin-top: 3px;
|
||||
display: inline-block;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both a.ai1ec-suggested-whole-feed {
|
||||
white-space: nowrap;
|
||||
font-size: 11px;
|
||||
}
|
||||
#suggested #ai1ec_events_map_canvas {
|
||||
height: 100%;
|
||||
min-height: 417px;
|
||||
border: 1px solid #ddd;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
#suggested .ai1ec-suggested-view-selector {
|
||||
text-align: right;
|
||||
color: #ddd;
|
||||
font-size: 16px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-view-selector a {
|
||||
font-size: 14px;
|
||||
color: #6AAB2D;
|
||||
|
||||
}
|
||||
#suggested .ai1ec-suggested-view-selector a.ai1ec-active {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
font-weight: bold;
|
||||
pointer-events: none;
|
||||
}
|
||||
#suggested.ai1ec-feeds-both .ai1ec-suggested-hover {
|
||||
background: #feb;
|
||||
}
|
||||
|
||||
#suggested .ai1ec-infowindow-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
#ai1ec_suggested_search {
|
||||
margin-top: 12px;
|
||||
min-width: 90px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-search-form {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-search-form label {
|
||||
color: #333;
|
||||
font-size: 13px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-search-form input {
|
||||
margin-top: 2px;
|
||||
}
|
||||
#ai1ec_suggested_term {
|
||||
min-width: 320px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-results,
|
||||
#suggested .ai1ec-suggested-no-results {
|
||||
display: none;
|
||||
}
|
||||
#suggested .ai1ec-suggested-no-results {
|
||||
padding: 20px;
|
||||
}
|
||||
#suggested .ai1ec-suggested-no-results p {
|
||||
color: #666;
|
||||
}
|
||||
#suggested .ai1ec-open-event {
|
||||
float: right;
|
||||
display: none;
|
||||
}
|
||||
#ai1ec-discovery-status {
|
||||
color: #6AAB2D;
|
||||
font-weight: bold;
|
||||
}
|
||||
#ai1ec-discovery-status.ai1ec-error {
|
||||
color: #FF0000;
|
||||
}
|
||||
/* Calendar theme options */
|
||||
|
||||
#ai1ec-less-variables-tabs .inside {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.ai1ec_event_page_all-in-one-event-calendar-edit-css #poststuff,
|
||||
.ai1ec_event_page_all-in-one-event-calendar-edit-css .metabox-holder {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
div.ai1ec-form-group > .ai1ec-setting-fieldset {
|
||||
margin: 40px 15px 0px 15px;
|
||||
}
|
||||
|
||||
/* Timely Network Sign Up form */
|
||||
.timely-api table.ai1ec-ticketing-signup {
|
||||
width: 100%;
|
||||
max-width: 450px;
|
||||
margin: 0 auto;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.timely-api td {
|
||||
padding: 2px;
|
||||
}
|
||||
.timely-api table input[type=text],
|
||||
.timely-api table input[type=password] {
|
||||
font-size: 16px;
|
||||
width: 100%;
|
||||
}
|
||||
.timely-api .ai1ec_label_field {
|
||||
width: 135px;
|
||||
}
|
||||
.timely-api .ai1ec_input_field {
|
||||
width: 280px;
|
||||
}
|
||||
.timely-api #ai1ec_tickets_submit {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.timely-api sup {
|
||||
color: #85c248;
|
||||
}
|
||||
.timely-api .ai1ec_tickets_logo {
|
||||
background: url(../img/timely-logo.png) no-repeat 45px 35px;
|
||||
-webkit-background-size: 250px auto;
|
||||
background-size: 250px auto;
|
||||
}
|
||||
.timely-api .ai1ec-ticket-field-error {
|
||||
color: red;
|
||||
font-size: 11px;
|
||||
margin-top: 5px;
|
||||
font-weight: bold;
|
||||
display: none;
|
||||
}
|
||||
.timely-api .ai1ec-error {
|
||||
border-color: #f00;
|
||||
}
|
||||
#posterboard_mode {
|
||||
width: 120px;
|
||||
}
|
||||
#suggested input.ai1ec-error {
|
||||
border-color: #f00;
|
||||
}
|
||||
#ai1ec-api-signout-confirm {
|
||||
display: none;
|
||||
padding: 20px;
|
||||
}
|
||||
.ai1ec-api-signout-buttons {
|
||||
margin-top: 10px;
|
||||
}
|
||||
#ai1ec-api-signed-in {
|
||||
margin-top: 10px;
|
||||
}
|
||||
#ai1ec-api-signed-in .ai1ec-fa-check {
|
||||
color:#6AAB2D;
|
||||
}
|
||||
#ai1ec_tax_options,
|
||||
#ai1ec_update_tax_options {
|
||||
margin: 15px 0 20px;
|
||||
}
|
||||
#ai1ec_tax_box {
|
||||
padding: 20px;
|
||||
}
|
||||
#ai1ec_tax_box .ai1ec-loading {
|
||||
padding: 20px;
|
||||
}
|
||||
#ai1ec_tax_box .ai1ec-modal-dialog {
|
||||
margin-top: 0;
|
||||
}
|
||||
#ai1ec_tax_box .ai1ec-modal-body {
|
||||
padding-top: 0;
|
||||
}
|
||||
.ai1ec_ep_tax_error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
.ai1ec_ep_terms_error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.ai1ec-brought-by {
|
||||
text-align: center;
|
||||
}
|
||||
.ai1ec-support-buttons.ai1ec-row .ai1ec-col-lg-3 {
|
||||
padding: 0 7px;
|
||||
}
|
||||
.ai1ec-support-tab {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
#ai1ec-superwidget-preview iframe {
|
||||
width: 100%;
|
||||
height: 350px;
|
||||
}
|
||||
#ai1ec-superwidget-code {
|
||||
height: 140px;
|
||||
white-space: normal;
|
||||
}
|
||||
#ai1ec-widget-creator .ai1ec-nav {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
#ai1ec-widget-creator .ai1ec-default-filters .ai1ec-col-md-6 {
|
||||
padding-right: 0;
|
||||
}
|
||||
#ai1ec-widget-creator .ai1ec-default-filters .ai1ec-col-sm-9 {
|
||||
padding-right: 30px;
|
||||
}
|
||||
#ai1ec-widget-creator .ai1ec-default-filters .ai1ec-col-md-6 label {
|
||||
font-size: smaller;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
@@ -0,0 +1,155 @@
|
||||
.timely.ticketing table {
|
||||
|
||||
}
|
||||
.timely.ticketing td {
|
||||
padding: 3px;
|
||||
}
|
||||
.timely.ticketing table input[type=text],
|
||||
.timely.ticketing table input[type=password] {
|
||||
font-size: 16px;
|
||||
width: 100%;
|
||||
}
|
||||
.timely.ticketing .ai1ec_label_field {
|
||||
width: 135px;
|
||||
}
|
||||
.timely.ticketing .ai1ec_input_field {
|
||||
width: 280px;
|
||||
}
|
||||
.timely.ticketing #ai1ec_tickets_submit {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.timely.ticketing sup {
|
||||
color: #85c248;
|
||||
}
|
||||
.timely.ticketing .ai1ec_tickets_logo {
|
||||
background: url(../img/timely-logo.png) no-repeat 45px 35px;
|
||||
-webkit-background-size: 250px auto;
|
||||
background-size: 250px auto;
|
||||
}
|
||||
.timely .ai1ec-ticket-field-error {
|
||||
color: red;
|
||||
font-size: 11px;
|
||||
margin-top: 5px;
|
||||
font-weight: bold;
|
||||
display: none;
|
||||
}
|
||||
.timely .ai1ec-error {
|
||||
border-color: #f00;
|
||||
}
|
||||
.timely .ai1ec-tickets-pending {
|
||||
font-size: 14px;
|
||||
}
|
||||
.timely .ai1ec-payment-details {
|
||||
padding: 5px 0;
|
||||
display: none;
|
||||
}
|
||||
.timely .ai1ec-payment-details.ai1ec-active {
|
||||
display: block;
|
||||
}
|
||||
.timely .ai1ec-payment-details input {
|
||||
display: block;
|
||||
margin: 2px;
|
||||
width: 290px;
|
||||
}
|
||||
.timely .ai1ec-payment-details input[name="ai1ec_postal"] {
|
||||
width: 140px;
|
||||
}
|
||||
.timely .ai1ec-payment-method {
|
||||
padding: 15px;
|
||||
display: inline-block;
|
||||
width: 550px;
|
||||
border: 1px solid #ddd;
|
||||
background: none;
|
||||
}
|
||||
.timely .ai1ec-tickets-manage .ai1ec-tab-content {
|
||||
|
||||
}
|
||||
.ai1ec-ticket-details-row {
|
||||
display: table-cell !important;
|
||||
}
|
||||
.ai1ec-ticket-details-row-empty {
|
||||
display: none;
|
||||
}
|
||||
.ai1ec-ticket-details-row > div {
|
||||
margin: 10px;
|
||||
padding: 0px 20px;
|
||||
}
|
||||
.ai1ec-ticket-details-row .ai1ec-visible-sm,
|
||||
table.ai1ec-ticket-sales .ai1ec-visible-sm {
|
||||
display: none;
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
.ai1ec-ticket-details-row .ai1ec-hidden-sm,
|
||||
table.ai1ec-ticket-sales .ai1ec-hidden-sm {
|
||||
display: none !important;
|
||||
}
|
||||
.ai1ec-ticket-details-row .ai1ec-visible-sm,
|
||||
table.ai1ec-ticket-sales .ai1ec-visible-sm {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.ai1ec-ticket-details-row table,
|
||||
table.ai1ec-ticket-sales
|
||||
{
|
||||
width: 100% !important;
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 20px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.ai1ec-ticket-details-row table tr,
|
||||
table.ai1ec-ticket-sales tr {
|
||||
display: table-row !important;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.ai1ec-ticket-details-row table td {
|
||||
display: table-cell !important;
|
||||
}
|
||||
.ai1ec-ticket-details-row table th,
|
||||
table.ai1ec-ticket-sales th {
|
||||
color: #fff;
|
||||
background: #999;
|
||||
font-weight: bold;
|
||||
padding: 8px;
|
||||
margin: 0;
|
||||
}
|
||||
.ai1ec-ticket-details-row table td,
|
||||
table.ai1ec-ticket-sales td {
|
||||
padding: 5px 8px !important;
|
||||
margin: 0;
|
||||
}
|
||||
.ai1ec-ticket-details-actions {
|
||||
width: 150px;
|
||||
}
|
||||
a.ai1ec-tickets-edit {
|
||||
color: #fff500;
|
||||
}
|
||||
.ai1ec-tickets-status {
|
||||
text-transform: capitalize;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ai1ec-tickets-status-open {
|
||||
color: #85c248;
|
||||
}
|
||||
.ai1ec-tickets-status-canceled {
|
||||
color: #f00;
|
||||
}
|
||||
.ai1ec-tickets-status-closed {
|
||||
color: #cc0;
|
||||
}
|
||||
.ai1ec-ticket-details-row .ai1ec-ticket-attendees {
|
||||
background: #f5f5f5;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.ai1ec-ticket-details-row .ai1ec-ticket-attendees th {
|
||||
background: #eee;
|
||||
}
|
||||
.ai1ec-ticket-details-row .ai1ec-ticket-attendees td {
|
||||
background: #fff;
|
||||
}
|
||||
#ai1ec_currency {
|
||||
width: 293px;
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
/* Style the multi-select container & selection div in the widget options */
|
||||
|
||||
.widget .widget-inside p.ai1ec-limit-by-container {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ai1ec-limit-by-options-container {
|
||||
background-color: #f3f3f3;
|
||||
border: 1px solid #e3e3e3;
|
||||
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
|
||||
float: left;
|
||||
width: 94%;
|
||||
margin: 0.6em 0 0.6em 0.3em;
|
||||
padding: 0.6em;
|
||||
}
|
||||
.ai1ec-widget-option-ids {
|
||||
width: 110px;
|
||||
}
|
||||
.ai1ec-category-selected-items {
|
||||
margin: 0;
|
||||
display: block;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.ai1ec-category-selected-item {
|
||||
margin: 0.4em 0.3em 0.2em 0;
|
||||
padding: 0.4em 0.5em;
|
||||
list-style: none;
|
||||
background: linear-gradient( top, #fff, #eee );
|
||||
background: -o-linear-gradient( top, #fff, #eee );
|
||||
background: -moz-linear-gradient( top, #fff, #eee );
|
||||
background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #fff ), color-stop( 1, #eee ) );
|
||||
background: -webkit-linear-gradient( top, #fff, #eee );
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee' );
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee' )";
|
||||
border: 1px solid #ccc;
|
||||
line-height: 1em;
|
||||
float: left;
|
||||
border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
}
|
||||
.ai1ec-category-selected-item-label {
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
.ai1ec-category-selected-item-remove {
|
||||
text-decoration: none;
|
||||
}
|
||||
.ai1ec-category-selected-item-remove img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.ai1ec-widget-cat-ids, .ai1ec-widget-tag-ids, .ai1ec-widget-event-ids {
|
||||
width: 99%;
|
||||
}
|
||||
Reference in New Issue
Block a user