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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 } | 581 } |
582 | 582 |
583 button.status-bar-item.dock-status-bar-item.toggled-bottom .glyph { | 583 button.status-bar-item.dock-status-bar-item.toggled-bottom .glyph { |
584 -webkit-mask-position: -32px -24px; | 584 -webkit-mask-position: -32px -24px; |
585 } | 585 } |
586 | 586 |
587 button.status-bar-item.dock-status-bar-item.toggled-right .glyph { | 587 button.status-bar-item.dock-status-bar-item.toggled-right .glyph { |
588 -webkit-mask-position: -256px -48px; | 588 -webkit-mask-position: -256px -48px; |
589 } | 589 } |
590 | 590 |
| 591 button.status-bar-item.dock-status-bar-item.toggled-left .glyph { |
| 592 -webkit-mask-position: -32px -120px; |
| 593 } |
| 594 |
591 body.undocked .alternate-status-bar-buttons-bar { | 595 body.undocked .alternate-status-bar-buttons-bar { |
592 margin-left: 1px; | 596 margin-left: 1px; |
593 } | 597 } |
594 | 598 |
595 .alternate-status-bar-buttons-bar { | 599 .alternate-status-bar-buttons-bar { |
596 position: absolute; | 600 position: absolute; |
597 width: 31px; | 601 width: 31px; |
598 bottom: -3px; | 602 bottom: -3px; |
599 background: white; | 603 background: white; |
600 } | 604 } |
(...skipping 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2849 padding-left: 2px; | 2853 padding-left: 2px; |
2850 } | 2854 } |
2851 | 2855 |
2852 body.undocked .toolbar-close-button-item { | 2856 body.undocked .toolbar-close-button-item { |
2853 display: none; | 2857 display: none; |
2854 } | 2858 } |
2855 | 2859 |
2856 body.dock-to-bottom #inspector-split-view > .split-view-resizer { | 2860 body.dock-to-bottom #inspector-split-view > .split-view-resizer { |
2857 display: none; | 2861 display: none; |
2858 } | 2862 } |
| 2863 |
| 2864 #inspector-split-view > .split-view-sidebar { |
| 2865 position: relative; |
| 2866 } |
OLD | NEW |