Merge branch 'ent-7894-12305-widget-agent-module-no-funciona-bien-dashboards' into 'develop'
Fix in style table with images limited to dashboard agent_module widget See merge request artica/pandorafms!4352
This commit is contained in:
commit
10f260c639
|
@ -401,6 +401,12 @@ table.group_modules_status_box tr td span a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.widget_agent_module,
|
||||||
|
table.widget_agent_module img {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
table.widget_agent_module tbody tr td {
|
table.widget_agent_module tbody tr td {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -285,8 +285,6 @@ input[type="image"] {
|
||||||
table,
|
table,
|
||||||
img {
|
img {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
width: auto;
|
|
||||||
height: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table pre {
|
table pre {
|
||||||
|
|
Loading…
Reference in New Issue