1 /* ------------------------------------------------------------- */
2 /* CUSTOM LESS STUFF (custom.less) */
3 /* ------------------------------------------------------------- */
5 // ----------------------------------------------------------------------------
7 // CUSTOM LESS STUFF (ONLY FOR OVERRIDES OF THE STANDARD-KIVITENDO-STUFF)
9 // ----------------------------------------------------------------------------
10 // DESCRIPTION: Place your custom less/css stuff here
11 // Override the Kivitendo-Less-Stuff only in custom.less
17 // - - My special class
18 // - - My overridden class // PENDENT: bessere Beschreibung
19 // ----------------------------------------------------------------------------
23 // **********************************
25 // **********************************
27 //.my-class-padding: 0.2em ; // just an example
30 // **********************************
31 // MY OVERRIDDEN CLASSES // PENDENT: bessere Beschreibung
32 // **********************************
34 // You can delete or disable/enable the following CSS code
35 // This is just an exemple
36 // Do run "lessc style.less ../style.css" in your terminal session with cursor on the folder /css/less
41 // --------------------------------------
42 // DISABLE CAPTIONS IN HORIZONTAL TABLES
43 // --------------------------------------
44 // Captions are good. It is a nice guidance thru Kivitendo and captions also force
49 //table.tbl-horizontal {
53 // display: none ; // instead of: table-caption
57 //div.wrapper.bordered {
58 // padding: 0.6em 0 0.2em 0.4em;
61 // content: "Detail Information"; //instead of caption in toggled wrapper
64 // .tbl-horizontal{ display: none ; }
65 // .toggles { margin-top: -3px; }
72 // margin-right: 10px;
75 // background-position: right center;
79 // /DISABLE CAPTIONS IN HORIZONTAL TABLES
84 //table.tbl-horizontal {
86 // background-color: #ccc;
87 // border-bottom: 12px #ccc solid ;
88 // border-top-left-radius: 0 ;
89 // border-top-right-radius: 0 ;
90 // border-bottom-left-radius: @controlpanel-radius ;
91 // border-bottom-right-radius: @controlpanel-radius ;
94 // color: #ffffff !important;
95 // background-color: @gray-dark;
96 // padding-left: 0.8em;
97 // border-top-left-radius: @controlpanel-radius ;
98 // border-top-right-radius: @controlpanel-radius ;
99 // //margin: -24px -12px 0.6em -12px ;
100 // & > a, & > a:link, & > a:visited { decoration: none; color: #fff !important; }
102 // th{ padding-left: 0.3em; }
103 // td{ padding-right: 0.3em; }
104 // tbody { border-top: 8px #ccc solid; }
106 // tbody { border-top: none ; }
107 // border-bottom: none;
109 // tbody > tr > td:first-child,
110 // tbody > tr > th:first-child,
111 // thead > tr > th:first-child{
112 // padding-left: 1.0em ;
114 // tbody > tr:first-child {
115 // & > th { padding-top: 0.5em ; }
116 // & > td { padding-top: 0.5em ; }
119 // color: #fff !important;
120 // background-color: @gray-dark;
121 // padding: 0.4em 0 0.3em 0.8em;
122 // border-top: 6px solid #ccc;
123 // border-bottom: 8px solid #ccc;
124 // margin-bottom: 0.6em ;
125 // //margin: -24px -12px 0.6em -18px ;
130 // padding-bottom: 0.4em ;
132 // & > table.tbl-horizontal {
133 // margin-right: 0 !important;
134 // //border-top-left-radius: 0 ;
135 // //border-top-right-radius: 0 ;
136 // border-radius: 0 ;
137 // padding-bottom: 0 ;
140 // border-top-left-radius: 0 ;
141 // border-top-right-radius: 0 ;
144 // & > table.tbl-horizontal:first-child{
145 // border-top-left-radius: 0 ;
146 // border-top-right-radius: 0 ;
147 // border-bottom-left-radius: 0 ;
148 // border-bottom-right-radius: 0 ;
149 // margin-bottom: 0 ;
151 // border-top-left-radius: @controlpanel-radius ;
152 // border-top-right-radius: @controlpanel-radius ;
155 // & > table.tbl-horizontal:last-child{
156 // border-bottom-left-radius: @controlpanel-radius ;
157 // border-bottom-right-radius: @controlpanel-radius ;
158 // margin-bottom: 0 ;
163 // margin-left: 0.0em !important;
168 // --------------------------------------
169 // Centered Aligned Tables
170 // --------------------------------------
171 // Do everybody a favor: do not activate it
174 // margin: 0 auto 1.0em auto;