bootstrap-extended.css 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. /* List sorting styles */
  2. .sorted-asc, .sorted-desc {
  3. border-left: 5px solid transparent;
  4. border-right: 5px solid transparent;
  5. border-top: 5px solid #0088CC;
  6. content: "";
  7. width: 0;
  8. height: 0;
  9. display: inline-block;
  10. vertical-align: top;
  11. margin-top: 7px;
  12. margin-left: 4px;
  13. }
  14. .sorted-desc {
  15. border-top: 0px solid transparent;
  16. border-bottom: 5px solid #0088CC;
  17. }
  18. /* List pagination styles */
  19. .pagination {
  20. margin: 0;
  21. }
  22. .btn-toolbar + .pagination {
  23. margin-top: 5px;
  24. }
  25. /* Fieldset styles */
  26. .row-fluid > .form_field {
  27. -moz-box-sizing: border-box;
  28. display: block;
  29. float: left;
  30. margin-right: 2.5641%;
  31. min-height: 30px;
  32. }
  33. .row-fluid > .form_field:last-child {
  34. margin-right: 0;
  35. }
  36. .row-fluid > .form_field:only-child {
  37. width: 100%;
  38. }
  39. fieldset {
  40. border: 1px solid #DDDDDD;
  41. border-radius: 8px;
  42. padding: 10px 20px;
  43. margin: 0;
  44. }
  45. fieldset legend {
  46. border: 0 none;
  47. margin: 0 0 0 -8px;
  48. width: auto;
  49. }
  50. fieldset legend span {
  51. background-color: #FFF;
  52. padding: 0 8px;
  53. }
  54. legend + .control-group {
  55. margin-top: 0px;
  56. }
  57. /* Entitypicker styles */
  58. ul.typeahead.dropdown-menu blockquote {
  59. border: 0 none;
  60. margin: 0;
  61. }
  62. ul.typeahead.dropdown-menu div:first-of-type > blockquote {
  63. padding: 0;
  64. }
  65. ul.typeahead.dropdown-menu blockquote small:before,
  66. ul.typeahead.dropdown-menu blockquote small:after {
  67. content: "";
  68. }
  69. ul.typeahead.dropdown-menu blockquote .label,
  70. ul.typeahead.dropdown-menu blockquote .badge {
  71. margin-left: 4px;
  72. }
  73. ul.typeahead.dropdown-menu blockquote .label:first-of-type,
  74. ul.typeahead.dropdown-menu blockquote .badge:first-of-type {
  75. margin-left: 0;
  76. }
  77. .typeahead.dropdown-menu .active > a .muted,
  78. .typeahead.dropdown-menu .active > a:hover .muted {
  79. color: #e4e4e4;
  80. }
  81. /* Table additional styles */
  82. .table.table-shrinked {
  83. display: inline-block;
  84. }
  85. /* Table collection styles */
  86. tr.collection-item th.new-label {
  87. white-space: nowrap;
  88. padding-right: 20px;
  89. }
  90. tr.collection-item > td:first-of-type {
  91. width: 100%;
  92. }
  93. tr.collection-item > td:last-of-type {
  94. white-space: nowrap;
  95. }
  96. tr.collection-item > td > fieldset:last-child {
  97. margin-bottom: 20px;
  98. }
  99. tr.collection-item > td:last-of-type > .delete {
  100. padding: 3px 6px;
  101. -webkit-border-radius: 40px;
  102. -moz-border-radius: 40px;
  103. border-radius: 40px;
  104. }
  105. tr.collection-item > td:last-of-type > .delete {
  106. margin-left: 5px;
  107. }
  108. tr.collection-item > td:last-of-type > .btn-toggle {
  109. margin-left: 20px;
  110. }
  111. /* Fieldset collection styles */
  112. fieldset.collection-item {
  113. position: relative;
  114. padding-bottom: 20px;
  115. margin-right: 30px;
  116. display: inline-block;
  117. vertical-align: top
  118. }
  119. fieldset.collection-item > legend > label {
  120. display: inline;
  121. margin: 0;
  122. font-size: inherit;
  123. font-weight: inherit;
  124. line-height: inherit;
  125. }
  126. fieldset.collection-item > .delete {
  127. position: absolute;
  128. top: 5px;
  129. right: -15px;
  130. padding: 3px 6px;
  131. -webkit-border-radius: 40px;
  132. -moz-border-radius: 40px;
  133. border-radius: 40px;
  134. }
  135. fieldset.collection-item > .btn-toggle {
  136. position: absolute;
  137. top: 5px;
  138. right: 20px;
  139. padding: 3px 6px;
  140. opacity: 1;
  141. background-color: #efefef;
  142. border-color: #d9d9d9;
  143. }
  144. fieldset.collection-item > .btn-toggle > input[type="checkbox"] {
  145. opacity: 0.65;
  146. }
  147. /* Form error styles */
  148. ul.form-errors {
  149. margin-left: 15px;
  150. }
  151. /* Remove firefox grey dotted focus outline */
  152. a:focus, .btn:focus {
  153. outline: none;
  154. }
  155. input[type="checkbox"] {
  156. outline: none !important;
  157. }
  158. button::-moz-focus-inner, select::-moz-focus-inner {
  159. border: 0;
  160. }
  161. /* File input */
  162. .fileinput {
  163. position: relative;
  164. overflow: hidden;
  165. }
  166. .fileinput input[type="file"] {
  167. -moz-border-bottom-colors: none;
  168. -moz-border-left-colors: none;
  169. -moz-border-right-colors: none;
  170. -moz-border-top-colors: none;
  171. border-color: transparent;
  172. border-image: none;
  173. border-style: solid;
  174. border-width: 0 0 100px 200px;
  175. cursor: pointer;
  176. direction: ltr;
  177. margin: 0;
  178. opacity: 0;
  179. position: absolute;
  180. right: 0;
  181. top: 0;
  182. transform: translate(-300px, 0px) scale(4);
  183. height: 30px;
  184. line-height: 30px;
  185. }
  186. /* Upload presentation table styles */
  187. tbody.files > tr > td {
  188. padding-top: 10px;
  189. padding-bottom: 10px;
  190. }
  191. tbody.files > tr > td.delete {
  192. padding-top: 0px;
  193. padding-bottom: 0px;
  194. }
  195. tbody.files > tr > td > span {
  196. line-height: 20px;
  197. padding: 4px 0px;
  198. }
  199. /* Additional text styles */
  200. .justify {
  201. text-align: justify;
  202. }
  203. /* Toogle selection button */
  204. .btn.btn-toggle {
  205. padding: 3px 6px;
  206. cursor: pointer;
  207. }
  208. /* Actions toolbar */
  209. .form-actions.form-actions-condensed {
  210. padding: 10px;
  211. margin: 0px;
  212. border: 0 none;
  213. }