]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Moved Poll CSS into the plugin directory
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 3 Jun 2014 09:38:40 +0000 (11:38 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 3 Jun 2014 09:38:40 +0000 (11:38 +0200)
plugins/Poll/PollPlugin.php
plugins/Poll/css/poll.css [new file with mode: 0644]
plugins/Poll/poll.css [deleted file]
theme/neo/css/display.css

index e87e81c2e398f8e8e31b734277492f06793de016..76f46171cc589e68c5e2afeb7c3cb0ba742fd8c7 100644 (file)
@@ -77,7 +77,7 @@ class PollPlugin extends MicroAppPlugin
      */
     function onEndShowStyles($action)
     {
-        $action->cssLink($this->path('poll.css'));
+        $action->cssLink($this->path('css/poll.css'));
         return true;
     }
 
diff --git a/plugins/Poll/css/poll.css b/plugins/Poll/css/poll.css
new file mode 100644 (file)
index 0000000..975a52f
--- /dev/null
@@ -0,0 +1,20 @@
+/* Poll specific styles */
+
+.poll-block {
+    float: left;
+    height: 16px;
+    background: #8aa;
+    margin-right: 8px;
+}
+
+.poll-winner {
+    background: #4af;
+}
+
+.notice div.poll-content {
+    opacity: 1;
+}
+
+#poll-response-submit {
+    min-width: 100px;
+}
diff --git a/plugins/Poll/poll.css b/plugins/Poll/poll.css
deleted file mode 100644 (file)
index 5ba9c15..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.poll-block {
-    float: left;
-    height: 16px;
-    background: #8aa;
-    margin-right: 8px;
-}
-
-.poll-winner {
-    background: #4af;
-}
index e40f5f85c6f8254cb7cf251f1c9bda46886b0987..f16d6aab577f25d97c654ee97e2bc9ed9f05e2d7 100644 (file)
@@ -1103,16 +1103,6 @@ td.entity_profile {
     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
 }
 
-/* Poll specific styles */
-
-.notice div.poll-content {
-    opacity: 1;
-}
-
-#poll-response-submit {
-    min-width: 100px;
-}
-
 /* SNOD CompanyLogo styling */
 /* TODO move to plugin */