Author: smilek
Date: Sat Dec  8 01:32:57 2007
New Revision: 602413

URL: http://svn.apache.org/viewvc?rev=602413&view=rev
Log:
The following revision comments are from branches/JETSPEED-2.1.3 revisions 
which were not individually checked-in to trunk
=== ---------------------------------------------------------------- ===
[ from branches/JETSPEED-2.1.3 r583998 ] | smilek | 2007-10-11 18:36:12 -0600 
(Thu, 11 Oct 2007) | 1 line

continuation of desktop overhaul
=== ---------------------------------------------------------------- ===

Modified:
    
portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/javascript/jetspeed/widget/PageEditor.css

Modified: 
portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/javascript/jetspeed/widget/PageEditor.css
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/javascript/jetspeed/widget/PageEditor.css?rev=602413&r1=602412&r2=602413&view=diff
==============================================================================
--- 
portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/javascript/jetspeed/widget/PageEditor.css
 (original)
+++ 
portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/javascript/jetspeed/widget/PageEditor.css
 Sat Dec  8 01:32:57 2007
@@ -36,29 +36,134 @@
 .dojoDialog .columnSizeDialog .columnSizeField .missing { font-size: 8pt; 
color: red }
 .dojoDialog .columnSizeDialog .columnSizeField .invalid { font-size: 8pt; 
color: red }
 
+
+
 .pageEditorPaneContainer {
     padding: 0.35em 0.625em 0.75em 0.625em;
+
+    -moz-border-radius: 5px;
+    -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
+    -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
+    -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
+    -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;   
+}
+
+.pageEditorPaneContainerNotIE {
+    background-color: #d3d3d3;
+
+}
+.pageEditorPaneContainerIE {
+    /* background-color: #d3d3d3; */
+    /* if background-color is set, IE6 and IE7 will not render rounded corner 
border for fieldset node */
+    /*    the reason fieldset is used here is to make it possible to get 
rounded corners in IE */
+}
+
+.pageEditorDetailContainer {
+    float: left;
+
+    margin-right: 10px;
+    margin-bottom: 10px;
+}
+
+.pageEditorDetailContainerNotIE {
+    background-color: #eeeeee;
+
+}
+
+.pageEditorDetailContainerIE {
+    /* background-color: #eeeeee; */
+    /* if background-color is set, IE6 and IE7 will not render rounded corner 
border for fieldset node */
+    /*    the reason fieldset is used here is to make it possible to get 
rounded corners in IE */
+}
+
+.layoutEdgeTop {
+    clear: both;
+    height: 30px;
+
+    display: none;
+}
+
+.layoutEdgeBottom {
+    clear: both;
+    height: 30px;
+
+    display: none;
+}
+
+.ieLayoutBackgroundIFrame {
+    position: absolute;
+    display: none;
+
+    left: 0px;
+    top: 0px;
+    width: 100%;
+    height: 100%;
+
+    z-index: -1;
+
+    filter: Alpha(Opacity="100");
+}
+
+
+.layoutEdgeTopTest {
+    width: 100%;
+    height: 20px;
+    display: block;
+
     /*background-color: #d3d3d3;*/
-    /*  ^^ set conditionally in code - in IE6, if fieldset background-color is 
set, fieldset is rendered poorly */
+
     -moz-border-radius: 5px;
     -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
     -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
     -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
     -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
+
+    border-bottom-color: #000;
+    border-bottom-style: groove;
+    border-bottom-width: 2px;
+    border-collapse: separate;
+    border-left-color: #000;
+    border-left-style: groove;
+    border-left-width: 2px;
+    border-right-color: #000;
+    border-right-style: groove;
+    border-right-width: 2px;
+    border-top-color: #000;
+    border-top-style: groove;
+    border-top-width: 2px;
+
+    padding: 0.35em 0.62em 0.75em;
+    background-color: transparent;
 }
 
-.pageEditorDetailContainer {
-    padding: 0.35em 0.625em 0.75em 0.625em;
-    /*background-color: #eeeeee;*/
-    /*  ^^ set conditionally in code - in IE6, if fieldset background-color is 
set, fieldset is rendered poorly */
+.layoutEdgeBottomTest {
+    width: 100%;
+    height: 20px;
+    display: block;
+
+    /*background-color: #d3d3d3;*/
+
     -moz-border-radius: 5px;
     -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
     -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
     -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
     -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
 
-    float: left;
-    margin-right: 10px;
-    margin-bottom: 10px;
+    border-bottom-color: #000;
+    border-bottom-style: groove;
+    border-bottom-width: 2px;
+    border-collapse: separate;
+    border-left-color: #000;
+    border-left-style: groove;
+    border-left-width: 2px;
+    border-right-color: #000;
+    border-right-style: groove;
+    border-right-width: 2px;
+    border-top-color: #000;
+    border-top-style: groove;
+    border-top-width: 2px;
+
+    padding: 0.35em 0.62em 0.75em;
+    background-color: transparent;
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to