[isidorus-cvs] r951 - in branches/gdl-frontend/src/anaToMia/GDL_Widgets: src/us/isidor/gdl/anaToMia/Widgets/isidorus war

lgiessmann at common-lisp.net lgiessmann at common-lisp.net
Wed Sep 21 10:50:48 UTC 2011


Author: lgiessmann
Date: Wed Sep 21 03:50:47 2011
New Revision: 951

Log:
gdl-frontend: Widgets: changed the style of the GdlWebPage's main panel => static width

Modified:
   branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/GdlWebPage.java
   branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.css

Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/GdlWebPage.java
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/GdlWebPage.java	Wed Sep 21 03:39:11 2011	(r950)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/GdlWebPage.java	Wed Sep 21 03:50:47 2011	(r951)
@@ -42,6 +42,7 @@
 	private final String GDL_PANEL_STYLE_NAME = "gdl_panel";
 	private final String CREATE_NEW_BUTTON_STYLE_NAME = "create_new_button";
 	private final String HASH_OBJECT_PSI_CONTAINER_STYLE_NAME = "hash_object_psi_container";
+	private final String MAIN_PANEL_STYLE_CLASS = "content_panel";
 	private HashObjectPsiContainer hashObjectPsicontainer = null;
 	
 	
@@ -53,6 +54,7 @@
 	
 	
 	public void createWebPage(){
+		this.contentPanel.addStyleName(this.MAIN_PANEL_STYLE_CLASS);
 		this.createNewButton.addStyleName(this.CREATE_NEW_BUTTON_STYLE_NAME);
 		DOM.setStyleAttribute(this.createNewButton.getElement(), "marginBottom", "1em");
 		try{

Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.css
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.css	Wed Sep 21 03:39:11 2011	(r950)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.css	Wed Sep 21 03:50:47 2011	(r951)
@@ -65,6 +65,12 @@
 .hash_object_psi_container {
   border: rgb(134, 169, 203) 1px solid;
   border-radius: 5px;
+  padding: 0.5em;
+}
+
+
+.main_panel tr td {
+  width: 50%;	
 }
 
 




More information about the Isidorus-cvs mailing list