Changeset 485 for trunk/css


Ignore:
Timestamp:
Aug 14, 2014 8:29:47 AM (10 years ago)
Author:
anonymous
Message:

Small bugs fixed while doing SBImedia

Location:
trunk/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/codebase.inc.css

    r455 r485  
    1212    z-index: 2000000000;  /* Close to the maximum of a 32-bit integer. */
    1313    margin: 1em 0;
    14     padding: .6em .6em .3em;
    15     border: 1px solid #ddd;
    1614    background: #fafafa;
     15    padding: 0;
     16    border: none;
    1717}
    18 .sc-msg-success { color: #090; }
    19 .sc-msg-notice { color: #C60; }
    20 .sc-msg-warning,
    21 .sc-msg-error { color: #f00; }
     18form .sc-msg-success label { color: #76B15B; font-weight: bold; }
     19form .sc-msg-notice label { color: #B19332; font-weight: bold; }
     20form .sc-msg-warning label { color: #9200AE; font-weight: bold; }
     21form .sc-msg-error label { color: #b34; font-weight: bold; }
     22.sc-msg > .sc-msg-success { color: #76B15B; font-weight: bold; }
     23.sc-msg > .sc-msg-notice { color: #B19332; font-weight: bold; }
     24.sc-msg > .sc-msg-warning { color: #9200AE; font-weight: bold; }
     25.sc-msg > .sc-msg-error { color: #b34; font-weight: bold; }
    2226.sc-msg > .sc-msg-success,
    2327.sc-msg > .sc-msg-notice,
    2428.sc-msg > .sc-msg-warning,
    2529.sc-msg > .sc-msg-error {
    26     background: #fafafa;
    27     padding: 0;
    28     margin: .5em 0;
     30    padding: .25em .5em;
     31    margin: 5px 0;
     32    color: #fff;
    2933}
     34.sc-msg > .sc-msg-success a,
     35.sc-msg > .sc-msg-notice a,
     36.sc-msg > .sc-msg-warning a,
     37.sc-msg > .sc-msg-error a {
     38    color: #fff;
     39}
     40.sc-msg > .sc-msg-success { background-color: #76B15B; }
     41.sc-msg > .sc-msg-notice { background-color: #B19332; }
     42.sc-msg > .sc-msg-warning { background-color: #9200AE; }
     43.sc-msg > .sc-msg-error { background-color: #b34; }
    3044
    3145/* PEdit.inc.php ---------------------------------------------------- */
  • trunk/css/utilities.inc.css

    r456 r485  
    4040.sc-clearboth { clear: both; }
    4141.sc-help { color: #999; font-weight: normal; }
    42 .sc-hidden { display: none; visibility: hidden; }
     42.sc-hidden { display: none; }
    4343.sc-monospaced { font-family: monospace; }
    4444.sc-padleft { padding-left: 10px; }
    4545.sc-padright { padding-right: 10px; }
     46.sc-marginleft { margin-left: 10px; }
     47.sc-marginright { margin-right: 10px; }
    4648.sc-right { text-align: right; }
    4749.sc-normal { font-weight: normal; }
    4850.sc-nowrap { white-space: nowrap; }
    4951.sc-dim {
    50     filter:alpha(opacity=25);
    51     -moz-opacity:.25;
    52     opacity:.25;
     52    filter:alpha(opacity=33);
     53    -moz-opacity:.33;
     54    opacity:.33;
    5355}
    5456.sc-note:hover { cursor: help; }
Note: See TracChangeset for help on using the changeset viewer.