1 /* ------------------------------------------------------------- */
2 /* LISTS (lists.less) */
3 /* ------------------------------------------------------------- */
7 // ----------------------------------------------------------------------------
11 // ----------------------------------------------------------------------------
12 // DESCRIPTION: UL or OL lists and some fake tables with DIVs
15 // - UNORDERED LISTS (UL)
16 // - TABLES build with DIVS
17 // - TABLES with PARAGRAPHS or DIVs for Checkboxes
18 // ----------------------------------------------------------------------------
21 // --------------------------------------
23 // --------------------------------------
25 list-style-type: disc;
26 list-style-position: outside;
27 list-style-image: none;
29 margin: 0.4em 0 0.4em 0;
31 // with SUP-items for footnotes
33 list-style-type: none !important ;
34 list-style-position: outside ;
35 margin: 0 0 0 1.8em !important ;
38 display: inline-block;
39 margin: 0 0.6em 0 -2.6em;
44 list-style-type: circle ;
45 list-style-position: outside ;
46 margin: 0.3em 0 0.3em 1.4em !important ;
52 // List inside a list item
55 list-style-type: circle ;
56 list-style-position: outside ;
64 // --------------------------------------
65 // TABLES build with DIVS
66 // --------------------------------------
69 margin-bottom: 1.0em ;
78 color: @table-caption-color ;
85 // PENDENT: ueberpruefen wegen cke-Editor-Konflikte
87 display: inline-block ;
93 display: inline-block ;
102 // --------------------------------------
103 // TABLES with PARAGRAPHS or DIVs for Checkboxes
104 // --------------------------------------
105 // PENDENT: siehe auch form-additions
107 font-size: @font-size-small ;
108 color: @t-cell-text-color ;
110 // A column with a list
113 margin-right: 2.6em !important ;
119 padding: 0.6em 0 0.2em 0.0em !important ;
120 margin: 0.2em 0 0 0 ;
122 font-size: @font-size-medium;
123 font-family: "Helvetica Neue", Helvetica, Arial; // PENDENT: in Variablen verlegen
129 padding: 0.2em 0 0.2em 0 !important ;
130 margin: 0 !important ;
131 white-space: normal ;
133 &>input[type="checkbox"],
134 &>input[type="radio"] {
136 margin: 0 0.3em 0.3em 0 ;
145 //margin: 0 0 1.2em 0 !important ;
148 // Special Element but same like above (see Custom Vars)
149 &>input[type="checkbox"] {
152 margin-right: 0.4em ;
154 &>label { width: 82% ; }
159 &>input[type="checkbox"],
160 &>input[type="radio"] {
162 margin: 0.3em 0.3em 0 0 ;
176 // PENDENT: wo eingesetzt?
177 div.list-table-with-separate-total-table {
190 // Separater Block mit Table ohne Body, nur Footer für Totals
200 &.right { float: right ; }