]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update RTL stylesheet for neo.
authorSamantha Doherty <sammy@status.net>
Thu, 22 Sep 2011 13:27:36 +0000 (09:27 -0400)
committerSamantha Doherty <sammy@status.net>
Thu, 22 Sep 2011 13:27:36 +0000 (09:27 -0400)
theme/neo/css/rtl.css

index e677e7f6e62c943819f07d7bf5edaff9464d6697..f1187c64d16e437f3d8a36ab0365704a0118ddfd 100644 (file)
@@ -85,6 +85,10 @@ address{
     margin-left: 0;
 }
 
+.notice p.entry-content {
+    float: left;
+}
+
 .threaded-replies .form_notice #notice_action-submit {
     right: 10px;
 }
@@ -264,6 +268,29 @@ select {
     float: left;
 }
 
+.profile .entity_profile .fn, .profile .entity_profile .label {
+    margin-right: 11px;
+    margin-left: 0;
+}
+
+#core .vcard .photo {
+    float: right;
+}
+
+.profile_list .label {
+    margin-right: 59px !important;
+}
+
+.profile .entity_profile .note, .profile .entity_profile .url, .profile .entity_profile .entity_tags, .profile .entity_profile .form_subscription_edit {
+    margin-right: 59px;
+    margin-left: 0;
+}
+
+.profile_list .entity_actions ul {
+    left: 20px;
+    right: auto;
+}
+
 /*#site_nav_local_views {
     float: right;
 }
@@ -273,3 +300,4 @@ select {
 }*/
 
 
+