[kune-commits] r785 - in sandbox3: . src/main/java/org/op/client src/main/java/org/op/public/css

vjrj vjrj at ourproject.org
Sat Jul 5 21:59:58 CEST 2008


Author: vjrj
Date: 2008-07-05 21:59:54 +0200 (Sat, 05 Jul 2008)
New Revision: 785

Modified:
   sandbox3/pom.xml
   sandbox3/src/main/java/org/op/client/EntityWorkspace.java
   sandbox3/src/main/java/org/op/client/Toolbar.java
   sandbox3/src/main/java/org/op/public/css/sandbox.css
Log:


Modified: sandbox3/pom.xml
===================================================================
--- sandbox3/pom.xml	2008-07-05 19:00:57 UTC (rev 784)
+++ sandbox3/pom.xml	2008-07-05 19:59:54 UTC (rev 785)
@@ -144,7 +144,13 @@
       <version>0.0.4</version>
     </dependency>
 
-     <dependency>
+    <dependency>
+      <groupId>com.calclab</groupId>
+      <artifactId>suco</artifactId>
+      <version>0.2.8</version>
+    </dependency>
+	
+    <dependency>
       <groupId>com.calclab.emite</groupId>
       <artifactId>emite-modular</artifactId>
       <version>0.2.4</version>

Modified: sandbox3/src/main/java/org/op/client/EntityWorkspace.java
===================================================================
--- sandbox3/src/main/java/org/op/client/EntityWorkspace.java	2008-07-05 19:00:57 UTC (rev 784)
+++ sandbox3/src/main/java/org/op/client/EntityWorkspace.java	2008-07-05 19:59:54 UTC (rev 785)
@@ -54,13 +54,13 @@
 	contentWrap.setBorder(true);
 	containerWrap.setBorder(true);
 	content = new Panel();
+	container = new Panel();
 	content.setBorder(false);
-	content.setAutoScroll(true);
-	container = new Panel();
 	container.setBorder(false);
 	container.setCollapsible(true);
 	content.setPaddings(5);
 	container.setPaddings(5);
+	content.setAutoScroll(true);
 	container.setAutoScroll(true);
 
 	contentTopBar = new Toolbar();

Modified: sandbox3/src/main/java/org/op/client/Toolbar.java
===================================================================
--- sandbox3/src/main/java/org/op/client/Toolbar.java	2008-07-05 19:00:57 UTC (rev 784)
+++ sandbox3/src/main/java/org/op/client/Toolbar.java	2008-07-05 19:59:54 UTC (rev 785)
@@ -42,6 +42,7 @@
     public void addSeparator() {
 	final Label emptyLabel = new Label("");
 	emptyLabel.setStyleName("ytb-sep");
+	emptyLabel.addStyleName("k-toolbar-sep");
 	horPanel.add(emptyLabel);
     }
 

Modified: sandbox3/src/main/java/org/op/public/css/sandbox.css
===================================================================
--- sandbox3/src/main/java/org/op/public/css/sandbox.css	2008-07-05 19:00:57 UTC (rev 784)
+++ sandbox3/src/main/java/org/op/public/css/sandbox.css	2008-07-05 19:59:54 UTC (rev 785)
@@ -1,110 +1,117 @@
 @CHARSET "UTF-8";
 
 .toolbar-transparent {
-  background: #EFEFEF none repeat scroll 0% 50%;
-  border-top: 0px;
+    background: #EFEFEF none repeat scroll 0% 50%;
+    border-top: 0px;
 }
 
 .entity-def .x-layout-split {
-  background: #DD8A3D none repeat scroll 0% 50%;
+    background: #DD8A3D none repeat scroll 0% 50%;
 }
 
 .entity-green .x-layout-split {
-  background: #5FD35F none repeat scroll 0% 50%;
+    background: #5FD35F none repeat scroll 0% 50%;
 }
 
 .entityworkspace .x-layout-split {
-  background: transparent none repeat scroll 0% 50%;
+    background: transparent none repeat scroll 0% 50%;
 }
 
 .entityworkspace-def .x-layout-split {
-  background: #DEAA87 none repeat scroll 0% 50%;
+    background: #DEAA87 none repeat scroll 0% 50%;
 }
 
 .entityworkspace-green .x-layout-split {
-  background: #DCE8AB none repeat scroll 0% 50%;
+    background: #DCE8AB none repeat scroll 0% 50%;
 }
 
 .entity-title {
-  line-height: 22px;
+    line-height: 22px;
+    border-left-style: solid;
+    border-left-width: 2px;
 }
 
-.entity-subtitle {  
-  line-height: 2em;
+.entity-subtitle {
+    line-height: 2em;
 }
 
 .entity-title-rd-def {
-  background: #DD8A3D;
+    background: #DD8A3D;
 }
 
 .entity-title-rd-green {
-  background: #5FD35F;
+    background: #5FD35F;
 }
 
 .entity-title-def {
-  background: #F1BB59 none repeat scroll 0% 50%;  
-  color: #69312F;
+    background: #F1BB59 none repeat scroll 0% 50%;
+    color: #69312F;
+    border-left-color: #DD8A3D;
 }
 
 .entity-title-green {
-  background: #AFA none repeat scroll 0% 50%; 
-  color: #250;
+    background: #AFA none repeat scroll 0% 50%;
+    color: #250;
 }
 
 .entity-subtitle-def {
-  background: #DD8A3D none repeat scroll 0% 50%;
-  color: #FFF;
+    background: #DD8A3D none repeat scroll 0% 50%;
+    color: #FFF;
 }
 
 .entity-subtitle-green {
-  background: #5FD35F none repeat scroll 0% 50%;
-  color: #FFF;
+    background: #5FD35F none repeat scroll 0% 50%;
+    color: #FFF;
 }
 
 .entity-bottom-rd-def {
-  background: #DD8A3D;
+    background: #DD8A3D;
 }
 
 .entity-bottom-rd-green {
-  background: #5FD35F;
+    background: #5FD35F;
 }
 
 .entity-container-def div {
-  background: #FFD09D none repeat scroll 0% 50%;
+    background: #FFD09D none repeat scroll 0% 50%;
 }
 
 .entity-container-green {
-  background: #CFA none repeat scroll 0% 50%;
+    background: #CFA none repeat scroll 0% 50%;
 }
 
 .entity-bottom {
-  line-height:2em;
+    line-height: 2em;
 }
 
 .entity-bottom-def {
-  background: #DD8A3D;
-  color: #FFF;
+    background: #DD8A3D;
+    color: #FFF;
 }
 
 .entity-bottom-green {
-  background: #5FD35F;
-  color: #FFF;
+    background: #5FD35F;
+    color: #FFF;
 }
 
 .k-toolbar-top-line {
-  border-top-color: rgb(208, 208, 208);
-  border-top-style: solid;
-  border-top-width: 1px;
+    border-top-color: rgb( 208, 208, 208 );
+    border-top-style: solid;
+    border-top-width: 1px;
 }
 
 .k-toolbar-bottom-line {
-  border-bottom-color: rgb(208, 208, 208);
-  border-bottom-style: solid;
-  border-bottom-width: 1px;
+    border-bottom-color: rgb( 208, 208, 208 );
+    border-bottom-style: solid;
+    border-bottom-width: 1px;
 }
 
-.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label {
-  white-space: nowrap; 
-  font:normal 13px arial,sans;
-  line-height: 19px;
+.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
+    white-space: nowrap;
+    font: normal 13px arial, sans;
+    line-height: 19px;
 }
+
+.k-toolbar-sep { 
+    padding-top: 5px;
+}




More information about the kune-commits mailing list