release v0.3.2
This commit is contained in:
parent
0b163061f5
commit
dd557f7866
719 changed files with 100817 additions and 0 deletions
24
v0.3.2/plugins/plugin_manager/plugin_manager.css
Normal file
24
v0.3.2/plugins/plugin_manager/plugin_manager.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
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;
|
||||
}
|
||||
|
||||
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