OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * | 8 * |
9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 background-color: white; | 429 background-color: white; |
430 flex: 0 0 23px; | 430 flex: 0 0 23px; |
431 position: relative; | 431 position: relative; |
432 } | 432 } |
433 | 433 |
434 .panel-status-bar > div { | 434 .panel-status-bar > div { |
435 margin: auto 0; | 435 margin: auto 0; |
436 } | 436 } |
437 | 437 |
438 .panel-status-bar label { | 438 .panel-status-bar label { |
439 margin: auto 0; | 439 margin: auto 0 auto 5px; |
440 margin-right: 20px; | |
441 display: flex; | 440 display: flex; |
442 white-space: nowrap; | 441 white-space: nowrap; |
443 overflow: hidden; | 442 overflow: hidden; |
444 } | 443 } |
445 | 444 |
446 .status-bar { | 445 .status-bar { |
447 position: relative; | 446 position: relative; |
448 white-space: nowrap; | 447 white-space: nowrap; |
449 height: 23px; | 448 height: 23px; |
450 overflow: hidden; | 449 overflow: hidden; |
(...skipping 2462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2913 } | 2912 } |
2914 | 2913 |
2915 .viewport-control-gap-element { | 2914 .viewport-control-gap-element { |
2916 color: transparent; | 2915 color: transparent; |
2917 } | 2916 } |
2918 | 2917 |
2919 label.checkbox-with-label { | 2918 label.checkbox-with-label { |
2920 display: flex; | 2919 display: flex; |
2921 -webkit-user-select: none; | 2920 -webkit-user-select: none; |
2922 } | 2921 } |
OLD | NEW |