mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Mobile theme W.I.P.:
-Implement listview templates for projectmanager pricelist - Fix et2_hbox padding-bottom for etemplate2
This commit is contained in:
parent
77d4a48a5b
commit
ad5b50d170
@ -7690,6 +7690,9 @@ span.egw_tutorial_title {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
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 {
|
body .et2_nextmatch table.egwGridView_grid tr img {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
@ -1237,6 +1237,9 @@
|
|||||||
}
|
}
|
||||||
table.egwGridView_grid {
|
table.egwGridView_grid {
|
||||||
tr {
|
tr {
|
||||||
|
div.h2_hbox {
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
img {
|
img {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user