summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-02-10 04:43:24 +0000
committerBharat Mediratta <bharat@menalto.com>2009-02-10 04:43:24 +0000
commit007687dbd327433cfcd79fc63442579979c3e4b0 (patch)
tree4bde43a2ed81c27e43d5f3ffe19a8bbc7adff9c0
parent11226bdd3abdc664bece47b2b3011213499b5826 (diff)
Add another TODO
-rw-r--r--core/css/l10n_client.css29
1 files changed, 15 insertions, 14 deletions
diff --git a/core/css/l10n_client.css b/core/css/l10n_client.css
index 9e0b03d5..8973715f 100644
--- a/core/css/l10n_client.css
+++ b/core/css/l10n_client.css
@@ -1,5 +1,6 @@
// TODO(andy_st): Add original copyright notice from Drupal l10_client.
// TODO(andy_st): Add G3 copyright notice.
+// TODO(andy_st): clean up formatting to match our other CSS files.
/* $Id: l10n_client.css,v 1.6 2008/09/09 10:48:20 goba Exp $ */
@@ -58,13 +59,13 @@ how it wants to round. */
/* 25 + 37 + 37 = 99 */
#l10n-client .strings {
- width:25%; float:left;}
+ width:25%; float:left;}
#l10n-client .source {
- width:37%; float:left;}
+ width:37%; float:left;}
#l10n-client .translation {
- width:37%; float:left;}
+ width:37%; float:left;}
/* Translatable string list */
#l10n-client-string-select {
@@ -77,7 +78,7 @@ how it wants to round. */
overflow:auto;
list-style:none; list-style-image:none;
margin:0em; padding:0em;}
-
+
#l10n-client .string-list li {
font-size:.9em;
line-height:1.5em;
@@ -95,7 +96,7 @@ how it wants to round. */
#l10n-client .string-list li.translated:hover {
background: #df8;}
-
+
#l10n-client .string-list li.translated:active {
background: #9c3;}
@@ -104,10 +105,10 @@ how it wants to round. */
/* Gray + Blue hover for untranslated */
#l10n-client .string-list li.untranslated {}
-
+
#l10n-client .string-list li.untranslated:hover {
background: #ace;}
-
+
#l10n-client .string-list li.untranslated:active {
background: #8ac;}
@@ -129,16 +130,16 @@ how it wants to round. */
display:inline;
vertical-align:middle;
}
-
+
#l10n-client #gL10nSearchForm .form-item {
margin:0em;
padding:0em;
}
-
+
#l10n-client #gL10nSearchForm input.form-text {
width:80%;
}
-
+
#l10n-client #gL10nSearchForm #search-filter-clear {
width:10%;
margin:0em;
@@ -153,13 +154,13 @@ how it wants to round. */
#l10n-client-string-editor .source {
overflow:hidden;
width:50%; float:left;}
-
+
#l10n-client-string-editor .source .source-text {
line-height:1.5em;
background:#eee;
height:16em; margin:1em; padding:1em;
overflow:auto;}
-
+
#l10n-client-string-editor .translation {
overflow:hidden;
width:49%; float:right;}
@@ -171,7 +172,7 @@ how it wants to round. */
height:13em;
font-size:1em; line-height:1.25em;
width:95%;}
-
+
#gL10nClientSaveForm .form-submit {
margin-top: 0em;}
@@ -181,4 +182,4 @@ how it wants to round. */
#l10n-client form input[type=submit],
#l10n-client form input[type=text] {
display: inline ! important ;
-} \ No newline at end of file
+}