]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update DirectionDetector style for 1.0 and move to base stylesheet.
authorSamantha Doherty <sammy@status.net>
Thu, 25 Aug 2011 21:14:13 +0000 (17:14 -0400)
committerSamantha Doherty <sammy@status.net>
Thu, 25 Aug 2011 21:14:13 +0000 (17:14 -0400)
plugins/DirectionDetector/DirectionDetectorPlugin.php
theme/base/css/display.css

index be8dbea8e5dbae04d42b8c0906594e4a36da740c..890af068073321373e4f10dde075afd608641073 100644 (file)
@@ -42,15 +42,6 @@ class DirectionDetectorPlugin extends Plugin {
         return true;
     }
 
-    /**
-     * SN plugin API, here we will add css needed for modifiyed rendered
-     *
-     * @param Action $xml
-     */
-    public function onEndShowStatusNetStyles($xml){
-        $xml->element('style', array('type' => 'text/css'), 'span.rtl {display:block;direction:rtl;text-align:right;float:right;} .notice .author {float:left}');
-    }
-
     /**
      * is passed string a rtl content or not
      *
index 5b18772db8b7594c0e2b5c54f28ba59eb63bd447..5d65c14cc809d26e22ba13e162455afcf0f8726c 100644 (file)
@@ -1521,6 +1521,13 @@ font-size:150%;
 #content .notice-source-system div.entry-title {
     font-style: italic;
     min-height: 0;
+}
+
+span.rtl {
+    display: block;
+    direction: rtl;
+    text-align: right;
+    float: right;
 } 
 
 /* override OStatus plugin style */