Changeset 9617
- Timestamp:
- 03/22/2020 12:54:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
r9615 r9617 259 259 font-family: 'Open Sans', sans-serif !important; 260 260 margin: 2px 0 .6em; 261 } 262 261 overflow: hidden; 262 } 263 263 264 264 .gp-content h3 { … … 297 297 margin-top: 1em; 298 298 margin-bottom: 1em; 299 } 300 301 302 @media screen and (max-width: 960px) { 303 .with-sub-projects { 304 margin-left: 0; 305 } 306 307 #sub-projects, 308 .with-sub-projects #translation-sets { 309 float: none; 310 margin: 0; 311 width: 100%; 312 } 313 314 #translation-sets { 315 overflow-x: auto; 316 } 299 317 } 300 318 … … 543 561 .invisibles { 544 562 -webkit-user-select: none; 545 -moz-user-select: none;546 563 -ms-user-select: none; 547 564 user-select: none; … … 2036 2053 2037 2054 .consistency-table tr.new-translation th { 2055 position: -webkit-sticky; 2038 2056 position: sticky; 2039 2057 top: 0; … … 2268 2286 border-bottom: 1px solid #e2e4e7; 2269 2287 background-color: #f3f4f5; 2270 height: 40px; 2288 min-height: 40px; 2289 } 2290 2291 @media screen and (min-width: 700px) { 2292 .panel-header { 2293 height: 40px; 2294 } 2271 2295 } 2272 2296 … … 2298 2322 margin: 0 0 0 10px; 2299 2323 font-size: 13px; 2300 line-height: 1;2324 line-height: 20px; 2301 2325 font-weight: 400; 2302 2326 letter-spacing: 1px; … … 2306 2330 2307 2331 .panel-header__bubble { 2332 display: inline-block; 2333 padding: 2px 4px; 2334 margin: 2px 0; 2335 white-space: nowrap; 2308 2336 font-size: 12px; 2309 padding: 2px 4px;2337 font-weight: 600; 2310 2338 text-transform: none; 2311 font-weight: 600;2312 2339 border: 1px solid #666; 2313 2340 } … … 2336 2363 color: #826EB4; 2337 2364 border-color: #826EB4; 2365 } 2366 2367 .panel-header-actions { 2368 align-self: flex-start; 2338 2369 } 2339 2370 … … 2751 2782 justify-content: space-between; 2752 2783 margin-bottom: 15px; 2784 position: -webkit-sticky; 2753 2785 position: sticky; 2754 2786 top: -15px;
Note: See TracChangeset
for help on using the changeset viewer.