Projekt

Allgemein

Profil

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


1352ae88 Hans Peter Schlaepfer
// ----------------------------------------------------------------------------
//
// SPECIALS
//
// ----------------------------------------------------------------------------
// DESCRIPTION:
// Styles for special purposes
//
//
// CONTENTS:
// - ACCOUNT LIST
4fbb41e0 Cem Aydin
// - ROW POSITON DETAILS (E.G. SALES ORDER)
// - TABLE #DISPLAY ROW
6873cc9c Cem Aydin
// - HORIZONTAL SCROLLBAR DISPLAY
1352ae88 Hans Peter Schlaepfer
// ----------------------------------------------------------------------------



// --------------------------------------
// ACCOUNT LIST
// --------------------------------------
// PENDENT: ansehen
#tbl-accounts{
border-width: 0;
thead{
th{
4fbb41e0 Cem Aydin
//background-color: #E3E3E3 ;
1352ae88 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 ;
}


}
}


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

// --------------------------------------
// TABLE #DISPLAY ROW
// --------------------------------------
1352ae88 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;
}
}
}
}

4fbb41e0 Cem Aydin
}



// --------------------------------------
6873cc9c Cem Aydin
// HORIZONTAL SCROLLBAR DISPLAY
4fbb41e0 Cem Aydin
// --------------------------------------
1352ae88 Hans Peter Schlaepfer
6873cc9c Cem Aydin
// csv import preview/results table
8db2b27c Cem Aydin
#results {
// show below others and limit width so that scrollbar is displayed
clear: left;
width: 95vw;
4fbb41e0 Cem Aydin
}
6873cc9c Cem Aydin
// orders positions table
#row_table_scroll_id {
max-width: 96vw !important;
}