123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- .integration_d
- {
- position: absolute;
- display: none;
- overflow: hidden;
- top: 0;
- bottom: 0;
- left: 0;
- width: 49px;
- background: #f0f0f0;
- color: #FFFFFF;
- border-right: 1px solid #c0c0c0;
- z-index: 26;
- padding-top: 3px;
- cursor: default;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- }
- .integration_d div
- {
- display: none;
- height: 36px;
- width: 36px;
- padding: 7px 7px;
- cursor: pointer;
- }
- .integration_d .intBlank
- {
- cursor: default;
- }
- #intCaldav
- {
- background: url(../images/banner_calendar.svg) no-repeat center;
- }
- #intCaldavTodo
- {
- background: url(../images/banner_todo.svg) no-repeat center;
- }
- #intCarddav
- {
- background: url(../images/banner_addressbook.svg) no-repeat center;
- }
- #intProjects
- {
- background: url(../images/banner_projects.svg) no-repeat center;
- }
- #intReports
- {
- background: url(../images/banner_reports.svg) no-repeat center;
- }
- #intSettings
- {
- background: url(../images/banner_settings.svg) no-repeat center;
- }
- #intRefresh
- {
- background: url(../images/banner_refresh.svg) no-repeat center;
- }
- #intLogout
- {
- background: url(../images/banner_logout.svg) no-repeat center;
- }
- .int_error
- {
- display: none;
- margin: 28px 0px 0px 28px;
- }
- #resourceCalDAV_h, #resourceCalDAVTODO_h, #ResourceCalDAVList, #ResourceCalDAVTODOList, #timezoneWrapper, #timezoneWrapperTODO
- {
- left: 50px;
- }
- #main, #main_h, #searchForm, #mainTODO, #main_h_TODO, #searchFormTODO
- {
- left: 274px;
- }
- #MainLoader, #EventDisabler, #TodoDisabler, #AlertDisabler, #ProjectsDisabler
- {
- left: 50px;
- }
- #CalendarLoader, #CalendarLoaderTODO
- {
- left: 275px;
- }
- .resourcesCardDAV_d, #ResourceCardDAVList, #ResourceCardDAVListOverlay
- {
- left: 50px;
- }
- .collection_d, #SearchBox, #ABList, #ABListOverlay, #AddressbookOverlay
- {
- left: 275px;
- }
- /*.contact_d, #ABContactColor, #ABContactOverlay, #ABMessage
- {
- left: 526px;
- }
- #ABContact
- {
- left: 529px;
- }*/
- .filters_d, .statistics_d, #FilterList, #ProjectsData, #SystemProjectsLock, #SystemReportsLock, #ProjectListDisabler
- {
- left: 50px;
- }
- .projects_d, #ProjectList, #SearchBoxProject, #ProjectListOverlay
- {
- left: 375px;
- }
- .project_d, #ProjectForm, #ProjectFormLoader, #ProjectEventsContainer, #ActivityListDisabler, #ProjectFormMessage
- {
- left: 626px;
- }
- .resourcesReports_d, #ResourceReportsList
- {
- left: 50px;
- }
- .resourcesSettings_d, #ResourceSettingsList
- {
- left: 50px;
- }
- #ResourceReportsListOverlay
- {
- left: 50px;
- }
- .report_filters_d, #ReportFilterList
- {
- left: 275px;
- }
- .reports_d, #ReportsColor, #ReportsFormOverlay
- {
- left: 600px;
- }
- #ReportsForm
- {
- left: 603px;
- }
- #ResourceSettingsListOverlay
- {
- left: 50px;
- }
- .settings_d, #SettingsColor, #SettingsFormOverlay
- {
- left: 275px;
- }
- #SettingsForm
- {
- left: 278px;
- }
|