Changeset 263 for trunk/css


Ignore:
Timestamp:
Jun 23, 2007 2:24:55 AM (17 years ago)
Author:
quinn
Message:

Added #sc-captcha to codebase.inc.css.

File:
1 edited

Legend:

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

    r257 r263  
    99 */
    1010
    11 /*_____________________ App.inc.php ____________________*/
     11/* App.inc.php ------------------------------------------------------ */
    1212.sc-msg { font-family: verdana,geneva,arial,sans-serif; }
    13 
    1413.sc-msg-warning,
    1514.sc-msg-error,
     
    2524.sc-msg-notice { color: #C60; border-color: #C60; }
    2625
    27 /*_____________________ PEdit.inc.php ____________________*/
    28 
     26/* PEdit.inc.php ---------------------------------------------------- */
    2927.sc-pedit-form {}
    30 
    3128.sc-pedit-item,
    3229.sc-pedit-buttons { margin: .75em 0; }
    3330.sc-pedit-buttons { clear: both; }
    34 
    3531#sc-pedit-versions-table {
    3632    margin-bottom: .75em;
     
    3834    border-spacing: 0;
    3935}
    40 
    4136#sc-pedit-versions-table th,
    4237#sc-pedit-versions-table td {
     
    5045}
    5146
    52 /*_____________________ Utilities.inc.php ____________________*/
    53 
     47/* Utilities.inc.php ------------------------------------------------ */
    5448.sc-highlightwords {
    5549    background-color: #EBFE00;
    5650    color: #000;
    5751}
     52
     53/* Captcha.inc.php -------------------------------------------------- */
     54#sc-captcha {
     55    font-size: 0.5em;
     56    line-height: 0.8em;
     57}
Note: See TracChangeset for help on using the changeset viewer.