Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9a0cf7e9

Von Cem Aydin vor mehr als 4 Jahren hinzugefügt

  • ID 9a0cf7e92047acc07f744c93638a3298481ead03
  • Vorgänger 92304c5c
  • Nachfolger c94c1844

Neues Design: CSS: Überlagerung Textfeld/Überschrift verhindern, label Schriftgrösse fixen

- less/css neu erzeugt

Unterschiede anzeigen:

css/less/scaffolding.less
display: block;
padding: @content-padding;
margin: @content-margin;
.bg-content ;
......
width: 99%;
height: auto;
// -----------------------
// Colums (.col)
// -----------------------
......
overflow: hidden;
float: left;
margin-right: 1.6em;
div label {
div > label {
font-size: 10pt;
line-height: 12.6pt;
}
p { font-size: @font-size-small }
} // /.col
& > .col,
& > .tbl-horizontal{
float: left;
margin-right: 1.6em;
padding-bottom: 2px ; // required to avoid crops of buttons
padding-bottom: 20px ; // required to avoid crops of buttons
}
// & > .tbl-horizontal:last-child{
// margin-right: 0 !important ;
// }
// Centered Column
&.center{
margin: 0 auto;
......
&.width-moderate{
width: auto;
}
& > table.tbl-horizontal:last-child{
margin-right: 0 !important ;
}
} // /.wrapper
} // /#content
......
}
// /body
css/style.css
float: left;
margin-right: 1.6em;
}
body #content .wrapper > .col div label {
body #content .wrapper > .col div > label {
font-size: 10pt;
line-height: 12.6pt;
}
......
body #content .wrapper > .tbl-horizontal {
float: left;
margin-right: 1.6em;
padding-bottom: 2px ;
padding-bottom: 20px ;
}
body #content .wrapper.center {
margin: 0 auto;
......
.wrapper > .select-item {
margin: 0.8em 0 1em 0;
}
div.filtered_select input,
div.filtered_select select {
display: block;
}
div.filtered_select input {
background-image: url(../../image/glass14x14.png);
background-repeat: no-repeat;
background-position: 2px 2px;
border-radius: 0px;
border: solid #a0a0a0 1px;
border-bottom: none;
padding: 0px;
padding-left: 20px;
margin: 0;
width: 500px;
}
div.filtered_select select {
width: 522px;
}
.toggle_panel.control-panel {
border: none !important;
background: none !important;

Auch abrufbar als: Unified diff