cryptonas/plugins/plugin_manager/plugin_manager.css
lars cbe9cf40a3 increased with of 'register_*' images
downscaled system plugin icons to 64x64
downscaled disk plugin icons to 32x32
2007-02-05 20:06:06 +00:00

31 lines
460 B
CSS

table.plugin_list {
text-align: center;
}
table.plugin_list td, table.plugin_list th {
padding-left: 5px;
padding-right: 5px;
}
table.plugin_list td img {
width: 24px;
height: 24px;
vertical-align: middle;
}
table.plugin_list td img.logo {
width: 32px;
height: 32px;
}
table.plugin_list a img {
moved
border: none;
}
table.plugin_list td.updown {
/* we have to force the width to more than the double width of one arrow icon */
width: 60px;
}