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

Side by Side Diff: chrome/common/extensions/docs/server2/static/css/site.css

Issue 10871034: Make all quota-exceeding messages in the storage API explain what the failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update... the other error message Created 8 years, 3 months 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 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 .hidden { 6 .hidden {
7 display: none; 7 display: none;
8 } 8 }
9 9
10 body { 10 body {
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 margin: 1.3em 1em 0 0; 359 margin: 1.3em 1em 0 0;
360 padding: 0; 360 padding: 0;
361 } 361 }
362 362
363 #toc { 363 #toc {
364 background-color: #F5F5F5; 364 background-color: #F5F5F5;
365 float: right; 365 float: right;
366 margin: 5px 0px 5px 20px; 366 margin: 5px 0px 5px 20px;
367 padding: 5px; 367 padding: 5px;
368 width: 250px; 368 width: 250px;
369 word-break: break-all;
369 } 370 }
370 371
371 #toc * { 372 #toc * {
372 padding: 0; 373 padding: 0;
373 list-style: none; 374 list-style: none;
374 font-weight: 600; 375 font-weight: 600;
375 } 376 }
376 377
377 #toc h2 { 378 #toc h2 {
378 font-weight: bold; 379 font-weight: bold;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 430
430 td.gsc-input { 431 td.gsc-input {
431 padding: 0 0; 432 padding: 0 0;
432 } 433 }
433 434
434 div.gsc-input-box { 435 div.gsc-input-box {
435 height: 30px; 436 height: 30px;
436 width: 250px; 437 width: 250px;
437 float: right; 438 float: right;
438 } 439 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/extensions/webRequest.html ('k') | chrome/test/data/extensions/api_test/bookmarks/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698