Projekt

Allgemein

Profil

Herunterladen (2,82 KB) Statistiken
| Zweig: | Markierung: | Revision:
a891045c Hans P. Schlaepfer
/* ------------------------------------------------------------- */
/* SPECIALS (specials.less) */
/* ------------------------------------------------------------- */


fb33dc99 Hans Peter Schlaepfer
// ----------------------------------------------------------------------------
//
// SPECIALS
//
// ----------------------------------------------------------------------------
// DESCRIPTION:
// Styles for special purposes
//
//
// CONTENTS:
// - ACCOUNT LIST
241c4168 Cem Aydin
// - ROW POSITON DETAILS (E.G. SALES ORDER)
// - TABLE #DISPLAY ROW
// - DIV #CSV IMPORT REPORT TABLE WRAPPER
fb33dc99 Hans Peter Schlaepfer
// ----------------------------------------------------------------------------



// --------------------------------------
// ACCOUNT LIST
// --------------------------------------
// PENDENT: ansehen
#tbl-accounts{
border-width: 0;
thead{
th{
241c4168 Cem Aydin
//background-color: #E3E3E3 ;
fb33dc99 Hans Peter Schlaepfer
}

}
tbody{

tr.heading{

&.heading th {
border-top: 1px #999 solid;
&.numeric{
padding-right: 20px;
padding-left: 10px;
}
}

&.th1{
font-size: @font-size-large ;
th{ padding: 1.0em 0 0.4em 0 ; }
}
&.th2{
font-size: @font-size-medium ;
th{ padding: 1.0em 0 0.4em 0 ; }
}
&.th3{
font-size: @font-size-small ;
th{ padding: 1.0em 0 0.4em 0 ; }
}
} // /tr.heading

td:first-child {
text-align: right !important;
}

tr.ajax-account-details td{
padding: 0.8em 0 1.0em 4.0em ;
}


}
}


a891045c Hans P. Schlaepfer
// --------------------------------------
// ROW POSITON DETAILS (E.G. SALES ORDER)
// --------------------------------------
fb33dc99 Hans Peter Schlaepfer
td.row-position-detail{
padding: 0 0 0.2em 0.4em !important;
241c4168 Cem Aydin
fb33dc99 Hans Peter Schlaepfer
div.table{
a891045c Hans P. Schlaepfer
display: table;
fb33dc99 Hans Peter Schlaepfer
div.field{
a891045c Hans P. Schlaepfer
display: table-row;
padding: 0.1em 0 ;
height: 2.0em !important; ;
241c4168 Cem Aydin
span.label{
a891045c Hans P. Schlaepfer
width: 10.0em;
241c4168 Cem Aydin
height: 2.0em !important;
fb33dc99 Hans Peter Schlaepfer
vertical-align: middle;
a891045c Hans P. Schlaepfer
display: table-cell ;
padding: 0.3em 0 0 0;
fb33dc99 Hans Peter Schlaepfer
}
241c4168 Cem Aydin
fb33dc99 Hans Peter Schlaepfer
span.value{
a891045c Hans P. Schlaepfer
height: 2.0em ;
241c4168 Cem Aydin
span.data{
a891045c Hans P. Schlaepfer
padding: 0.3em 0 0.2em 0.5em !important;
display: block;
fb33dc99 Hans Peter Schlaepfer
}
}
241c4168 Cem Aydin
a891045c Hans P. Schlaepfer
} //div.field
} // /div.table
fb33dc99 Hans Peter Schlaepfer
a891045c Hans P. Schlaepfer
} // /td.row-position-detail
fb33dc99 Hans Peter Schlaepfer
a891045c Hans P. Schlaepfer

// --------------------------------------
// TABLE #DISPLAY ROW
// --------------------------------------
fb33dc99 Hans Peter Schlaepfer
table#display_row{
tbody{
tr{
td{
a.row-position{
float: left;
padding: 0.6em 0.2em 0 0 ;
}
input.row-position{
float: left;
}
}
}
}

241c4168 Cem Aydin
}



// --------------------------------------
// DIV #CSV IMPORT REPORT TABLE WRAPPER
// --------------------------------------
fb33dc99 Hans Peter Schlaepfer
241c4168 Cem Aydin
div#csv_import_report_table_wrapper{
overflow-x: scroll;
}