2015-07-20 22:41:24 +03:00
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
* Easy!Appointments - Open Source Web Scheduler
|
|
|
|
*
|
|
|
|
* @package EasyAppointments
|
|
|
|
* @author A.Tselegidis <alextselegidis@gmail.com>
|
|
|
|
* @copyright Copyright (c) 2013 - 2015, Alex Tselegidis
|
|
|
|
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
|
|
|
|
* @link http://easyappointments.org
|
|
|
|
* @since v1.0.0
|
|
|
|
* ---------------------------------------------------------------------------- */
|
|
|
|
|
2013-10-18 17:56:12 +03:00
|
|
|
body .custom-qtip {
|
|
|
|
border: 2px solid #AFD8C1;
|
|
|
|
background: #EFFDF6;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #258D53;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
2013-10-20 19:45:46 +03:00
|
|
|
body .ui-dialog .ui-dialog-titlebar-close {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-draggable .ui-dialog-titlebar {
|
|
|
|
background: #3DD481;
|
|
|
|
color: #FFF;
|
|
|
|
text-shadow: 1px 1px 0px #327451;
|
|
|
|
padding: 14px 10px;
|
|
|
|
border-bottom: 4px solid #1A865F;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-dialog {
|
|
|
|
padding: 0;
|
2013-12-05 23:53:27 +02:00
|
|
|
z-index: 2000;
|
2013-10-20 19:45:46 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-dialog .ui-dialog-buttonpane {
|
|
|
|
padding: .3em 1em .3em .4em;
|
2015-07-08 01:50:25 +03:00
|
|
|
border: none;
|
2013-10-20 19:45:46 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.breaks tr:hover td {
|
|
|
|
background: #FFFFC2 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.working-plan td {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breaks td {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2013-12-23 18:55:42 +02:00
|
|
|
li.language:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #005580;
|
|
|
|
}
|
|
|
|
|
|
|
|
#select-language {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-06-18 19:06:34 +03:00
|
|
|
/* JQUERY UI DATETIME PICKER ADDON
|
|
|
|
------------------------------------------------------------------------- */
|
|
|
|
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
|
|
|
|
.ui-timepicker-div dl { text-align: left; }
|
|
|
|
.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; }
|
|
|
|
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
|