cryptonas-branches/translation-base-v0.3/plugins/plugin_manager/plugin_manager.css
lars 0a1a7bd383 started a seperate branch to manage translations for v0.3.x based on tags/v0.3.4.2
fixed corrupt language.hdf file for "volume_passwd" (merged from [891])
fixed spelling in "plugin_manager" and "volume_format_fs" (merged from [880])
merged current state of update_po_files.py (removed obsolete revert_unchanged.sh)
2007-03-29 19:04:21 +00:00

29 lines
431 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 {
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;
}