prepare new release of v0.3.4 with Japanese translation
This commit is contained in:
parent
d2e91a7f08
commit
71ea9cd469
729 changed files with 120489 additions and 0 deletions
28
v0.3.4.1/plugins/plugin_manager/plugin_manager.css
Normal file
28
v0.3.4.1/plugins/plugin_manager/plugin_manager.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue