[Git][noosfero/noosfero][master] environment_notification: mv css to public folder

Daniela Feitosa gitlab at mg.gitlab.com
Tue Nov 10 22:06:03 BRST 2015


Daniela Feitosa pushed to branch master at Noosfero / noosfero


Commits:
efd5f974 by Daniela Feitosa at 2015-11-10T20:55:10Z
environment_notification: mv css to public folder

the plugin style was not being loaded

also removed useless sym link

- - - - -


2 changed files:

- − plugins/environment_notification/public/public
- plugins/environment_notification/style.css → plugins/environment_notification/public/style.css


Changes:

=====================================
plugins/environment_notification/public/public deleted
=====================================
--- a/plugins/environment_notification/public/public
+++ /dev/null
@@ -1 +0,0 @@
-/home/arthurmde/Documentos/projects/noosfero/config/plugins/environment_notification/public
\ No newline at end of file


=====================================
plugins/environment_notification/style.css → plugins/environment_notification/public/style.css
=====================================
--- a/plugins/environment_notification/style.css
+++ b/plugins/environment_notification/public/style.css
@@ -13,7 +13,7 @@
 
 .environment-notification-plugin-notification-bar .notification .notification-close,
 .environment-notification-plugin-notification-notification-modal .notification .notification-close{
-  background: url(public/images/close.png) no-repeat;
+  background: url(images/close.png) no-repeat;
   background-position: center;
   width: 20px;
   height: 20px;
@@ -115,12 +115,12 @@
 }
 
 #environment-notification-plugin-notification-manager a.button.icon-deactivate{
-  background: url(public/images/hide.png) no-repeat;
+  background: url(images/hide.png) no-repeat;
   background-position: center;
 }
 
 #environment-notification-plugin-notification-manager a.button.icon-activate{
-  background: url(public/images/show.png) no-repeat;
+  background: url(images/show.png) no-repeat;
   background-position: center;
 }
 
@@ -221,7 +221,7 @@
 }
 
 .environment-notification-plugin-notification-bar .notification .notification-close{
-  background: url(public/images/redclose.png) no-repeat;
+  background: url(images/redclose.png) no-repeat;
   background-position: center;
   width: 20px;
   height: 20px;
@@ -230,7 +230,7 @@
 }
 
 .environment-notification-plugin-notification-bar .notification .notification-hide{
-  background: url(public/images/greenhide.png) no-repeat;
+  background: url(images/greenhide.png) no-repeat;
   background-position: center;
   width: 20px;
   height: 20px;
@@ -247,4 +247,4 @@
 .environment-notification-plugin-form .notification-variables-options{
   font-style: italic;
   color: red;
-}
\ No newline at end of file
+}



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/efd5f9741166067aa906415b15f68666d7559141
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151111/dee5cf8f/attachment.html>


More information about the Noosfero-dev mailing list