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:
2014-05-25 07:00:20 +02:00
parent bb1da67ac5
commit 12b814360c
5 changed files with 64 additions and 9 deletions
+18
View File
@@ -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%;
}