kivitendo/css/less/main_overrides.less @ e5ac8ee3
00462921 | Hans P. Schlaepfer | /* ------------------------------------------------------------- */
|
||
/* MAIN OVERRIDES (main_overrides.less) */
|
||||
/* ------------------------------------------------------------- */
|
||||
b6b30e72 | Hans Peter Schlaepfer | // ----------------------------------------------------------------------------
|
||
//
|
||||
// MAIN-OVERRIDE
|
||||
//
|
||||
// ----------------------------------------------------------------------------
|
||||
// DESCRIPTION:
|
||||
// Overrides some properties of some selectors
|
||||
// This can be useful if some selectors are placed in special containers
|
||||
//
|
||||
//
|
||||
//
|
||||
// CONTENTS:
|
||||
// - Overrides withing .wrapper
|
||||
// -
|
||||
// ----------------------------------------------------------------------------
|
||||
// --------------------------------------
|
||||
// WRAPPER
|
||||
// --------------------------------------
|
||||
// Elements within .wrapper
|
||||
.wrapper {
|
||||
&>.buttons {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.select-item,
|
||||
.form-addition,
|
||||
.input-panel{
|
||||
// PENDENT: noch austesten, falls im .wrapper oder nicht, sonst Ausrichtung noch in anderen containern festlegen
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
& > .col {
|
||||
margin-right: 1.6em ;
|
||||
& > .tbl-horizontal {
|
||||
margin-right: 0 !important ;
|
||||
}
|
||||
}
|
||||
& > .tbl-horizontal {
|
||||
00462921 | Hans P. Schlaepfer | // float: left;
|
||
// margin-right: 1.6em ;
|
||||
b6b30e72 | Hans Peter Schlaepfer | }
|
||
00462921 | Hans P. Schlaepfer | .tbl-list {
|
||
//margin-left: 0.2em;
|
||||
caption { padding-left: 0 ; }
|
||||
}
|
||||
} // /.wrapper
|
||||
b6b30e72 | Hans Peter Schlaepfer | |||
00462921 | Hans P. Schlaepfer | |||
// --------------------------------------
|
||||
// TABS
|
||||
// --------------------------------------
|
||||
#content .ui-tabs-panel div.wrapper:first-child { margin-top: 1.5em ; }
|
||||
.ui-tabs-panel{
|
||||
b6b30e72 | Hans Peter Schlaepfer | & > div.select-item {
|
||
00462921 | Hans P. Schlaepfer | margin: 1.8em 2.0em 0.8em @margin-from-panel-left !important;
|
||
b6b30e72 | Hans Peter Schlaepfer | }
|
||
& > div.form-addition {
|
||||
00462921 | Hans P. Schlaepfer | margin-left: 0 !important ;
|
||
b6b30e72 | Hans Peter Schlaepfer | }
|
||
00462921 | Hans P. Schlaepfer | } // /.ui-tabs-panel
|
||
// --------------------------------------
|
||||
// UI-DIALOG
|
||||
// --------------------------------------
|
||||
.ui-dialog-content { background: #ffffff; }
|
||||
.ui-widget-content {background: transparent;}
|
||||
b6b30e72 | Hans Peter Schlaepfer | |||
.ui-dialog-content,
|
||||
.ui-widget-content {
|
||||
.select-item{
|
||||
margin: 1em 1em 1.0em 0;
|
||||
}
|
||||
.buttons{
|
||||
padding: 1.0em 1.0em 1.0em 0;
|
||||
}
|
||||
}
|