Making WordPress.org

Changeset 6648


Ignore:
Timestamp:
02/15/2018 08:39:18 PM (7 years ago)
Author:
coreymckrill
Message:

WordCamp Central: Adjust styles for reports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css

    r6604 r6648  
    21122112    height: 24px;
    21132113    line-height: 24px;
     2114    margin-bottom: 0;
    21142115    padding: 1px;
     2116}
     2117
     2118.report-form {
     2119    display: grid;
     2120    grid-template-columns: max-content max-content auto;
     2121    grid-gap: 1em;
     2122    margin-bottom: 1em;
     2123}
     2124
     2125.report-form .field_report-year,
     2126.report-form .field_period {
     2127    grid-row: 1;
     2128}
     2129
     2130.report-form .field_wordcamp-id,
     2131.report-form .field_status {
     2132    grid-row: 2;
     2133    grid-column: 1/4;
     2134}
     2135
     2136.report-form .submit_show-results {
     2137    grid-row: 3;
     2138    grid-column: 1/4;
     2139}
     2140
     2141.report-form label {
     2142    margin-bottom: 3px;
     2143    float: none;
     2144    font-weight: 700;
     2145    display: block;
     2146}
     2147
     2148.report-form label span {
     2149    color: #aaa;
     2150    margin-left: 4px;
     2151    font-weight: 400;
    21152152}
    21162153
     
    21202157    font-family: monospace;
    21212158    font-size: 13px;
    2122     padding: 0 1em 0;
    2123 }
    2124 
    2125 #content .report-results h3 {
     2159    padding: 0 1em 1em;
     2160}
     2161
     2162#content .report-results h3,
     2163#content .report-results h4 {
    21262164    margin: 1em 0 0.5em;
    21272165}
     
    21412179    list-style: disc inside;
    21422180    margin-left: 18px;
     2181}
     2182
     2183#content .report-results table {
     2184    font-size: 0.9em;
     2185    margin: auto;
     2186    max-width: 100%;
     2187    width: auto;
     2188}
     2189
     2190#content .report-results td.number {
     2191    text-align: right;
     2192}
     2193
     2194#content .report-results td.total {
     2195    font-weight: bold;
    21432196}
    21442197
Note: See TracChangeset for help on using the changeset viewer.