Skip to content
Snippets Groups Projects
Commit dfe1ce5f authored by gnaegi's avatar gnaegi
Browse files

OO-219 fix empty table styles side effects to portal

parent b985b5bc
No related branches found
No related tags found
No related merge requests found
......@@ -77,16 +77,26 @@ div.o_home_rsslink {
/* generic table in portlets: override styles from b_table definition */
div.b_portlet_table table {
background: none;
border:none;
th, td {padding:0;}
tbody{
tr { background: transparent; }
tr.b_table_odd td { background: transparent; }
tr td { border: 0 ! important}
tr:hover,tr:hover td, tr:focus,tr:focus td { background: transparent;}
}
div.b_portlet_table {
table {
background: none;
border:none;
th, td {padding:0;}
tbody{
tr { background: transparent; }
tr.b_table_odd td { background: transparent; }
tr td { border: 0 ! important}
tr:hover,tr:hover td, tr:focus,tr:focus td { background: transparent;}
}
}
/* do not show warning icon as in standard table style */
div.b_table_empty {
background: none;
padding: 0;
margin: 0;
}
}
}
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment