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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 left: 0; | 43 left: 0; |
44 right: 0; | 44 right: 0; |
45 height: 23px; | 45 height: 23px; |
46 background-color: rgb(236, 236, 236); | 46 background-color: rgb(236, 236, 236); |
47 } | 47 } |
48 | 48 |
49 .status-bar-items { | 49 .status-bar-items { |
50 position: absolute; | 50 position: absolute; |
51 top: 0; | 51 top: 0; |
52 bottom: 0; | 52 bottom: 0; |
53 left: 200px; | 53 left: 0; |
54 overflow: hidden; | 54 overflow: hidden; |
55 border-left: 1px solid rgb(184, 184, 184); | 55 border-left: 1px solid rgb(184, 184, 184); |
56 margin-left: -1px; | 56 margin-left: -1px; |
57 } | 57 } |
58 | 58 |
59 .profile-launcher-view-tree-item > .icon { | 59 .profile-launcher-view-tree-item > .icon { |
60 width: 4px !important; | 60 width: 4px !important; |
61 visibility: hidden; | 61 visibility: hidden; |
62 } | 62 } |
63 | 63 |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 } | 225 } |
226 .profile-canvas-decoration { | 226 .profile-canvas-decoration { |
227 color: red; | 227 color: red; |
228 margin: -14px 0 13px 22px; | 228 margin: -14px 0 13px 22px; |
229 padding-left: 14px; | 229 padding-left: 14px; |
230 } | 230 } |
231 | 231 |
232 .profile-canvas-decoration button { | 232 .profile-canvas-decoration button { |
233 margin: 0 0 0 10px !important; | 233 margin: 0 0 0 10px !important; |
234 } | 234 } |
OLD | NEW |