Plugin Directory

Changeset 885688


Ignore:
Timestamp:
04/01/2014 03:40:09 PM (12 years ago)
Author:
toscho
Message:

Update CSS

Location:
multilingual-press/trunk/css
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • multilingual-press/trunk/css/admin.css

    r541813 r885688  
    22 * Admin CSS
    33 *
    4  * @author      fb, rw, ms, th
     4 * @author      fb, rw, ms, th, toscho
     5 * @version     2013.09.04
    56 * @package     mlp
    67 * @subpackage  admincss
     
    1617    width: 98%;
    1718}
     19.mlp-extra-settings-box,
     20.mlp-admin-feature-table {
     21    max-width: 50em;
     22    color: #000;
     23    background: #fff;
     24    border-collapse: collapse;
     25    border: 1px solid #f0f0f0;
     26    border: 1px solid #ddd;
     27    margin: 2em 0 0;
     28    box-sizing: border-box;
     29}
     30.mlp-admin-settings-table td,
     31.mlp-admin-settings-table th,
     32.mlp-admin-feature-table td,
     33.mlp-admin-feature-table th
     34{
     35    vertical-align: top;
     36}
     37.mlp-extra-settings-box,
     38.mlp-admin-feature-table label,
     39.mlp-admin-feature-table .check-column,
     40.mlp-callback-indent
     41{
     42    padding: 10px;
     43}
     44.mlp-admin-feature-table label
     45{
     46    padding: 10px 20px 10px 0px;
     47}
     48.mlp-block-label {
     49    display: block;
     50}
     51.mlp-admin-feature-table .inactive {
     52    background: #e9e9e9;
     53}
     54.mlp-extra-settings-box label:hover,
     55.mlp-admin-feature-table tr:hover {
     56    background: #f9f9f9;
     57}
     58.mlp-callback-indent,
     59.mlp-extra-settings-box h4 {
     60    margin: 0;
     61}
     62#mlp-cpt-settings table label {
     63    padding: 5px 20px 5px 10px;
     64}
Note: See TracChangeset for help on using the changeset viewer.