Mobile theme W.I.P.:

-Implement listview templates for projectmanager pricelist
- Fix et2_hbox padding-bottom for etemplate2
This commit is contained in:
Hadi Nategh 2015-12-09 13:29:38 +00:00
parent 77d4a48a5b
commit ad5b50d170
2 changed files with 6 additions and 0 deletions

View File

@ -7690,6 +7690,9 @@ span.egw_tutorial_title {
border-radius: 0;
border-left: 1px solid rgba(0, 0, 0, 0.15);
}
body .et2_nextmatch table.egwGridView_grid tr div.h2_hbox {
padding-bottom: 4px;
}
body .et2_nextmatch table.egwGridView_grid tr img {
height: 12px;
}

View File

@ -1237,6 +1237,9 @@
}
table.egwGridView_grid {
tr {
div.h2_hbox {
padding-bottom: 4px;
}
img {
height: 12px;
}