iflrandevu/src/assets/css/general.css

169 lines
3.8 KiB
CSS
Raw Normal View History

2015-07-20 22:41:24 +03:00
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler
*
2015-07-20 22:41:24 +03:00
* @package EasyAppointments
* @author A.Tselegidis <alextselegidis@gmail.com>
2016-01-02 15:47:04 +02:00
* @copyright Copyright (c) 2013 - 2016, Alex Tselegidis
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
2015-07-20 22:41:24 +03:00
* @link http://easyappointments.org
* @since v1.0.0
* ---------------------------------------------------------------------------- */
body .custom-qtip {
2015-07-27 23:08:51 +03:00
border: none;
border-radius: 0;
padding: 10px;
box-shadow: 1px 1px 3px #767676;
background: #EFFDF6;
font-size: 12px;
line-height: 20px;
color: #258D53;
}
2015-10-06 00:30:33 +03:00
body .ui-widget-overlay {
background: #000 50% 50% repeat-x;
opacity: .5;
filter: Alpha(Opacity=50);
}
body .ui-dialog .ui-dialog-titlebar-close {
display: none;
}
body .ui-draggable .ui-dialog-titlebar {
2015-12-14 00:36:54 +02:00
background: #35B66F;
color: #FFF;
2015-07-27 23:57:02 +03:00
font-size: 1.5em;
padding: 14px 10px;
2015-12-14 00:36:54 +02:00
border: none;
border-bottom: 4px solid #1A865F;
margin-bottom: 10px;
}
body .ui-dialog {
padding: 0;
z-index: 2000;
2015-10-06 00:30:33 +03:00
border: none !important;
box-shadow: 0 0 10px #333;
}
body .ui-dialog .ui-dialog-buttonpane {
padding: .3em 1em .3em .4em;
border: none;
}
body .ui-dialog #error-technical {
max-width: 500px;
}
2015-07-27 23:51:35 +03:00
body .ui-datepicker {
2015-10-06 00:16:50 +03:00
border: 1px solid #3DD481;
border-radius: 2px;
padding: 0;
2015-07-27 23:51:35 +03:00
}
body .ui-datepicker .ui-widget-header {
border: none;
2015-10-06 00:16:50 +03:00
background: #3DD481;
}
body .ui-datepicker th {
background: #3DD481;
color: #FFF;
}
body .ui-datepicker tbody tr:first-child td {
margin-top: 5px;
2015-07-27 23:51:35 +03:00
}
body .ui-datepicker td a,
body .ui-datepicker td span {
2015-10-06 00:16:50 +03:00
border: none !important;
background: none !important;
color: #1A865F !important;
2015-07-27 23:51:35 +03:00
text-align: center !important;
2015-10-06 00:16:50 +03:00
width: 32px;
2015-07-27 23:51:35 +03:00
height: 32px;
2015-10-06 00:16:50 +03:00
line-height: 2;
2015-07-27 23:51:35 +03:00
}
2015-10-06 00:16:50 +03:00
html body .ui-datepicker td a.ui-state-active {
2015-07-27 23:51:35 +03:00
color: #FFF !important;
font-weight: bold !important;
2015-10-06 00:16:50 +03:00
background: #3DD481 !important;
border-radius: 50px;
2015-10-06 00:30:33 +03:00
width: 22px;
height: 22px;
line-height: 1.3;
margin: 4px;
2015-07-27 23:51:35 +03:00
}
body .ui-datepicker td a.ui-state-highlight {
2015-10-06 00:16:50 +03:00
background: #80E3AD !important;
border-radius: 67px;
color: #FFF !important;
2015-10-06 00:30:33 +03:00
width: 22px;
height: 22px;
line-height: 1.3;
margin: 4px;
2015-10-06 00:16:50 +03:00
}
body .ui-datepicker .ui-datepicker-prev-hover {
top: 2px !important;
left: 2px !important;
}
body .ui-datepicker .ui-datepicker-next-hover {
top: 2px !important;
right: 2px !important;
2015-07-27 23:51:35 +03:00
}
.breaks tr:hover td {
background: #FFFFC2 !important;
}
.working-plan td {
vertical-align: middle;
}
.breaks td {
vertical-align: middle;
}
li.language:hover {
cursor: pointer;
color: #005580;
}
#select-language {
cursor: pointer;
display: inline-block;
padding: 4px 5px;
}
#select-language.active {
box-shadow: 0 0 20px #1A865F;
}
#language-list {
list-style: none;
padding-left: 0px;
}
/* JQUERY UI DATETIME PICKER ADDON
------------------------------------------------------------------------- */
2015-10-06 00:53:48 +03:00
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; padding: 6px; }
.ui-timepicker-div dl { text-align: left; padding: 0 15px; color: #575757; }
/*.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }*/
/*.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }*/
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
2015-08-13 21:33:47 +03:00
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
2015-10-06 00:53:48 +03:00
.ui-timepicker-div .ui-datepicker .ui-datepicker-buttonpane { border: none; margin: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { padding: .2em .6em 0.2em .6em; font-size: 12px; }