Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Side by Side Diff: Source/devtools/front_end/resources/indexedDBViews.css

Issue 732603002: DevTools: align more status bar button usages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/profiler/profilesPanel.css ('k') | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698