Ignore:
Timestamp:
Dec 29, 2020 3:18:44 AM (3 years ago)
Author:
anonymous
Message:

Remove excess whitespace and comments from css

File:
1 edited

Legend:

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

    r666 r741  
    11/**
    2  * utilities.inc.css
    3  *
    4  * CSS used often in Strangecode applications. Do not arbitrarily
    5  * edit this code! This file is used between many sites and modifying it may result
    6  * in something breaking. Instead, overwrite these values in a specific site by
    7  * adding new definitions to a screen.css file.
    8  */
     2* utilities.inc.css
     3* Global utility styles often in Strangecode applications.
     4*/
    95
    10 /*_____________________ FORMS ____________________*/
    11 
     6/*
     7FORMS
     8*/
    129input.sc-micro, textarea.sc-micro, select.sc-micro,
    1310input.sc-tiny, textarea.sc-tiny, select.sc-tiny,
     
    1916    box-sizing: border-box;
    2017}
    21 
    2218/*
    2319The following widths are calculated to include a small right-margin and be equally divisible so the right edges align.
     
    3935input.sc-large, textarea.sc-large, select.sc-large, label.sc-large      { width: 43.5rem; }
    4036input.sc-full, textarea.sc-full, select.sc-full, label.sc-full          { width: 100%; }
    41 
    4237textarea.sc-twolines, select.sc-twolines              { height: 3.5rem; }
    4338textarea.sc-short, select.sc-short                    { height: 8rem; }
    4439textarea.sc-tall, select.sc-tall                      { height: 25rem; }
    4540textarea.sc-fullscreen, select.sc-fullscreen          { height: 40rem; }
    46 
    47 /*_____________________ UTILITIES ____________________*/
     41/*
     42UTILITIES
     43*/
    4844.sc-center { text-align: center; }
    4945.sc-clearboth { clear: both; }
     
    7773    text-overflow: ellipsis;
    7874}
    79 
    8075/* .sc-pkg class wraps enclosing block element around inner floated elements */
    8176.sc-pkg:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0.0; }
Note: See TracChangeset for help on using the changeset viewer.