From 8aa7d8e884d036ba4d25483da1cf77e85c4f8119 Mon Sep 17 00:00:00 2001 From: strentini <none@none> Date: Wed, 13 Jul 2011 09:08:06 +0200 Subject: [PATCH] OLAT-6229 : fix wrong css rule FXOLAT-193 --HG-- branch : uzhFixes711 --- olat3/webapp/static/themes/default/all/brasato.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/olat3/webapp/static/themes/default/all/brasato.css b/olat3/webapp/static/themes/default/all/brasato.css index a2c114dddd7..95a1e3123d3 100644 --- a/olat3/webapp/static/themes/default/all/brasato.css +++ b/olat3/webapp/static/themes/default/all/brasato.css @@ -1045,7 +1045,8 @@ div.b_portfolio_toc .type_artefact { font-style: italic; } .b_portfolio_toc .type_map, .b_portfolio_toc .type_page, .b_portfolio_toc .type_struct, .b_portfolio_toc .type_artefact { background-position: center left; background-repeat: no-repeat; padding-left: 20px; } - a.b_eportfolio_add { background: url(../images/brasato/eportfolio/ep_add_icon.png) top left no-repeat; display:block; width:16px; height:16px; float:right; padding-right:2px; } + a.b_eportfolio_add { background: url(../images/brasato/eportfolio/ep_add_icon.png) top left no-repeat; display:block; width:16px; height:16px;} + td a.b_eportfolio_add { float:right; padding-right:2px; } a.b_eportfolio_add:hover { background: url(../images/brasato/eportfolio/ep_add_icon_over.png) top left no-repeat; display:block; width:16px; height:16px; } a.b_eportfolio_add_again, span.b_eportfolio_add_again { background: url(../images/brasato/eportfolio/ep_add_again_icon.png) top left no-repeat; display:block; width:16px; height:16px; } a.b_eportfolio_add_again:hover, span.b_eportfolio_add_again:hover { background: url(../images/brasato/eportfolio/ep_add_again_icon_over.png) top left no-repeat; display:block; width:16px; height:16px; } -- GitLab