Test
- 1
- 2
.dialog
{
background-color: white;
filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
border: black 2px solid;
}
.xforms-repeat-selected-item-1
{
background: white;
}
.xforms-repeat-selected-item-2
{
background: white;
}
/* -- tabulka --*/
.tabulka {
font-size: 9pt;
border-collapse: collapse;
}
.tabulka th {
background-color: #dde;
color: #336;
text-align: center;
vertical-align: middle;
padding-left: 0.5em;
padding-top: 0.2em;
padding-bottom: 0.2em;
border: 1px solid #99c;
}
.tabulka td {
vertical-align: top;
padding-left: 0.5em;
border: 1px solid #99c;
margin: 0;
}
/* ----- data grid ----- */
.dataGridContent {
overflow:auto;
_width:910px;
height:200px;
}
.dataGridHead {
_width:894px;
}
/* atribut "width" kontroluje sirku jednej bunky a pri znamom pocte stlpcov aj celej tabulky */
.clipper {
_background-color: silver;
overflow:hidden;
width: 14em;
height:25px;
}
.clipper input[type!="image"] {
height:22px;
}
.clipper select {
height:22px;
width: 12em;
}