]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '1.0.x' into testing
authorEvan Prodromou <evan@status.net>
Mon, 26 Sep 2011 19:07:09 +0000 (15:07 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 26 Sep 2011 19:07:09 +0000 (15:07 -0400)
locale/ja/LC_MESSAGES/statusnet.po
theme/neo/css/rtl.css

index 4ac6ce8b024c5e334ee30ad87128cbb4529a223e..8c592e15608b3faca9a8e4838a5d9c8e058b38c4 100644 (file)
@@ -7964,7 +7964,7 @@ msgstr ""
 "もしそうでなければ、このメッセージを無視してください。\n"
 "\n"
 "あなたの時間をありがとうございます。\n"
-"%2$s"
+"%2$s\n"
 
 #. TRANS: Subject of new-subscriber notification e-mail.
 #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename.
index f1187c64d16e437f3d8a36ab0365704a0118ddfd..7d044213a36ec9ffc44f8624197907e69cd3e163 100644 (file)
@@ -29,6 +29,7 @@ span.rtl{
 
 .notice div.entry-content {
     float: right;
+    clear: right;
 }
 
 #content .notice .threaded-replies .notice div.entry-content{
@@ -113,6 +114,7 @@ address{
 
 #content .notice .author .photo{
     right: 0;
+    left: auto;
 }
 
 .notice-options{
@@ -291,13 +293,34 @@ select {
     right: auto;
 }
 
-/*#site_nav_local_views {
-    float: right;
+.entity_actions input.submit {
+   text-align: right;
 }
 
-#content {
-    float: right;
-}*/
+#entity_statistics dt, #entity_statistics dd {
+    margin-left: 11px;
+    margin-right: 0;
+}
+
+#showstream .notice .entry-title, #showstream .notice div.entry-content {
+    margin-right: 0;
+}
+
+.limited-scope .entry-content .timestamp:before {
+    right: 0;
+    left: auto;
+}
 
+.limited-scope .entry-content .timestamp {
+    padding-left: 0;
+    padding-right: 20px;
+}
 
+.section ul.entities {
+    float: right;
+}
+
+.section .entities li {
+    float: right;
+}