iflrandevu/src/assets/css/general.css

141 lines
3.1 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>
* @copyright Copyright (c) 2013 - 2015, 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;
}
body .ui-dialog .ui-dialog-titlebar-close {
display: none;
}
body .ui-draggable .ui-dialog-titlebar {
background: #3DD481;
color: #FFF;
2015-07-27 23:57:02 +03:00
font-size: 1.5em;
text-shadow: 1px 1px 0px #327451;
padding: 14px 10px;
border-bottom: 4px solid #1A865F;
margin-bottom: 10px;
}
body .ui-dialog {
padding: 0;
z-index: 2000;
}
body .ui-dialog .ui-dialog-buttonpane {
padding: .3em 1em .3em .4em;
border: none;
}
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-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;
}
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;
}
#language-list {
list-style: none;
padding-left: 0px;
}
/* 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; }
2015-08-13 21:33:47 +03:00
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }