|
|
|
@ -561,172 +561,34 @@ ul#navigation .report a { |
|
|
|
|
#simple-dialog-form .control-label{ |
|
|
|
|
padding-top: 0; |
|
|
|
|
} |
|
|
|
|
/* --------------------------------------------------- |
|
|
|
|
styles for the agenda (day, week, month view) |
|
|
|
|
-----------------------------------------------------*/ |
|
|
|
|
#agenda_list { |
|
|
|
|
width: 100%; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
border: 1px solid #fff; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
} |
|
|
|
|
/*The caption of the calendar (displays the month and the << and >> links*/ |
|
|
|
|
#agenda_list .title { |
|
|
|
|
background-color: #dcdcdc; |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 12px; |
|
|
|
|
color: #666; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
text-align: center; |
|
|
|
|
border: 1px solid #bbb; |
|
|
|
|
} |
|
|
|
|
#agenda_list .title a:link, #agenda_list #title a:visited { |
|
|
|
|
background-color: #dcdcdc; |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 11px; |
|
|
|
|
color: #666; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
#agenda_list .title a:hover { |
|
|
|
|
background-color: #dcdcdc; |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 11px; |
|
|
|
|
color: #f3840d; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
/* The cells with the name of the days of the weeks (mon->sun)*/ |
|
|
|
|
#agenda_list .weekdays, .data_table .weekdays { |
|
|
|
|
background-color: #dcdcdc; |
|
|
|
|
text-align: center; |
|
|
|
|
font-weight: bold; |
|
|
|
|
border: 1px solid #264269; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
} |
|
|
|
|
/* The cells for the days (1->31) */ |
|
|
|
|
#agenda_list .days_week { |
|
|
|
|
height: 40px; |
|
|
|
|
width: 12%; |
|
|
|
|
text-align: left; |
|
|
|
|
vertical-align: top; |
|
|
|
|
border: 1px solid #ccc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
background-color: #fff; |
|
|
|
|
.agenda_day { |
|
|
|
|
float:left; |
|
|
|
|
color: #666666; |
|
|
|
|
line-height: 16px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
margin-bottom:5px; |
|
|
|
|
} |
|
|
|
|
#agenda_list .days_week_selected { |
|
|
|
|
height: 40px; |
|
|
|
|
width: 12%; |
|
|
|
|
text-align: left; |
|
|
|
|
vertical-align: top; |
|
|
|
|
border: 1px solid #ccc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
background-color: #f5f5f5; |
|
|
|
|
.agenda-title{ |
|
|
|
|
font-size: 20px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#agenda_list .days_weekend { |
|
|
|
|
height: 40px; |
|
|
|
|
width: 12%; |
|
|
|
|
text-align: left; |
|
|
|
|
vertical-align: top; |
|
|
|
|
border: 1px solid #ccc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
background-color: #e6e6e6; |
|
|
|
|
.days_today{ |
|
|
|
|
background-color: #E8E8E8; |
|
|
|
|
} |
|
|
|
|
#agenda_list .days_today { |
|
|
|
|
height: 40px; |
|
|
|
|
width: 12%; |
|
|
|
|
text-align: left; |
|
|
|
|
vertical-align: top; |
|
|
|
|
border: 1px solid #ccc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
background-color: #FFFFC0; |
|
|
|
|
.days_today .agenda_day { |
|
|
|
|
float:left; |
|
|
|
|
width:100%; |
|
|
|
|
color: #000; |
|
|
|
|
line-height: 16px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
margin-bottom:5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#agenda_list th { |
|
|
|
|
background-color:#E5EDF9; |
|
|
|
|
border:1px solid gray; |
|
|
|
|
padding-right:12px; |
|
|
|
|
background-color: #F2F2F2; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* text in the cells: display of agenda items (visible)*/ |
|
|
|
|
#agenda_list .data { |
|
|
|
|
background-color: #eee; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
border: 0px solid #dcdcdc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
} |
|
|
|
|
#agenda_list .datanotbold { |
|
|
|
|
background-color: #eee; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
border: 0px solid #dcdcdc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
} |
|
|
|
|
#agenda_list .text { |
|
|
|
|
background-color: #fff; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
border: 0px solid #dcdcdc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
} |
|
|
|
|
/*text in the cells: display of agenda items (invisible)*/ |
|
|
|
|
#agenda_list .data_hidden { |
|
|
|
|
background-color: #eee; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
border: 0px solid #dcdcdc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
|
#agenda_list .datanotbold_hidden { |
|
|
|
|
background-color: #eee; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
border: 0px solid #dcdcdc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
|
#agenda_list .text_hidden { |
|
|
|
|
background-color: #fff; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
border: 0px solid #dcdcdc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
|
/*text in the cells: display of agenda items (highlighted)*/ |
|
|
|
|
#agenda_list .datanow { |
|
|
|
|
background-color: #FFCC00; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
border: 0px solid #dcdcdc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
} |
|
|
|
|
#agenda_list .datanotboldnow { |
|
|
|
|
background-color: #FFCC00; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
border: 0px solid #dcdcdc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
} |
|
|
|
|
#agenda_list .textnow { |
|
|
|
|
background-color: #fff; |
|
|
|
|
text-align: left; |
|
|
|
|
padding: 2px 10px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
border: 0px solid #dcdcdc; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
#agenda_list .days_week { |
|
|
|
|
height: 100px; |
|
|
|
|
} |
|
|
|
|
/* --------------------------------------------------- |
|
|
|
|
styles for the mini agenda |
|
|
|
@ -798,47 +660,11 @@ a.personal_agenda:hover, a.personal_agenda:hover { |
|
|
|
|
|
|
|
|
|
.rounded_div_agenda { |
|
|
|
|
background: none repeat scroll 0 0 #FFFFFF; |
|
|
|
|
-webkit-border-radius: 6px; |
|
|
|
|
-opera-border-radius: 6px; |
|
|
|
|
-moz-border-radius: 6px; |
|
|
|
|
border-radius: 6px; |
|
|
|
|
-webkit-box-shadow: 0 2px 5px #C8C8C8; |
|
|
|
|
-opera-box-shadow: 0 2px 5px #C8C8C8; |
|
|
|
|
-moz-box-shadow: 0 2px 5px #C8C8C8; |
|
|
|
|
box-shadow: 0 2px 5px #C8C8C8; |
|
|
|
|
float: left; |
|
|
|
|
height: auto; |
|
|
|
|
margin: 2px 4px 15px; |
|
|
|
|
margin: 2px 4px 5px; |
|
|
|
|
padding: 8px; |
|
|
|
|
width: 75%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.agenda_day { |
|
|
|
|
float:left; |
|
|
|
|
width:100%; |
|
|
|
|
background-color: #F8F9FF; |
|
|
|
|
color: #666666; |
|
|
|
|
line-height: 16px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
margin-bottom:5px; |
|
|
|
|
} |
|
|
|
|
.days_today .agenda_day { |
|
|
|
|
float:left; |
|
|
|
|
|
|
|
|
|
width:100%; |
|
|
|
|
background-color: #FAD163; |
|
|
|
|
color: #666666; |
|
|
|
|
line-height: 16px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
margin-bottom:5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#agenda_list th { |
|
|
|
|
background-color: #F2F2F2; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#agenda_list .days_week { |
|
|
|
|
height: 100px; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* -------------- DOCUMENT --------------*/ |
|
|
|
@ -1174,7 +1000,7 @@ div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.r |
|
|
|
|
} |
|
|
|
|
.tableFloatingHeaderOriginal{ |
|
|
|
|
font-size: 12px; |
|
|
|
|
height: 60px; |
|
|
|
|
height: 64px; |
|
|
|
|
} |
|
|
|
|
/********************************************** |
|
|
|
|
* MESSAGE TOOL * |
|
|
|
@ -1652,7 +1478,7 @@ div.admin_section h4 { |
|
|
|
|
.toolbar-groups{ |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
} |
|
|
|
|
.form-group label span{ |
|
|
|
|
#group_edit .form-group label span{ |
|
|
|
|
display: block; |
|
|
|
|
font-size: 12px; |
|
|
|
|
} |
|
|
|
@ -2524,28 +2350,36 @@ form .formw .freeze { |
|
|
|
|
text-align: left; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table_no_border td { |
|
|
|
|
line-height: normal; |
|
|
|
|
padding: 6px; |
|
|
|
|
text-align: left; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table tr.row_odd { |
|
|
|
|
background-color: #F9F9F9; |
|
|
|
|
} |
|
|
|
|
.attendance-users-table .data_table tr.row_odd { |
|
|
|
|
height: 64px; |
|
|
|
|
} |
|
|
|
|
.attendance-users-table .data_table tr.row_even { |
|
|
|
|
height: 60px; |
|
|
|
|
} |
|
|
|
|
.data_table tr.row_odd:hover, .data_table tr.row_even:hover { |
|
|
|
|
background-color: #E5EDF9; |
|
|
|
|
} |
|
|
|
|
.data_table tr.row_even { |
|
|
|
|
background-color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.attendance-calendar-table .data_table tr.row_odd { |
|
|
|
|
height: 64px; |
|
|
|
|
} |
|
|
|
|
.attendance-calendar-table .data_table tr.row_even { |
|
|
|
|
height: 60px; |
|
|
|
|
} |
|
|
|
|
.data_table_no_border td .highlight{ |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table_pagination { |
|
|
|
|
width:100%; |
|
|
|
|
margin-top: 5px; |
|
|
|
|