[Jifty-commit] r4102 - in jifty/trunk: . lib/Jifty/View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Sep 12 16:43:16 EDT 2007


Author: sterling
Date: Wed Sep 12 16:43:13 2007
New Revision: 4102

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/View/Declare/Page.pm
   jifty/trunk/share/web/static/css/notices.css

Log:
 r12040 at riddle:  andrew | 2007-09-12 15:41:46 -0500
 Added missing jifty-result-popup div to the page detritus section of Jifty::View::Declare::Page.


Modified: jifty/trunk/lib/Jifty/View/Declare/Page.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/Page.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/Page.pm	Wed Sep 12 16:43:13 2007
@@ -192,6 +192,8 @@
     show('/keybindings');
     with( id => "jifty-wait-message", style => "display: none" ),
         div { _('Loading...') };
+    with( id => "jifty-result-popup", style => "display: none" ),
+        div { };
 
     # This is required for jifty server push.  If you maintain your own
     # wrapper, make sure you have this as well.

Modified: jifty/trunk/share/web/static/css/notices.css
==============================================================================
--- jifty/trunk/share/web/static/css/notices.css	(original)
+++ jifty/trunk/share/web/static/css/notices.css	Wed Sep 12 16:43:13 2007
@@ -37,3 +37,24 @@
     text-indent: -9999em;
 }
 
+#jifty-result-popup {
+    bottom: 0.6em;
+    position: fixed;
+    right: 0;
+    width: 180px;
+    z-index: 43;
+}
+
+#jifty-result-popup .popup_notification {
+     background: #A9B7FF url(/static/images/silk/information.png) no-repeat scroll 5px center;
+     border: 1px solid #004E75;
+     overflow: hidden;
+     padding: 0.5em 0.5em 0.5em 27px;
+}
+
+#jifty-result-popup .result-error {
+    background: #FFA8A8 url(/static/images/silk/error.png) no-repeat scroll 5px center;
+    border: 1px solid #B71111;
+    color: #B71111;
+}
+


More information about the Jifty-commit mailing list