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

Side by Side Diff: chrome/common/extensions/docs/css/ApiRefStyles.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.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
1 .todo, .comment { /* while we're working on doc, comment out display */ 6 .todo, .comment { /* while we're working on doc, comment out display */
2 color: rgb(255, 0, 0); 7 color: rgb(255, 0, 0);
3 display: none; 8 display: none;
4 } 9 }
5 10
6 .displayModeWarning { 11 .displayModeWarning {
7 background-color: #FF7735; /* Aaron's favorite color */ 12 background-color: #FF7735; /* Aaron's favorite color */
8 color: white; 13 color: white;
9 font-weight: bold; 14 font-weight: bold;
10 padding: 6px 8px; 15 padding: 6px 8px;
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 padding:.2em .5em .2em .9em 330 padding:.2em .5em .2em .9em
326 } 331 }
327 332
328 div#toc { 333 div#toc {
329 background-color: rgb(232, 237, 235); 334 background-color: rgb(232, 237, 235);
330 display: inline; 335 display: inline;
331 float: right; 336 float: right;
332 margin: 5px 0px 5px 20px; 337 margin: 5px 0px 5px 20px;
333 padding: 5px; 338 padding: 5px;
334 width: 250px; 339 width: 250px;
340 word-break: break-all;
335 } 341 }
336 342
337 #toc p { 343 #toc p {
338 font-weight: bold; 344 font-weight: bold;
339 margin: 0px; 345 margin: 0px;
340 } 346 }
341 347
342 #toc ol { 348 #toc ol {
343 margin:1em 0 0 0; 349 margin:1em 0 0 0;
344 padding:0; 350 padding:0;
(...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 border: 1px solid #D9D9D9; 1455 border: 1px solid #D9D9D9;
1450 border-radius: 1px; 1456 border-radius: 1px;
1451 border-top: 1px solid silver; 1457 border-top: 1px solid silver;
1452 height: 27px; 1458 height: 27px;
1453 padding: 0 0 0 8px; 1459 padding: 0 0 0 8px;
1454 -moz-border-radius: 1px; 1460 -moz-border-radius: 1px;
1455 -webkit-border-radius: 1px; 1461 -webkit-border-radius: 1px;
1456 margin: 0 6px 0 0; 1462 margin: 0 6px 0 0;
1457 font-size: 13px; 1463 font-size: 13px;
1458 } 1464 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/apps/bookmarks.html ('k') | chrome/common/extensions/docs/extensions/bookmarks.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698