Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 10 roky
před 10 roky
před 9 roky
před 10 roky
před 10 roky
před 9 roky
před 9 roky
před 9 roky
před 9 roky
před 10 roky
před 9 roky
před 9 roky
před 10 roky
před 10 roky
před 10 roky
před 10 roky
před 10 roky
před 10 roky
před 10 roky
před 10 roky
před 10 roky
před 10 roky
před 9 roky
před 10 roky
před 10 roky
před 10 roky
před 10 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807
  1. @import "variables.less";
  2. .form-print-wrapper {
  3. border: 1px solid @border-color;
  4. border-top: none;
  5. }
  6. .print-preview-wrapper {
  7. padding: 30px 0px;
  8. background-color: @navbar-bg;
  9. }
  10. .print-toolbar {
  11. margin: 0px;
  12. padding: 10px 0px;
  13. border-bottom: 1px solid @border-color;
  14. }
  15. .form-inner-toolbar {
  16. padding: 10px 15px 0px;
  17. background-color: @light-bg;
  18. text-align: right;
  19. .btn {
  20. margin-bottom: 10px;
  21. }
  22. }
  23. .form-clickable-section {
  24. border-top: 1px solid @border-color;
  25. padding: 10px 15px;
  26. background-color: @panel-bg;
  27. }
  28. .form-page.second-page {
  29. border-top: 1px solid @border-color;
  30. }
  31. .form-message {
  32. padding: 15px;
  33. }
  34. .document-flow-wrapper {
  35. padding: 40px 15px 30px;
  36. font-size: @text-medium;
  37. border-bottom: 1px solid @light-border-color;
  38. .document-flow {
  39. display: inline-block;
  40. position: relative;
  41. left: 50%;
  42. transform: translateX(-50%);
  43. .document-flow-link-wrapper {
  44. width: 140px;
  45. display: inline-block;
  46. }
  47. .document-flow-link-wrapper:not(:last-child) {
  48. border-top: 1px solid @indicator-darkgrey;
  49. // padding-left: 20px;
  50. // padding-right: 20px;
  51. margin-right: -4px;
  52. }
  53. .document-flow-link-wrapper:first-child {
  54. // padding-left: 0px;
  55. }
  56. .document-flow-link-wrapper:last-child {
  57. // padding-right: 0px;
  58. margin-right: -140px;
  59. }
  60. .document-flow-link {
  61. margin-top: -10px;
  62. display: inline-block;
  63. }
  64. .document-flow-link:not(.disabled):hover,
  65. .document-flow-link:not(.disabled):focus,
  66. .document-flow-link:not(.disabled):active {
  67. .document-flow-link-label {
  68. text-decoration: underline;
  69. }
  70. }
  71. .document-flow-link-label {
  72. display: inline-block;
  73. margin-left: -50%;
  74. margin-top: 5px;
  75. }
  76. }
  77. }
  78. @media(max-width: @screen-xs) {
  79. .document-flow-wrapper {
  80. display: none;
  81. }
  82. }
  83. .form-dashboard {
  84. background-color: @light-bg;
  85. border-bottom: 1px solid @border-color;
  86. }
  87. .form-documents h6 {
  88. margin-top: 15px;
  89. }
  90. .form-dashboard-section {
  91. padding: 15px 30px;
  92. border-bottom: 1px solid @light-border-color;
  93. }
  94. .form-dashboard-section:last-child {
  95. border-bottom: none;
  96. }
  97. .form-heatmap {
  98. padding-top: 30px;
  99. .heatmap-message {
  100. margin-top: 10px;
  101. }
  102. @media (max-width: @screen-sm) {
  103. overflow: hidden;
  104. overflow-x: scroll;
  105. }
  106. }
  107. .inline-graph {
  108. .inline-graph-half {
  109. width: 48%;
  110. display: inline-block;
  111. position: relative;
  112. height: 30px;
  113. .inline-graph-count {
  114. font-size: 10px;
  115. position: absolute;
  116. left: 0;
  117. right: 0;
  118. top: 3px;
  119. padding: 0px 5px;
  120. text-align: left;
  121. }
  122. .inline-graph-bar {
  123. position: absolute;
  124. left: 0;
  125. right: 0;
  126. top: 20px;
  127. }
  128. .inline-graph-bar-inner {
  129. display: block;
  130. float: left;
  131. background-color: @border-color;
  132. height: 6px;
  133. border-radius: 0px 3px 3px 0px;
  134. }
  135. .inline-graph-bar-inner.dark {
  136. background-color: @text-color;
  137. }
  138. }
  139. .inline-graph-half:first-child {
  140. border-right: 1px solid @border-color;
  141. margin-right: -3px;
  142. .inline-graph-count {
  143. text-align: right;
  144. }
  145. .inline-graph-bar-inner {
  146. float: right;
  147. border-radius: 3px 0px 0px 3px;
  148. }
  149. }
  150. }
  151. .progress-area {
  152. padding-top: 15px;
  153. padding-bottom: 15px;
  154. }
  155. .form-links {
  156. .document-link {
  157. margin-bottom: 10px;
  158. height: 22px;
  159. }
  160. .document-link:hover .badge-link {
  161. text-decoration: underline;
  162. }
  163. .document-link:hover .badge-link[disabled='disabled'] {
  164. text-decoration: none;
  165. }
  166. .count {
  167. display: inline-block;
  168. margin-left: 5px;
  169. margin-right: 5px;
  170. }
  171. }
  172. h6.uppercase, .h6.uppercase {
  173. font-size: 11px;
  174. font-weight: normal;
  175. letter-spacing: 0.4px;
  176. text-transform: uppercase;
  177. color: @text-muted;
  178. }
  179. .form-section {
  180. margin: 0px;
  181. padding: 15px;
  182. .form-section-description {
  183. margin-bottom: 10px;
  184. }
  185. .form-section-heading {
  186. margin: 10px 0px;
  187. }
  188. .section-head {
  189. margin: 0px 0px 15px 15px;
  190. cursor: pointer;
  191. .collapse-indicator {
  192. color: @text-extra-muted;
  193. margin-left: 10px;
  194. position: relative;
  195. bottom: -1px;
  196. }
  197. .collapse-indicator.octicon-chevron-up {
  198. bottom: -2px;
  199. }
  200. }
  201. .section-head.collapsed {
  202. margin-bottom: 0px;
  203. }
  204. }
  205. .form-section:not(:last-child),
  206. .form-inner-toolbar {
  207. border-bottom: 1px solid @light-border-color;
  208. }
  209. .empty-section {
  210. display: none !important;
  211. }
  212. .shaded-section {
  213. //background-color: @light-bg;
  214. }
  215. .modal {
  216. .form-layout {
  217. margin: -15px;
  218. }
  219. .form-grid .form-layout {
  220. margin: 0px;
  221. }
  222. .form-section {
  223. padding: 15px 7px;
  224. }
  225. }
  226. .help ol {
  227. padding-left: 19px;
  228. }
  229. .field_description_top {
  230. margin-bottom: 3px;
  231. }
  232. .user-actions {
  233. margin-bottom: 15px;
  234. }
  235. .user-actions a {
  236. font-weight: bold;
  237. }
  238. .badge-important {
  239. background-color: #e74c3c;
  240. }
  241. .timeline {
  242. margin: 30px 0px;
  243. .timeline-head {
  244. .comment-input {
  245. height: auto;
  246. }
  247. }
  248. }
  249. .timeline-item {
  250. margin-top: 0px;
  251. b {
  252. color: @text-color !important;
  253. }
  254. blockquote {
  255. font-size: inherit;
  256. }
  257. .btn-more {
  258. margin-left: 65px;
  259. }
  260. .gmail_extra {
  261. display: none;
  262. }
  263. }
  264. .timeline-items {
  265. position: relative;
  266. }
  267. .timeline {
  268. position: relative;
  269. }
  270. .timeline::before {
  271. content: " ";
  272. border-left: 1px solid @border-color;
  273. position: absolute;
  274. top: 0px;
  275. bottom: -124px;
  276. left: 43px;
  277. z-index: 0;
  278. }
  279. .timeline.in-dialog::before {
  280. bottom: 0px;
  281. }
  282. @media(max-width: @screen-sm) {
  283. .timeline::before {
  284. bottom: -64px;
  285. }
  286. }
  287. .timeline-item.user-content {
  288. margin: 30px 0px 30px 27px;
  289. .media-body {
  290. border: 1px solid @border-color;
  291. border-radius: 2px;
  292. margin-left: -7px;
  293. position: relative;
  294. // to display the triangle beside the box
  295. overflow: visible;
  296. }
  297. .avatar-medium {
  298. margin-right: 10px;
  299. height: 45px;
  300. width: 45px;
  301. }
  302. .comment-header {
  303. background-color: @light-bg;
  304. padding: 10px 15px 10px 13px;
  305. margin: 0px;
  306. color: @text-muted;
  307. border-bottom: 1px solid @light-border-color;
  308. .octicon-heart {
  309. color: @heart-color;
  310. cursor: pointer;
  311. }
  312. }
  313. .reply {
  314. padding: 15px;
  315. & > div > p:first-child {
  316. margin-top: 0px;
  317. }
  318. & > div > p:last-child {
  319. margin-bottom: 0px;
  320. }
  321. hr {
  322. margin: 10px 0px;
  323. }
  324. }
  325. .close-btn-container {
  326. padding: 4px 10px 2px 5px;
  327. }
  328. .edit-btn-container {
  329. padding: 4px 5px;
  330. .edit {
  331. color: inherit;
  332. font-size: 21px;
  333. line-height: 1;
  334. .octicon-check {
  335. font-size: 1em;
  336. }
  337. &:hover, &:focus {
  338. color: #000;
  339. }
  340. }
  341. }
  342. .comment-likes {
  343. margin-left: 5px;
  344. }
  345. .media-body:after, .media-body:before {
  346. right: 100%;
  347. top: 15px;
  348. border: solid transparent;
  349. content: " ";
  350. height: 0;
  351. width: 0;
  352. position: absolute;
  353. pointer-events: none;
  354. }
  355. .media-body:after {
  356. border-color: rgba(136, 183, 213, 0);
  357. border-right-color: #fafbfc;
  358. border-width: 6px;
  359. margin-top: -6px;
  360. }
  361. .media-body:before {
  362. border-color: rgba(194, 225, 245, 0);
  363. border-right-color: @border-color;
  364. border-width: 7px;
  365. margin-top: -7px;
  366. }
  367. }
  368. .timeline-item.notification-content {
  369. padding-left: 30px;
  370. margin: 30px 0px;
  371. position: relative;
  372. color: @text-muted;
  373. * {
  374. color: @text-muted;
  375. }
  376. .fa-fw {
  377. margin-left: 36px;
  378. }
  379. div.small {
  380. padding-left: 40px;
  381. .fa-fw {
  382. margin-left: 0px;
  383. }
  384. }
  385. .octicon-heart {
  386. color: @heart-color !important;
  387. }
  388. }
  389. .timeline-indicator() {
  390. content: " ";
  391. width: 7px;
  392. height: 7px;
  393. background-color: @border-color;
  394. // background-color: white;
  395. // border: 1px solid @border-color;
  396. position: absolute;
  397. left: 40px;
  398. border-radius: 50%;
  399. top: 5px;
  400. }
  401. .timeline-item.notification-content::before {
  402. .timeline-indicator();
  403. }
  404. .timeline-item .reply-link {
  405. padding-left: 7px;
  406. }
  407. .timeline-head {
  408. background-color: white;
  409. // padding: 15px 30px;
  410. border: 1px solid @border-color;
  411. border-radius: 2px;
  412. position: relative;
  413. z-index: 1;
  414. .comment-input-header {
  415. background-color: @light-bg;
  416. padding: 7px 15px;
  417. border-bottom: 1px solid @light-border-color;
  418. }
  419. .comment-input-container {
  420. padding: 15px;
  421. .awesomplete > ul {
  422. min-width: 200px;
  423. }
  424. }
  425. .comment-input {
  426. border-color: @light-border-color;
  427. max-width: 100%;
  428. &:focus {
  429. box-shadow: none;
  430. }
  431. }
  432. }
  433. @media(max-width: @screen-xs) {
  434. .timeline-head {
  435. border-left: none;
  436. border-right: none;
  437. border-radius: 0px;
  438. }
  439. }
  440. .signature-field {
  441. min-height: 300px;
  442. background: #fff;
  443. border: 1px solid @border-color;
  444. border-radius: 3px;
  445. position: relative;
  446. margin-top: -10px;
  447. }
  448. .signature-display {
  449. margin: 7px 0px;
  450. background: #fff;
  451. }
  452. .signature-btn-row {
  453. position: absolute;
  454. bottom: 12px;
  455. right: 12px;
  456. }
  457. .signature-reset {
  458. height: 30px;
  459. width: 30px;
  460. padding: 4px 0px;
  461. }
  462. .signature-img {
  463. border: 1px solid @border-color;
  464. background: #fff;
  465. border-radius: 3px;
  466. margin-top: 5px;
  467. width: 100%;
  468. max-height: 300px;
  469. }
  470. .timeline-new-email {
  471. margin: 30px 0px;
  472. padding-left: 70px;
  473. position: relative;
  474. }
  475. .timeline-new-email::before {
  476. .timeline-indicator();
  477. }
  478. .form-footer h5 {
  479. margin: 15px 0px;
  480. font-weight: bold;
  481. }
  482. .control-label, .grid-heading-row {
  483. color: @text-muted;
  484. font-size: 12px;
  485. }
  486. .control-label {
  487. margin-bottom: 5px;
  488. font-weight: normal;
  489. }
  490. .like-disabled-input {
  491. margin-bottom: 7px;
  492. border-radius: 3px;
  493. min-height: 30px;
  494. font-weight: bold;
  495. background-color: @navbar-bg;
  496. padding: 5px 10px;
  497. border-radius: 3px;
  498. }
  499. .disabled-check {
  500. color: @navbar-bg;
  501. margin-right: 3px;
  502. margin-bottom: -2px;
  503. }
  504. .like-disabled-input.for-description {
  505. font-weight: normal;
  506. }
  507. .frappe-control& {
  508. margin-bottom: 10px;
  509. .help-box {
  510. margin-top: 3px;
  511. }
  512. pre {
  513. white-space: pre-wrap;
  514. background-color: inherit;
  515. border: none;
  516. padding: 0px;
  517. margin: 0px;
  518. }
  519. }
  520. .hide-control {
  521. display: none !important;
  522. }
  523. .shared-user {
  524. margin-bottom: 10px;
  525. }
  526. .attach-missing-image,
  527. .attach-image-display {
  528. cursor: pointer;
  529. }
  530. select.form-control {
  531. -webkit-appearance: none;
  532. -moz-appearance: none;
  533. appearance: none;
  534. }
  535. .form-control.bold {
  536. color: #000;
  537. font-weight: bold;
  538. background-color: @extra-light-yellow;
  539. }
  540. .form-headline {
  541. padding: 0px 15px;
  542. margin: 0px;
  543. }
  544. .form-headline .alert {
  545. font-size: @text-medium;
  546. background-color: @light-yellow;
  547. font-weight: normal !important;
  548. border: 0px;
  549. border-radius: 0px;
  550. margin-bottom: 0px;
  551. margin: 0px -15px;
  552. padding: 10px 30px;
  553. }
  554. .delivery-status-indicator {
  555. display: inline-block;
  556. margin-top: -3px;
  557. margin-left: 1px;
  558. font-weight: 500;
  559. color: @text-muted;
  560. }
  561. // above mobile
  562. @media (min-width: 768px) {
  563. .layout-main .form-column.col-sm-12 > form > .input-max-width {
  564. max-width: 50%;
  565. padding-right: 15px;
  566. }
  567. // don't max-width when in form-grid with half width
  568. .col-sm-6 .form-grid .form-column.col-sm-12 > form > .input-max-width {
  569. max-width: none;
  570. padding-right: 0px;
  571. }
  572. .form-column.col-sm-6 textarea[data-fieldtype="Code"] {
  573. height: 120px !important;
  574. }
  575. }
  576. // upto tablets
  577. @media (max-width: @screen-sm) {
  578. .form-section .form-section-heading {
  579. margin-top: 10px;
  580. }
  581. }
  582. // mobile
  583. @media (max-width: @screen-xs) {
  584. // padding to form section on mobile
  585. .form-section {
  586. .section-head {
  587. padding: 15px 15px 15px 0px;
  588. }
  589. }
  590. .form-column {
  591. border-bottom: 1px solid @light-border-color;
  592. }
  593. .form-column:last-child {
  594. border-bottom: 0px;
  595. }
  596. .form-section {
  597. padding-left: 0px !important;
  598. padding-right: 0px !important;
  599. }
  600. .form-grid {
  601. margin-left: -17px;
  602. margin-right: -17px;
  603. border-left: none !important;
  604. border-right: none !important;
  605. border-radius: none;
  606. }
  607. // forms
  608. .form-page {
  609. .form-section {
  610. padding: 0px 15px;
  611. }
  612. .frappe-control& {
  613. padding: 7px 15px;
  614. border-bottom: 1px solid @light-border-color;
  615. margin: 0px -15px;
  616. .link-btn {
  617. top: -2px;
  618. }
  619. .like-disabled-input {
  620. min-height: 0px !important;
  621. }
  622. &:last-child {
  623. margin-bottom: 0px;
  624. }
  625. }
  626. .frappe-control:last-child {
  627. border-bottom: 0px;
  628. }
  629. .frappe-control[data-fieldtype="Table"] {
  630. padding: 0px 15px;
  631. margin-top: -1px;
  632. border-bottom: none;
  633. label {
  634. margin-top: 7px;
  635. }
  636. }
  637. // .form-section:last-child .form-column:last-child .frappe-control:last-child {
  638. // border-bottom: none;
  639. // }
  640. .form-control {
  641. border: none;
  642. box-shadow: none;
  643. background-color: inherit;
  644. height: auto;
  645. padding: 0px;
  646. margin-bottom: 7px;
  647. border-radius: 0px;
  648. // make all fields left-aligned!
  649. text-align: left !important;
  650. }
  651. .form-control:focus {
  652. box-shadow: none;
  653. }
  654. // select.form-control {
  655. // text-indent: -2px;
  656. // }
  657. }
  658. }
  659. body[data-route^="Form/Communication"] textarea[data-fieldname="subject"] {
  660. height: 80px !important;
  661. }