Ignore:
Timestamp:
Mar 26, 2010, 1:55:12 AM (14 years ago)
Author:
patdenice
Message:

Feature 1535: Allow to install new languages from PEM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r5364 r5371  
    3838
    3939/* Plugins, languages tables */
    40 TABLE.plugins { min-width: 400px; }
     40TABLE.plugins,
     41TABLE.languages {
     42  min-width: 500px;
     43}
    4144TABLE.plugins A { border: 0; }
    4245TABLE.plugins TR TD { padding: 4px 10px; }
    4346TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
     47TABLE.languages TR TD { padding: 7px 20px; }
    4448
    4549TABLE.plugins TR TD.active,
     
    6468
    6569TABLE.plugins ul.pluginsActions li { display: inline; }
    66 
    67 TABLE.languages  { min-width: 400px; }
    68 TABLE.languages TR TD { text-align: center; padding: 4px 20px; }
    6970
    7071/* categoryOrdering */
Note: See TracChangeset for help on using the changeset viewer.