mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
Feature 1535: Allow to install new languages from PEM.
git-svn-id: http://piwigo.org/svn/trunk@5371 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -37,10 +37,14 @@ TABLE#detailedStats {
|
||||
}
|
||||
|
||||
/* Plugins, languages tables */
|
||||
TABLE.plugins { min-width: 400px; }
|
||||
TABLE.plugins,
|
||||
TABLE.languages {
|
||||
min-width: 500px;
|
||||
}
|
||||
TABLE.plugins A { border: 0; }
|
||||
TABLE.plugins TR TD { padding: 4px 10px; }
|
||||
TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
|
||||
TABLE.languages TR TD { padding: 7px 20px; }
|
||||
|
||||
TABLE.plugins TR TD.active,
|
||||
TABLE.languages TR TD.active {
|
||||
@@ -64,9 +68,6 @@ TABLE.plugins ul.pluginsActions {
|
||||
|
||||
TABLE.plugins ul.pluginsActions li { display: inline; }
|
||||
|
||||
TABLE.languages { min-width: 400px; }
|
||||
TABLE.languages TR TD { text-align: center; padding: 4px 20px; }
|
||||
|
||||
/* categoryOrdering */
|
||||
SELECT.categoryList {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user