1 /* ------------------------------------------------------------- */
2 /* SCAFFOLDING (scaffolding.less) */
3 /* ------------------------------------------------------------- */
5 // ----------------------------------------------------------------------------
7 // SCAFFOLDING (PAGE & PAGE COMPONENTS)
9 // ----------------------------------------------------------------------------
11 // All main components of a Kivitendo page are defined here
12 // but not in all details. See therefore in the mentioned specialized
24 // - WRAPPER POSITIONS-TABLE (FULL-WIDTH)
25 // - DIVERS COMPONENTS (General Wrapper)
27 // ----------------------------------------------------------------------------
32 // --------------------------------------
34 // --------------------------------------
38 color: @base-primary ;
39 font-family: @font-family-sans-serif;
40 font-size: @font-size-smaller ;
42 // background-color: @body-bg;
46 // --------------------------------------
48 // --------------------------------------
49 // Quicksearch, User, Client, Logout
50 // see also frame-header.less
54 z-index: @zindex-dashboard;
59 // --------------------------------------
61 // --------------------------------------
64 & #menuv3:first-child{
70 z-index: @zindex-navbar;
78 // --------------------------------------
80 // --------------------------------------
82 // see also menu_actionbar.less
85 z-index: @zindex-actionbar;
87 //float: left !important;
88 float: right !important;
110 // --------------------------------------
112 // --------------------------------------
117 padding: @content-padding;
118 margin: @content-margin;
123 // --------------------------------------
125 // --------------------------------------
127 //background-color: @tabs-bg;
132 // --------------------------------------
134 // --------------------------------------
135 // PENDENT: .cols-no-padding???
144 // -----------------------
146 // -----------------------
147 // Single Column (DIV or HORIZONTAL TABLE .tbl-horizontal)
157 p { font-size: @font-size-small }
164 padding-bottom: 20px ; // required to avoid crops of buttons
166 // & > .tbl-horizontal:last-child{
167 // margin-right: 0 !important ;
178 // PENDENT: anschauen
183 & > table.tbl-horizontal:last-child{
184 margin-right: 0 !important ;
193 // --------------------------------------
194 // WRAPPER POSITIONS-TABLE (FULL-WIDTH)
195 // --------------------------------------
196 // Special Container with Full-Width-Table (Positions) and Show/Hide-Buttons
197 // PENDENT: woanders plazieren
200 padding: 0 0 1.0em 0 ;
203 // Use this Selector on the same Level for Show/Hide Details-Buttons
204 // Edit these Buttons in tables.less
205 // PENDENT: vielleicht anders loesen
209 // zentrierte Elemente
210 // PENDENT: braucht es das?