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

Side by Side Diff: Source/WebCore/css/html.css

Issue 7432005: Merge 91249 - Fix microphone icon placement in speech input control for dir=rtl. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * The default style sheet used to render HTML. 2 * The default style sheet used to render HTML.
3 * 3 *
4 * Copyright (C) 2000 Lars Knoll (knoll@kde.org) 4 * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
5 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. 5 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
6 * 6 *
7 * This library is free software; you can redistribute it and/or 7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public 8 * modify it under the terms of the GNU Library General Public
9 * License as published by the Free Software Foundation; either 9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version. 10 * version 2 of the License, or (at your option) any later version.
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 vertical-align: top; 463 vertical-align: top;
464 -webkit-user-select: none; 464 -webkit-user-select: none;
465 } 465 }
466 466
467 #if defined(ENABLE_INPUT_SPEECH) && ENABLE_INPUT_SPEECH 467 #if defined(ENABLE_INPUT_SPEECH) && ENABLE_INPUT_SPEECH
468 input::-webkit-input-speech-button { 468 input::-webkit-input-speech-button {
469 -webkit-appearance: -webkit-input-speech-button; 469 -webkit-appearance: -webkit-input-speech-button;
470 display: inline-block; 470 display: inline-block;
471 vertical-align: top; 471 vertical-align: top;
472 } 472 }
473
474 input[x-webkit-speech][dir=rtl]::-webkit-textfield-decoration-container {
475 direction: rtl;
476 }
473 #endif 477 #endif
474 478
475 keygen, select { 479 keygen, select {
476 -webkit-border-radius: 5px; 480 -webkit-border-radius: 5px;
477 } 481 }
478 482
479 keygen::-webkit-keygen-select { 483 keygen::-webkit-keygen-select {
480 margin: 0px; 484 margin: 0px;
481 } 485 }
482 486
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 @page { 946 @page {
943 /* FIXME: Define the right default values for page properties. */ 947 /* FIXME: Define the right default values for page properties. */
944 size: auto; 948 size: auto;
945 margin: auto; 949 margin: auto;
946 padding: 0px; 950 padding: 0px;
947 border-width: 0px; 951 border-width: 0px;
948 } 952 }
949 953
950 /* noscript is handled internally, as it depends on settings. */ 954 /* noscript is handled internally, as it depends on settings. */
951 955
OLDNEW
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698