1 /* ------------------------------------------------------------- */
2 /* SPECIALS (specials.less) */
3 /* ------------------------------------------------------------- */
6 // ----------------------------------------------------------------------------
10 // ----------------------------------------------------------------------------
12 // Styles for special purposes
17 // - ROW POSITON DETAILS (E.G. SALES ORDER)
18 // - TABLE #DISPLAY ROW
19 // - HORIZONTAL SCROLLBAR DISPLAY
20 // ----------------------------------------------------------------------------
24 // --------------------------------------
26 // --------------------------------------
32 //background-color: #E3E3E3 ;
41 border-top: 1px #999 solid;
49 font-size: @font-size-large ;
50 th{ padding: 1.0em 0 0.4em 0 ; }
53 font-size: @font-size-medium ;
54 th{ padding: 1.0em 0 0.4em 0 ; }
57 font-size: @font-size-small ;
58 th{ padding: 1.0em 0 0.4em 0 ; }
63 text-align: right !important;
66 tr.ajax-account-details td{
67 padding: 0.8em 0 1.0em 4.0em ;
76 // --------------------------------------
77 // ROW POSITON DETAILS (E.G. SALES ORDER)
78 // --------------------------------------
80 td.row-position-detail{
81 padding: 0 0 0.2em 0.4em !important;
88 height: 2.0em !important; ;
92 height: 2.0em !important;
93 vertical-align: middle;
101 padding: 0.3em 0 0.2em 0.5em !important;
109 } // /td.row-position-detail
113 // --------------------------------------
114 // TABLE #DISPLAY ROW
115 // --------------------------------------
123 padding: 0.6em 0.2em 0 0 ;
136 // --------------------------------------
137 // HORIZONTAL SCROLLBAR DISPLAY
138 // --------------------------------------
140 // csv import preview/results table
142 // show below others and limit width so that scrollbar is displayed
146 // for the menu left we need to make the width smaller
147 .layout-split-right #results {
151 // orders positions table
152 #row_table_scroll_id {
153 max-width: 96vw !important;
157 // icons that change between stylesheets
160 content:url("../../image/up-small.png");
163 content:url("../../image/down.png");
166 content:url("../../image/updown2.png");
169 content:url("../../image/cross2.png");
172 content:url("../../image/map-earth.png");
177 /* styling for input to textarea switch */
179 span.switch-to-textarea {
181 content: url("../../image/pencil.png");
187 /* styling for upload drag-drop zone */
188 span.upload_drop_zone {
190 color: @button-neutral-color;
191 background-color: @button-neutral-bg;
192 border: @button-neutral-border;
193 border-radius: @button-border-radius;
196 /* styling for thumbnails und preview for files */