Agenda Budovy
- zprovozněno třídění - zprovozněny filtry - textboxy filtrů se nyní roztahují - css styly se načítají přes zk.xml
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
.find-grid-cell {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.find-grid-img {
|
||||
display: table-cell;
|
||||
width: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.find-grid-divtextbox {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.find-grid-textbox {
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user