OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2012 Google Inc. All rights reserved. | 2 * Copyright (C) 2012 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
6 * met: | 6 * met: |
7 * | 7 * |
8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 } | 50 } |
51 | 51 |
52 .indexed-db-database-view .outline-disclosure .attribute-value { | 52 .indexed-db-database-view .outline-disclosure .attribute-value { |
53 display: inline; | 53 display: inline; |
54 margin-top: 1px; | 54 margin-top: 1px; |
55 } | 55 } |
56 | 56 |
57 .indexed-db-data-view .data-view-toolbar { | 57 .indexed-db-data-view .data-view-toolbar { |
58 position: relative; | 58 position: relative; |
59 border-top: none; | 59 border-top: none; |
60 height: 24px; | 60 height: 25px; |
61 padding: 1px; | 61 padding: 1px; |
62 background-color: #eee; | 62 background-color: #eee; |
63 border-bottom: 1px solid #ccc; | 63 border-bottom: 1px solid #ccc; |
64 } | 64 } |
65 | 65 |
66 .indexed-db-data-view .data-grid-container { | 66 .indexed-db-data-view .data-grid-container { |
67 top: 24px; | 67 top: 24px; |
68 } | 68 } |
69 | 69 |
70 .indexed-db-status-bar-back-button, | 70 .indexed-db-status-bar-back-button, |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 | 128 |
129 .indexed-db-data-view .primitive-value { | 129 .indexed-db-data-view .primitive-value { |
130 padding-top: 1px; | 130 padding-top: 1px; |
131 } | 131 } |
132 | 132 |
133 .indexed-db-data-view .data-grid .data-container td .section .header .title { | 133 .indexed-db-data-view .data-grid .data-container td .section .header .title { |
134 white-space: nowrap; | 134 white-space: nowrap; |
135 text-overflow: ellipsis; | 135 text-overflow: ellipsis; |
136 overflow: hidden; | 136 overflow: hidden; |
137 } | 137 } |
OLD | NEW |