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

Unified Diff: remoting/webapp/me2mom/choice.css

Issue 7610001: Made web-app bidi-compatible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/choice.css
diff --git a/remoting/webapp/me2mom/choice.css b/remoting/webapp/me2mom/choice.css
index eeb360d1922107403c763d39624a2d4b744ad751..87608a0e2cf118ca6c5efd0f434ff900e5359182 100644
--- a/remoting/webapp/me2mom/choice.css
+++ b/remoting/webapp/me2mom/choice.css
@@ -16,6 +16,7 @@ body {
font-family: 'Droid sans', Arial, sans-serif;
margin:0;
padding:0;
+ direction: __MSG_@@bidi_dir__;
Jamie 2011/08/10 18:24:31 I don't think we're supposed to use CSS to set tex
garykac 2011/08/10 19:34:38 This seems OK to me.
}
button, input {
@@ -54,7 +55,7 @@ button[disabled], .button[disabled]:hover {
h1 {
font-size: 24px;
font-weight: normal;
- margin-left: 10px;
+ margin-__MSG_@@bidi_start_edge__: 10px;
}
label {
@@ -92,7 +93,7 @@ label {
.choice-header {
font-size: 24px;
font-weight: normal;
- margin-left: 10px;
+ margin-__MSG_@@bidi_start_edge__: 10px;
}
.choice-footer {
@@ -111,8 +112,8 @@ label {
.error-state {
background-image: url('icon_warning.png');
background-repeat: no-repeat;
- background-position: top left;
- padding-left: 30px;
+ background-position: top __MSG_@@bidi_start_edge__;
+ padding-__MSG_@@bidi_start_edge__: 30px;
padding-top: 3px;
margin-bottom: 10px;
color: #900;
@@ -138,18 +139,18 @@ label {
margin-bottom: 10px;
}
-.top-left {
+.top-primary {
font-size: 14px;
position: absolute;
top: 0.5em;
- left: 0.5em;
+ __MSG_@@bidi_start_edge__: 0.5em;
}
-.top-right {
+.top-secondary {
font-size: 14px;
position: absolute;
top: 0.5em;
- right: 0.5em;
+ __MSG_@@bidi_end_edge__: 0.5em;
}
.waiting {
@@ -175,7 +176,7 @@ label {
font-size: 18px;
height: 25px;
margin: 0 10px;
- padding-left: 5px;
+ padding-__MSG_@@bidi_start_edge__: 5px;
width: 12em;
}
@@ -184,7 +185,7 @@ label {
}
#cancel-button {
- float: right;
+ float: __MSG_@@bidi_end_edge__;
}
#client-footer-text, #host-footer-text {
@@ -204,7 +205,7 @@ label {
}
#email-status {
- margin-right: 0.5ex;
+ margin-__MSG_@@bidi_end_edge__: 0.5ex;
}
#icon {
« no previous file with comments | « no previous file | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698