laravel-admin.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. input.content {
  2. min-height: 0 !important;
  3. padding: 6px 12px !important;
  4. margin: 0 !important;
  5. }
  6. input.label:empty {
  7. display: inherit !important;
  8. }
  9. input.label {
  10. display: inherit !important;
  11. padding: 6px 12px !important;
  12. font-size: 14px !important;
  13. font-weight: inherit !important;
  14. line-height: 1.42857143 !important;
  15. color: #555 !important;
  16. text-align: inherit !important;
  17. white-space: inherit !important;
  18. vertical-align: inherit !important;
  19. border-radius: inherit !important;
  20. }
  21. .box-show {
  22. border-radius: 0 !important;
  23. box-shadow: none !important;
  24. }
  25. a.editable-empty {
  26. color: #3c8dbc;
  27. border-bottom: none !important;
  28. }
  29. .form-group > label.asterisk:after {
  30. content: " *";
  31. color: red;
  32. }
  33. .mailbox-attachments li {
  34. width: 300px !important;
  35. }
  36. .table-has-many .form-group {
  37. margin-bottom: 0 !important;
  38. }
  39. .table-has-many label.control-label[for=inputError] {
  40. position: absolute;
  41. z-index: 100;
  42. background-color: #fff;
  43. border: 1px solid #dd4b39;
  44. border-radius: 5px;
  45. text-align: left;
  46. top: 34px;
  47. padding: 8px;
  48. line-height: 1.2;
  49. }
  50. .table-has-many label.control-label[for=inputError]+br {
  51. display: none;
  52. }