mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
Feature 1535: Add language manager.
git-svn-id: http://piwigo.org/svn/trunk@5357 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -36,13 +36,14 @@ TABLE#detailedStats {
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
/* Plugins tables */
|
||||
/* Plugins, languages tables */
|
||||
TABLE.plugins { min-width: 400px; }
|
||||
TABLE.plugins A { border: 0; }
|
||||
TABLE.plugins TR TD { padding: 4px 10px; }
|
||||
TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
|
||||
|
||||
TABLE.plugins TR TD.active {
|
||||
TABLE.plugins TR TD.active,
|
||||
TABLE.languages TR TD.active {
|
||||
background: url(icon/plugin_active.gif) no-repeat center left;
|
||||
background-color: inherit; /* IE need it */
|
||||
}
|
||||
@@ -63,6 +64,9 @@ 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