[galaxy-dev] [2058] trunk/web/src/main/webapp: simple new style

View: New views
1 Messages — Rating Filter:   Alert me  

[galaxy-dev] [2058] trunk/web/src/main/webapp: simple new style

by merv :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
[2058] trunk/web/src/main/webapp: simple new style
Revision
2058
Author
merv
Date
2009-11-02 23:14:28 -0600 (Mon, 02 Nov 2009)

Log Message

simple new style

Modified Paths

Diff

Modified: trunk/gwt-client/src/main/java/org/mule/galaxy/web/client/util/InlineEditPanel.java (2057 => 2058)

--- trunk/gwt-client/src/main/java/org/mule/galaxy/web/client/util/InlineEditPanel.java	2009-10-30 14:33:32 UTC (rev 2057)
+++ trunk/gwt-client/src/main/java/org/mule/galaxy/web/client/util/InlineEditPanel.java	2009-11-03 05:14:28 UTC (rev 2058)
@@ -41,7 +41,7 @@
  */
 public abstract class InlineEditPanel extends Composite {
 
-    private InlineFlowPanel panel;
+    protected InlineFlowPanel panel;
     private ErrorPanel errorPanel;
     private Button saveButton;
     private Button cancelButton;
@@ -61,8 +61,7 @@
         panel.add(createDisplayWidget());
         panel.add(new Label(" "));
 
-        Image editImg = new Image("images/page_edit.gif");
-        editImg.setStyleName("icon-baseline");
+        Image editImg = new Image("images/editor_area.gif");
         editImg.addClickHandler(new ClickHandler() {
             public void onClick(ClickEvent arg0) {
                 showEditPanel();
@@ -72,7 +71,6 @@
         WidgetComponent imageWrapper = new WidgetComponent(editImg);
         imageWrapper.setStyleAttribute("display", "inline");
         imageWrapper.setToolTip("Edit Server Name");
-
         panel.add(imageWrapper);
     }
 

Modified: trunk/web/src/main/webapp/application.css (2057 => 2058)

--- trunk/web/src/main/webapp/application.css	2009-10-30 14:33:32 UTC (rev 2057)
+++ trunk/web/src/main/webapp/application.css	2009-11-03 05:14:28 UTC (rev 2058)
@@ -93,6 +93,16 @@
     font-size:14px;
 }
 
+.a-faux-link {
+    color: #016c96;
+    text-decoration: none;
+    cursor: hand;
+    cursor: pointer;
+}
+.a-big-faux-link {
+    font-size: 20px;
+}
+
 h2 {
   font-weight: normal;
 }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MuleForge Dev" group.
To post to this group, send email to muleforgedev@...
To unsubscribe from this group, send email to muleforgedev+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/muleforgedev?hl=en
-~----------~----~----~----~------~----~------~--~---
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://admin.muleforge.org/manage_email