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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 } | 91 } |
92 | 92 |
93 .database-query-prompt-container { | 93 .database-query-prompt-container { |
94 position: relative; | 94 position: relative; |
95 padding: 1px 22px 1px 24px; | 95 padding: 1px 22px 1px 24px; |
96 } | 96 } |
97 | 97 |
98 .database-query-prompt { | 98 .database-query-prompt { |
99 min-height: 16px; | 99 min-height: 16px; |
100 white-space: pre-wrap; | 100 white-space: pre-wrap; |
101 -webkit-user-modify: read-write-plaintext-only; | |
102 -webkit-user-select: text; | |
103 } | 101 } |
104 | 102 |
105 .prompt-icon { | 103 .prompt-icon { |
106 position: absolute; | 104 position: absolute; |
107 display: block; | 105 display: block; |
108 left: 7px; | 106 left: 7px; |
109 top: 9px; | 107 top: 9px; |
110 margin-top: -7px; | 108 margin-top: -7px; |
111 -webkit-user-select: none; | 109 -webkit-user-select: none; |
112 } | 110 } |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 left: 3px; | 160 left: 3px; |
163 right: 3px; | 161 right: 3px; |
164 max-width: 8px; | 162 max-width: 8px; |
165 max-height: 11px; | 163 max-height: 11px; |
166 overflow: hidden; | 164 overflow: hidden; |
167 } | 165 } |
168 | 166 |
169 .resources-sidebar { | 167 .resources-sidebar { |
170 padding: 0; | 168 padding: 0; |
171 } | 169 } |
OLD | NEW |