default_integration.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. .integration_d
  2. {
  3. position: absolute;
  4. display: none;
  5. overflow: hidden;
  6. top: 0;
  7. bottom: 0;
  8. left: 0;
  9. width: 49px;
  10. background: #f0f0f0;
  11. color: #FFFFFF;
  12. border-right: 1px solid #c0c0c0;
  13. z-index: 26;
  14. padding-top: 3px;
  15. cursor: default;
  16. user-select: none;
  17. -webkit-user-select: none;
  18. -moz-user-select: none;
  19. }
  20. .integration_d div
  21. {
  22. display: none;
  23. height: 36px;
  24. width: 36px;
  25. padding: 7px 7px;
  26. cursor: pointer;
  27. }
  28. .integration_d .intBlank
  29. {
  30. cursor: default;
  31. }
  32. #intCaldav
  33. {
  34. background: url(../images/banner_calendar.svg) no-repeat center;
  35. }
  36. #intCaldavTodo
  37. {
  38. background: url(../images/banner_todo.svg) no-repeat center;
  39. }
  40. #intCarddav
  41. {
  42. background: url(../images/banner_addressbook.svg) no-repeat center;
  43. }
  44. #intProjects
  45. {
  46. background: url(../images/banner_projects.svg) no-repeat center;
  47. }
  48. #intReports
  49. {
  50. background: url(../images/banner_reports.svg) no-repeat center;
  51. }
  52. #intSettings
  53. {
  54. background: url(../images/banner_settings.svg) no-repeat center;
  55. }
  56. #intRefresh
  57. {
  58. background: url(../images/banner_refresh.svg) no-repeat center;
  59. }
  60. #intLogout
  61. {
  62. background: url(../images/banner_logout.svg) no-repeat center;
  63. }
  64. .int_error
  65. {
  66. display: none;
  67. margin: 28px 0px 0px 28px;
  68. }
  69. #resourceCalDAV_h, #resourceCalDAVTODO_h, #ResourceCalDAVList, #ResourceCalDAVTODOList, #timezoneWrapper, #timezoneWrapperTODO
  70. {
  71. left: 50px;
  72. }
  73. #main, #main_h, #searchForm, #mainTODO, #main_h_TODO, #searchFormTODO
  74. {
  75. left: 274px;
  76. }
  77. #MainLoader, #EventDisabler, #TodoDisabler, #AlertDisabler, #ProjectsDisabler
  78. {
  79. left: 50px;
  80. }
  81. #CalendarLoader, #CalendarLoaderTODO
  82. {
  83. left: 275px;
  84. }
  85. .resourcesCardDAV_d, #ResourceCardDAVList, #ResourceCardDAVListOverlay
  86. {
  87. left: 50px;
  88. }
  89. .collection_d, #SearchBox, #ABList, #ABListOverlay, #AddressbookOverlay
  90. {
  91. left: 275px;
  92. }
  93. /*.contact_d, #ABContactColor, #ABContactOverlay, #ABMessage
  94. {
  95. left: 526px;
  96. }
  97. #ABContact
  98. {
  99. left: 529px;
  100. }*/
  101. .filters_d, .statistics_d, #FilterList, #ProjectsData, #SystemProjectsLock, #SystemReportsLock, #ProjectListDisabler
  102. {
  103. left: 50px;
  104. }
  105. .projects_d, #ProjectList, #SearchBoxProject, #ProjectListOverlay
  106. {
  107. left: 375px;
  108. }
  109. .project_d, #ProjectForm, #ProjectFormLoader, #ProjectEventsContainer, #ActivityListDisabler, #ProjectFormMessage
  110. {
  111. left: 626px;
  112. }
  113. .resourcesReports_d, #ResourceReportsList
  114. {
  115. left: 50px;
  116. }
  117. .resourcesSettings_d, #ResourceSettingsList
  118. {
  119. left: 50px;
  120. }
  121. #ResourceReportsListOverlay
  122. {
  123. left: 50px;
  124. }
  125. .report_filters_d, #ReportFilterList
  126. {
  127. left: 275px;
  128. }
  129. .reports_d, #ReportsColor, #ReportsFormOverlay
  130. {
  131. left: 600px;
  132. }
  133. #ReportsForm
  134. {
  135. left: 603px;
  136. }
  137. #ResourceSettingsListOverlay
  138. {
  139. left: 50px;
  140. }
  141. .settings_d, #SettingsColor, #SettingsFormOverlay
  142. {
  143. left: 275px;
  144. }
  145. #SettingsForm
  146. {
  147. left: 278px;
  148. }