Changeset 6040
- Timestamp:
- 10/17/2017 10:05:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css
r5858 r6040 33 33 c. Contact Form styles 34 34 d. One column 35 e. About Page 36 f. Maps 37 g. WordCamp Reports 35 38 04. Posts 36 39 a. News index … … 476 479 #content input[type=text], 477 480 #content input[type=password], 481 #content input[type=email], 482 #content input[type=url], 483 #content input[type=date], 478 484 #content textarea, 479 485 #content select { … … 2056 2062 } 2057 2063 2064 /* !03g. WordCamp Reports */ 2065 /* ------------------------------------- */ 2066 2067 .report-container select { 2068 height: 24px; 2069 line-height: 24px; 2070 padding: 1px; 2071 } 2072 2073 .report-results { 2074 border-radius: 3px; 2075 border: 1px #c6c6c6 solid; 2076 font-family: monospace; 2077 font-size: 13px; 2078 padding: 0 1em 0; 2079 } 2080 2081 #content .report-results h3 { 2082 margin: 1em 0 0.5em; 2083 } 2084 2085 #content .report-results p { 2086 font-family: inherit; 2087 font-size: inherit; 2088 margin: 1em 0 0; 2089 } 2090 2091 #content .report-results ul { 2092 list-style: none; 2093 margin-left: 0; 2094 } 2095 2096 #content .report-results ul.ul-disc { 2097 list-style: disc inside; 2098 margin-left: 18px; 2099 } 2100 2101 .report-results-control-bar { 2102 margin-bottom: 1em; 2103 } 2104 2105 .report-results-control-bar button { 2106 padding: 3px 10px; 2107 } 2108 2109 .report-button { 2110 cursor: pointer; 2111 } 2112 2113 .status-log-toggle { 2114 background: transparent; 2115 border: 0; 2116 display: inline-block; 2117 padding: 0; 2118 vertical-align: middle; 2119 } 2120 2058 2121 /* !04. Posts */ 2059 2122 /* ============================================= */
Note: See TracChangeset
for help on using the changeset viewer.