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.
 
 
 
 
 
 

132 wiersze
1.7 KiB

  1. /* appframe header */
  2. .appframe {
  3. padding-top: 15px;
  4. }
  5. .appframe-titlebar {
  6. min-height: 30px;
  7. background-color: #e7e7e7;
  8. }
  9. .titlebar-item {
  10. padding-top: 10px;
  11. padding-bottom: 10px;
  12. }
  13. .titlebar-item h4 {
  14. width: 100%;
  15. white-space: nowrap;
  16. overflow: hidden;
  17. text-overflow: ellipsis;
  18. margin: 0px;
  19. }
  20. .titlebar-center-item {
  21. }
  22. .appframe-header {
  23. margin-bottom: 20px;
  24. }
  25. .appframe-toolbar {
  26. margin-bottom: 0px;
  27. }
  28. .appframe-header .status-bar {
  29. text-align: right;
  30. }
  31. /* fixed navbar in appframe */
  32. .appframe .navbar {
  33. margin-left: -15px;
  34. margin-right: -15px;
  35. margin-bottom: 0px;
  36. border-radius: 0px;
  37. border-bottom: 1px solid #e7e7e7;
  38. min-height: 51px;
  39. }
  40. .appframe .navbar-form select,
  41. .appframe .navbar-form input,
  42. .appframe .navbar-form button,
  43. .appframe .navbar-form label {
  44. margin-bottom: 5px;
  45. }
  46. .appframe .navbar-form {
  47. margin-bottom: 2px;
  48. width: 100%;
  49. }
  50. .appframe-iconbar, .appframe-form {
  51. border-bottom: 1px solid #c7c7c7;
  52. }
  53. .appframe-form {
  54. padding: 5px 0px;
  55. }
  56. .appframe-form input, .appframe-form select, .appframe-form label {
  57. font-size: 90%;
  58. padding: 4px;
  59. margin: 3px 0px;
  60. }
  61. .appframe-form .form-group {
  62. margin-bottom: 0px;
  63. }
  64. .appframe-form .form-control {
  65. height: 28px;
  66. }
  67. .iconbar {
  68. display: inline-block;
  69. padding: 9px 0px;
  70. }
  71. .iconbar ul {
  72. list-style: none;
  73. margin: 0 0 0 0;
  74. padding: 0 0 0 0;
  75. }
  76. .iconbar li {
  77. display: inline-block;
  78. padding-left: 4px;
  79. padding-right: 4px;
  80. }
  81. .iconbar i {
  82. margin-top: 4px;
  83. margin-right: 4px;
  84. color: #888;
  85. cursor: pointer;
  86. font-size: 16px;
  87. }
  88. .iconbar i:hover {
  89. color: #000;
  90. }
  91. .iconbar i:active {
  92. color: #5bc0de;
  93. }
  94. .iconbar .appframe-iconbar-active i {
  95. font-weight: bold;
  96. color: orange;
  97. }
  98. .appframe-titlebar .title-text {
  99. font-weight: bold;
  100. }
  101. .appframe-footer {
  102. margin-top: 15px;
  103. }