mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fix in style table with images limited to dashboard agent_module widget
This commit is contained in:
parent
3afeb47676
commit
6c8d002b12
@ -401,6 +401,12 @@ table.group_modules_status_box tr td span a {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.widget_agent_module,
|
||||
table.widget_agent_module img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
table.widget_agent_module tbody tr td {
|
||||
padding: 5px;
|
||||
}
|
||||
|
@ -285,8 +285,6 @@ input[type="image"] {
|
||||
table,
|
||||
img {
|
||||
border: 0px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
table pre {
|
||||
|
Loading…
x
Reference in New Issue
Block a user