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

Side by Side Diff: chrome/browser/resources/extensions_ui.html

Issue 5217005: RTL HTML/CSS clean-up with -webkit-foo-{start,end}... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/browser/resources/downloads.html ('k') | chrome/browser/resources/history.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <style> 6 <style>
7 body { 7 body {
8 margin: 10px; 8 margin: 10px;
9 min-width: 47em; 9 min-width: 47em;
10 } 10 }
11 11
12 a { 12 a {
13 color: blue; 13 color: blue;
14 font-size: 103%; 14 font-size: 103%;
15 } 15 }
16 16
17 div#header { 17 div#header {
18 margin-bottom: 1.05em; 18 margin-bottom: 1.05em;
19 /* 67px is the height of the header's background image. */ 19 /* 67px is the height of the header's background image. */
20 min-height: 67px; 20 min-height: 67px;
21 overflow: hidden; 21 overflow: hidden;
22 padding-bottom: 20px; 22 padding-bottom: 20px;
23 padding-left: 0; 23 -webkit-padding-start: 0;
24 padding-top: 20px; 24 padding-top: 20px;
25 position: relative; 25 position: relative;
26 -webkit-box-sizing: border-box; 26 -webkit-box-sizing: border-box;
27 } 27 }
28 28
29 html[dir=rtl] #header {
30 padding-right: 0;
31 }
32
33 #header h1 { 29 #header h1 {
34 background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat; 30 background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat;
35 display: inline; 31 display: inline;
36 margin: 0; 32 margin: 0;
37 padding-bottom: 43px; 33 padding-bottom: 43px;
38 padding-left: 75px; 34 padding-left: 75px;
39 padding-top: 40px; 35 padding-top: 40px;
40 } 36 }
41 37
42 html[dir=rtl] #header h1 { 38 html[dir=rtl] #header h1 {
(...skipping 12 matching lines...) Expand all
55 div.content { 51 div.content {
56 font-size: 88%; 52 font-size: 88%;
57 margin-top: 5px; 53 margin-top: 5px;
58 } 54 }
59 55
60 .section-header { 56 .section-header {
61 background: #ebeff9; 57 background: #ebeff9;
62 border-top: 1px solid #b5c7de; 58 border-top: 1px solid #b5c7de;
63 font-size: 99%; 59 font-size: 99%;
64 padding-bottom: 2px; 60 padding-bottom: 2px;
65 padding-left: 5px; 61 -webkit-padding-start: 5px;
66 padding-top: 3px; 62 padding-top: 3px;
67 width: 100%; 63 width: 100%;
68 } 64 }
69 65
70 html[dir=rtl] .section-header {
71 padding-right: 5px;
72 padding-left: 0;
73 }
74
75 .section-header-title { 66 .section-header-title {
76 font-weight: bold; 67 font-weight: bold;
77 } 68 }
78 69
79 .vbox-container { 70 .vbox-container {
80 display: -webkit-box; 71 display: -webkit-box;
81 -webkit-box-orient: vertical; 72 -webkit-box-orient: vertical;
82 } 73 }
83 74
84 .wbox { 75 .wbox {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 118
128 .developer-mode-link a { 119 .developer-mode-link a {
129 font-size: 97%; 120 font-size: 97%;
130 } 121 }
131 122
132 .developer-mode { 123 .developer-mode {
133 background: #f4f6fc; 124 background: #f4f6fc;
134 border-bottom: 1px solid #edeff5; 125 border-bottom: 1px solid #edeff5;
135 font-size: 89%; 126 font-size: 89%;
136 padding-bottom: 0.8em; 127 padding-bottom: 0.8em;
137 padding-left: 10px; 128 -webkit-padding-start: 10px;
138 padding-top: 0.8em; 129 padding-top: 0.8em;
139 width: 100%; 130 width: 100%;
140 } 131 }
141 html[dir=rtl] .developer-mode {
142 padding-right: 10px;
143 padding-left: 0;
144 }
145 132
146 .extension_disabled td { 133 .extension_disabled td {
147 background-color: #f0f0f0; 134 background-color: #f0f0f0;
148 color: #a0a0a0; 135 color: #a0a0a0;
149 padding-bottom: 4px; 136 padding-bottom: 4px;
150 padding-top: 5px; 137 padding-top: 5px;
151 } 138 }
152 139
153 .extension_enabled td { 140 .extension_enabled td {
154 padding-bottom: 4px; 141 padding-bottom: 4px;
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 border-bottom-right-radius: 4px 4px; 278 border-bottom-right-radius: 4px 4px;
292 margin: 0px 2px 2px 2px; 279 margin: 0px 2px 2px 2px;
293 -webkit-box-orient: vertical; 280 -webkit-box-orient: vertical;
294 } 281 }
295 282
296 #dialogContentHeader { 283 #dialogContentHeader {
297 margin: 16px; 284 margin: 16px;
298 } 285 }
299 286
300 .dialogBrowseRow { 287 .dialogBrowseRow {
301 margin-left: -24px; 288 -webkit-margin-start: -24px;
302 width: 100%; 289 width: 100%;
303 -webkit-box-orient: horizontal; 290 -webkit-box-orient: horizontal;
304 -webkit-box-pack: end; 291 -webkit-box-pack: end;
305 } 292 }
306 293
307 html[dir=rtl] .dialogBrowseRow {
308 margin-right: -24px;
309 /* margin-left: 0px; */
310 }
311
312 .dialogBrowseRow>* { 294 .dialogBrowseRow>* {
313 margin: 2px 295 margin: 2px
314 } 296 }
315 297
316 #dialogContentFooter { 298 #dialogContentFooter {
317 margin-bottom: 6px; 299 margin-bottom: 6px;
318 margin-left: -12px; 300 -webkit-margin-start: -12px;
319 margin-top: 20px; 301 margin-top: 20px;
320 } 302 }
321 303
322 html[dir=rtl] #dialogContentFooter {
323 margin-right: -12px;
324 margin-left: 0px;
325 }
326
327 .inspectPopupNote { 304 .inspectPopupNote {
328 color: grey; 305 color: grey;
329 } 306 }
330 307
331 .incognitoWarning { 308 .incognitoWarning {
332 margin: 0.75em 0; 309 margin: 0.75em 0;
333 display: none; 310 display: none;
334 opacity: 0; 311 opacity: 0;
335 -webkit-transition: opacity .2s ease-out; 312 -webkit-transition: opacity .2s ease-out;
336 } 313 }
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 </div> 921 </div>
945 </div> 922 </div>
946 923
947 <div id="get-moar-extensions" jsdisplay="extensions.length > 0" 924 <div id="get-moar-extensions" jsdisplay="extensions.length > 0"
948 i18n-content="getMoreExtensions"></div> 925 i18n-content="getMoreExtensions"></div>
949 </div> 926 </div>
950 </div> 927 </div>
951 </div> 928 </div>
952 </body> 929 </body>
953 </html> 930 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/downloads.html ('k') | chrome/browser/resources/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698