Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

401 wiersze
8.9 KiB

  1. /* the element that this class is applied to, should have a max width for this to work*/
  2. html {
  3. min-height: 100%;
  4. }
  5. body {
  6. height: 100%;
  7. margin: 0px;
  8. padding: 0px !important;
  9. }
  10. html,
  11. body {
  12. overflow-x: hidden;
  13. }
  14. @media (max-width: 991px) {
  15. .intro-area,
  16. .footnote-area {
  17. padding: 15px;
  18. }
  19. .grid-row-open {
  20. top: 0;
  21. }
  22. .layout-main {
  23. position: relative;
  24. }
  25. body[data-route^="Form"] .page-title h1 {
  26. margin-top: 12px;
  27. }
  28. body[data-route^="Form"] .page-title h1.editable-title {
  29. padding-right: 80px;
  30. }
  31. body[data-route^="Form"] .page-title .indicator {
  32. display: inline-block;
  33. margin-top: 12px;
  34. }
  35. body[data-route^="Form"] .page-actions {
  36. padding-top: 20px !important;
  37. padding-bottom: 0px !important;
  38. padding-left: 0px !important;
  39. }
  40. body[data-route^="Form"] .page-head .sub-heading {
  41. font-weight: normal;
  42. font-size: 10px;
  43. display: block;
  44. position: absolute;
  45. right: 140px;
  46. min-width: 200px;
  47. }
  48. body[data-route^="Form"] .title-text {
  49. margin-top: 10px;
  50. }
  51. .toggle-navbar-new-comments {
  52. padding: 8px 0px !important;
  53. }
  54. .navbar > .container > .navbar-header {
  55. float: left;
  56. width: 80%;
  57. }
  58. .navbar > .container > .navbar-right {
  59. float: right;
  60. }
  61. .module-item {
  62. padding: 7px 0px !important;
  63. }
  64. .module-item h4 {
  65. font-weight: normal;
  66. }
  67. #navbar-breadcrumbs {
  68. margin: 0px;
  69. display: inline-block;
  70. }
  71. #navbar-breadcrumbs > li,
  72. #navbar-breadcrumbs > li > a {
  73. display: inline-block;
  74. vertical-align: middle;
  75. }
  76. #navbar-breadcrumbs > li > a:before {
  77. content: "\f104";
  78. margin-right: 10px;
  79. color: #6C7680;
  80. }
  81. #navbar-breadcrumbs li:not(:nth-last-child(-n+1)) {
  82. display: none;
  83. }
  84. .navbar-nav {
  85. margin: 0px;
  86. margin-right: -15px;
  87. }
  88. .sidebar .form-group {
  89. margin-bottom: 0px;
  90. }
  91. #sidebar-search {
  92. height: 27px;
  93. }
  94. .sidebar .navbar-search-icon {
  95. float: right;
  96. color: #6C7680;
  97. font-size: inherit;
  98. position: relative;
  99. right: 7px;
  100. top: -20px;
  101. height: 0;
  102. }
  103. .sidebar form {
  104. padding: 7px;
  105. }
  106. .sidebar .main-menu {
  107. position: absolute;
  108. left: 0;
  109. right: 0;
  110. top: 0;
  111. bottom: 41px;
  112. overflow-y: auto;
  113. }
  114. .sidebar .user-menu {
  115. padding: 9px 14px;
  116. background-color: #f5f7fa;
  117. position: absolute;
  118. left: 0;
  119. bottom: 0;
  120. right: 0;
  121. }
  122. .sidebar .user-menu,
  123. .sidebar .user-menu .octicon {
  124. color: #6C7680;
  125. }
  126. .sidebar .user-menu img {
  127. margin-top: -1px;
  128. }
  129. body[data-route^="Module"] .navbar-center {
  130. display: block !important;
  131. position: absolute;
  132. top: 10px;
  133. left: 25%;
  134. right: 25%;
  135. text-align: center;
  136. }
  137. body.no-breadcrumbs .navbar .navbar-home {
  138. display: inline-block !important;
  139. padding-left: 0px;
  140. margin-left: 0px;
  141. padding-top: 6px;
  142. }
  143. body.no-breadcrumbs .navbar .navbar-home:before {
  144. font-family: FontAwesome;
  145. font-weight: normal;
  146. font-style: normal;
  147. text-decoration: inherit;
  148. -webkit-font-smoothing: antialiased;
  149. *margin-right: .3em;
  150. display: inline-block;
  151. speak: none;
  152. font-size: 24px;
  153. transition: 0.2s;
  154. position: relative;
  155. top: 3px;
  156. content: "\f104";
  157. margin-right: 10px;
  158. color: #6C7680;
  159. }
  160. body.no-breadcrumbs .navbar .navbar-home:hover:before,
  161. body.no-breadcrumbs .navbar .navbar-home:focus:before,
  162. body.no-breadcrumbs .navbar .navbar-home:active:before {
  163. color: #36414C !important;
  164. }
  165. body[data-route=""] .navbar .navbar-home,
  166. body[data-route="desktop"] .navbar .navbar-home {
  167. padding: 8px 10px;
  168. }
  169. body[data-route=""] .navbar .navbar-home:before,
  170. body[data-route="desktop"] .navbar .navbar-home:before {
  171. display: none;
  172. }
  173. body[data-route=""] .navbar .navbar-home img,
  174. body[data-route="desktop"] .navbar .navbar-home img {
  175. margin-top: 0;
  176. }
  177. body[data-route=""] .toggle-sidebar,
  178. body[data-route="desktop"] .toggle-sidebar {
  179. display: none !important;
  180. }
  181. body[data-sidebar="0"] .toggle-sidebar {
  182. display: none !important;
  183. }
  184. body[data-sidebar="0"] #navbar-breadcrumbs,
  185. body[data-sidebar="0"] .navbar-home {
  186. margin-left: 15px !important;
  187. }
  188. }
  189. @media (max-width: 991px) and (max-width: 480px) {
  190. #navbar-breadcrumbs li a {
  191. width: 100px;
  192. overflow: hidden;
  193. white-space: nowrap;
  194. text-overflow: ellipsis;
  195. }
  196. }
  197. @media (max-width: 767px) {
  198. .toggle-sidebar {
  199. margin-right: 0;
  200. }
  201. body[data-route^="Form"] .page-title .title-text {
  202. font-size: 16px;
  203. width: calc(100% - 90px);
  204. }
  205. body[data-route^="Form"] .page-title .indicator {
  206. float: left;
  207. margin-top: 10px;
  208. margin-right: 5px;
  209. }
  210. .modal .modal-dialog {
  211. margin: 0px;
  212. padding: 0px;
  213. width: 100%;
  214. background-color: #fff;
  215. }
  216. .modal .modal-content {
  217. border-radius: 0px;
  218. border: none;
  219. height: 100%;
  220. }
  221. .modal .modal-body .form-layout {
  222. margin: -15px;
  223. }
  224. .modal .file-upload .input-upload {
  225. width: 100%;
  226. text-align: center;
  227. }
  228. .modal .file-upload .input-upload .btn-browse {
  229. width: 100%;
  230. }
  231. .modal .file-upload .web-link-wrapper {
  232. display: block;
  233. width: 100% !important;
  234. text-align: center;
  235. }
  236. .modal .file-upload .web-link-wrapper .file-upload-or {
  237. display: block;
  238. margin: 15px 24px;
  239. }
  240. .modal .file-upload .web-link-wrapper .input-link {
  241. width: 100% !important;
  242. }
  243. .layout-main-section-wrapper {
  244. padding: 0px;
  245. }
  246. .layout-main-section {
  247. border-left-color: transparent !important;
  248. border-right-color: transparent !important;
  249. }
  250. .list-row {
  251. padding: 13px 15px !important;
  252. }
  253. .doclist-row {
  254. position: relative;
  255. padding-right: 10px;
  256. }
  257. .doclist-row .list-id {
  258. font-weight: normal;
  259. }
  260. .doclist-row .list-row-id {
  261. left: 18px;
  262. text-align: left;
  263. margin-top: 3px;
  264. }
  265. .doclist-row.has-checkbox .list-row-id {
  266. left: 40px;
  267. }
  268. .doclist-row .list-row-indicator {
  269. position: absolute;
  270. right: 0px;
  271. top: -20px;
  272. }
  273. .doclist-row .list-row-modified {
  274. margin-right: -10px;
  275. }
  276. .doclist-row .list-row-left {
  277. z-index: 1;
  278. }
  279. .doclist-row .list-row-right {
  280. float: right;
  281. }
  282. .doclist-row .list-row-right .list-row-indicator {
  283. top: 4px;
  284. }
  285. .doclist-row .list-row-right .list-row-indicator .indicator::before,
  286. .doclist-row .list-row-right .list-row-indicator .indicator::after {
  287. height: 12px;
  288. width: 12px;
  289. border-radius: 12px;
  290. }
  291. .doclist-row .list-row-right.no-right-column {
  292. position: absolute;
  293. top: 0;
  294. right: 10px;
  295. left: -10px;
  296. width: 100%;
  297. }
  298. body[data-route^="chat"] .navbar-center {
  299. display: block !important;
  300. position: absolute;
  301. top: 10px;
  302. left: 25%;
  303. right: 25%;
  304. text-align: center;
  305. }
  306. #page-chat .layout-side-section {
  307. position: relative;
  308. left: 0px;
  309. border-right: 1px solid #d1d8dd;
  310. padding-left: 0px;
  311. float: left;
  312. width: 76px;
  313. }
  314. #page-chat .layout-main-section-wrapper {
  315. position: absolute;
  316. left: 75px;
  317. right: 0px;
  318. border-left: 1px solid #d1d8dd;
  319. float: left;
  320. }
  321. #page-chat .module-sidebar-item {
  322. margin: 0px;
  323. }
  324. #page-chat .module-sidebar-item .chat-sidebar-link {
  325. padding: 15px;
  326. }
  327. #page-chat .timeline-head {
  328. padding: 15px 15px 7px;
  329. }
  330. #page-chat .list-row {
  331. padding: 7px 0px;
  332. }
  333. #page-chat .message-row-right {
  334. margin-top: 10px;
  335. text-align: left;
  336. }
  337. body[data-route^="Form"] .page-head .sub-heading {
  338. right: 90px;
  339. }
  340. .timeline::before {
  341. content: none;
  342. }
  343. .timeline .timeline-new-email {
  344. margin: 20px 0;
  345. padding-left: 15px;
  346. }
  347. .timeline .timeline-new-email::before {
  348. content: none;
  349. }
  350. .timeline .timeline-item.user-content {
  351. margin: 20px 15px;
  352. }
  353. .timeline .timeline-item.user-content .media-body {
  354. margin-left: 0;
  355. max-width: 100%;
  356. overflow: hidden;
  357. }
  358. .timeline .timeline-item.user-content .media-body:before {
  359. content: none;
  360. }
  361. .timeline .timeline-item.user-content .action-btns {
  362. padding: 5px 10px 2px 5px;
  363. }
  364. .timeline .timeline-item.user-content .comment-header {
  365. padding: 7px 10px;
  366. }
  367. .timeline .timeline-item.user-content .comment-header .links-active {
  368. padding-right: 10px;
  369. }
  370. .timeline .timeline-item.user-content .avatar-medium {
  371. margin-right: 10px;
  372. }
  373. .timeline .timeline-item.user-content .reply {
  374. padding: 10px;
  375. }
  376. .timeline .timeline-item.user-content .commented-on-small {
  377. display: inline-block;
  378. }
  379. .timeline .timeline-item.user-content .commented-on-small {
  380. display: inline-block;
  381. }
  382. .timeline .timeline-item.notification-content {
  383. padding-left: 15px;
  384. margin: 20px 0;
  385. }
  386. .timeline .timeline-item.notification-content::before {
  387. content: none;
  388. }
  389. .timeline .timeline-item.notification-content .small {
  390. padding-left: 0;
  391. }
  392. .timeline .timeline-item .delivery-status-indicator {
  393. float: left;
  394. margin: 0 5px 0 0;
  395. }
  396. .timeline .asset-details {
  397. line-height: 24px;
  398. /*Height of avtar image -36px to align text center vertically*/
  399. }
  400. }