| /*//////////////// |
| |
| Iconic Dashboard |
| |
| ////////////////*/ |
| .dashboard { |
| min-height: 500px; |
| } |
| /* disabled dashboard */ |
| .dashboard.disabled { |
| display: none; |
| } |
| /* dashboard head or title */ |
| .dashboard-head { |
| border-top: 1px solid #238BD2; |
| font-weight:bold; |
| line-height:1.7em; |
| margin-bottom:0; |
| font-size:1em; |
| color: #238BD2; |
| margin-top:1.2em; |
| } |
| .dashboard-head span { |
| background-color: #F6F6F6; |
| color: #238BD2; |
| left: 0; |
| padding-right: 0.4em; |
| position: relative; |
| top: -0.8em; |
| } |
| /* admin dashboard container */ |
| .block-dashboard { |
| width: 100%; |
| display: inline-block; |
| box-shadow: 0 4px 18px #C8C8C8; |
| } |
| /* column for admin dashboard that take half block-dashboard */ |
| .block-dashboard .column { |
| float: right; |
| width: 50%; |
| } |
| /* first column */ |
| .block-dashboard .column.first { |
| float: left; |
| width: 50%; |
| } |
| /* entry inside column that hold iconic information */ |
| .block-dashboard .column .column-entry { |
| margin: 1.3em 0; |
| padding: 2px 4px 2px 34px; |
| background-repeat: no-repeat; |
| background-position: 4px 4px; |
| } |
| .block-dashboard .column .column-entry:hover { |
| background-color: #E0F1FC; |
| } |
| .block-dashboard .column .column-entry h4, |
| .block-dashboard .column .column-entry p, |
| .block-dashboard .column .column-entry div |
| { |
| padding-left: 10px; |
| } |
| /* title for column-entry */ |
| #main .column-entry h4 { |
| background: transparent; |
| text-transform: none; |
| padding: 0 0 0 10px; |
| line-height: normal; |
| font-size: 110%; |
| font-weight: bold; |
| } |
| /* description of column-entry */ |
| #main .column-entry p { |
| margin-bottom: 0; |
| } |
| /* container for column-entry's sublinks */ |
| #main .column-entry div { |
| font-size: 10px; |
| color: #999; |
| } |
| |
| /* icons entry */ |
| .column-entry.lookup_profile { |
| background-image: url(../../images/soc/dashboard/lookup.png); |
| } |
| .column-entry.allocate_slots, |
| .column-entry.slots_allocation |
| { |
| background-image: url(../../images/soc/dashboard/allocate.png); |
| } |
| .column-entry.slots_transfer { |
| background-image: url(../../images/soc/dashboard/transfer.png); |
| } |
| .column-entry.duplicates { |
| background-image: url(../../images/soc/dashboard/duplicates.png); |
| } |
| .column-entry.proposals_submitted, |
| .column-entry.manage_proposals, |
| .column-entry.proposals { |
| background-image: url(../../images/soc/dashboard/proposals.png); |
| } |
| .column-entry.accept_proposals, |
| .column-entry.manage_projects, |
| .column-entry.mentoring_projects |
| { |
| background-image: url(../../images/soc/dashboard/accept_proposals.png); |
| } |
| .column-entry.withdraw_projects { |
| background-image: url(../../images/soc/dashboard/withdraw.png); |
| } |
| .column-entry.reminder_emails { |
| background-image: url(../../images/soc/dashboard/mail.png); |
| } |
| .column-entry.program_settings, |
| .column-entry.edit_program |
| { |
| background-image: url(../../images/soc/dashboard/settings.png); |
| } |
| .column-entry.edit_timeline { |
| background-image: url(../../images/soc/dashboard/date.png); |
| } |
| |
| .column-entry.adminning_organizations, |
| .column-entry.participants, |
| .column-entry.students, |
| .column-entry.manage_organizations |
| { |
| background-image: url(../../images/soc/dashboard/users.png); |
| } |
| .column-entry.participant_locations { |
| background-image: url(../../images/soc/dashboard/marker.png); |
| } |
| .column-entry.report_statistic { |
| background-image: url(../../images/soc/dashboard/report.png); |
| } |
| .column-entry.todo, |
| .column-entry.org_app, |
| .column-entry.documents, |
| .column-entry.evaluations, |
| .column-entry.mentor_evaluations, |
| .column-entry.student_evaluations |
| { |
| background-image: url(../../images/soc/dashboard/todo.png); |
| } |
| .column-entry.evaluation_group |
| { |
| background-image: url(../../images/soc/dashboard/grade.png); |
| } |
| .column-entry.create_mentor_evaluation, |
| .column-entry.create_student_evaluation, |
| .column-entry.create_evaluation_group |
| { |
| background-image: url(../../images/soc/dashboard/create.png); |
| } |
| .column-entry.edit_mentor_evaluation, |
| .column-entry.edit_student_evaluation, |
| .column-entry.edit_evaluation_group |
| { |
| background-image: url(../../images/soc/dashboard/edit.png); |
| } |
| .column-entry.view_mentor_evaluation, |
| .column-entry.view_student_evaluation, |
| .column-entry.view_evaluation_group, |
| .column-entry.projects |
| { |
| background-image: url(../../images/soc/dashboard/view.png); |
| } |
| .column-entry.requests, |
| .column-entry.org_admin_requests |
| { |
| background-image: url(../../images/soc/dashboard/requests.png); |
| } |
| |
| /* notify icon */ |
| .column-entry .notificon { |
| background-color: #F03D25; |
| border-color: -moz-use-text-color #DD3822 #DD3822; |
| border-radius: 2px 2px 2px 2px; |
| border-right: 1px solid #DD3822; |
| border-style: none solid solid; |
| border-width: 0 1px 1px; |
| display: inline-block; |
| padding: 2px 2px 0; |
| font-size: 9px; |
| font-weight: bold; |
| } |