You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/11/11 01:38:00 UTC

svn commit: r473614 - /incubator/xap/trunk/css/xapDefault.css

Author: jmargaris
Date: Fri Nov 10 17:38:00 2006
New Revision: 473614

URL: http://svn.apache.org/viewvc?view=rev&rev=473614
Log:
removed unused zimbra junk

Modified:
    incubator/xap/trunk/css/xapDefault.css

Modified: incubator/xap/trunk/css/xapDefault.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/css/xapDefault.css?view=diff&rev=473614&r1=473613&r2=473614
==============================================================================
--- incubator/xap/trunk/css/xapDefault.css (original)
+++ incubator/xap/trunk/css/xapDefault.css Fri Nov 10 17:38:00 2006
@@ -158,122 +158,11 @@
 	padding: 0;
 }
 
-/* Horizontal separator */
-.horizSep {
-	border-bottom: 1px solid #999999;
-    margin: 10px 0;
-	width: 100%;
-}
-/* Vertical separator */
-.vertSep {
-	border-left: 1px ridge #999999;
-	height: 100%;
-}
-
-/* Vertical space */
-DIV.vSpace {
-	margin: 10px 0;
-}
-
-
-.MainShell {
-	background-color: pink;
-    width: 100%;
-    height: 100%;
-}
-
-.VeilOverlay table {
-	cursor: not-allowed;
-	background-color: white;
-}
-.CurtainOverlay table {
-	background-color: transparent;
-}
-
-
-.DwtSashHorizontal, .DwtSashVertical{
-	border: 1px solid #000000;
-	background-color: #777777;
-}
-
-
-.DwtControl {
-	border: 1px solid #999999;
-}
-
-.DwtComposite {
-	background-color: white;
-}
-
-
-
-
-.DwtTreeItemLevel1ChildDiv, .DwtTreeItemChildDiv{
-	margin: 0px 0px 0px 10px;
-}
 
 
 
-.DwtTabButton-active {
-	border-top: 2px outset #DDDDFF;
-	border-left: 2px outset #DDDDFF;
-	border-right: 2px outset #DDDDFF;
-	background-color: #DDDDFF;
-	padding: 1px 1px 0px 0px;
-}
-
-.DwtTabButton-inactive {
-	border-top: 2px outset #BBBBFF;
-	border-left: 2px outset #BBBBFF;
-	border-right: 2px outset #BBBBFF;
-	background-color: #BBBBFF;
-}
-
-
-.DwtButton {
-	border: 2px outset #DDDDFF;
-	background-color: #DDDDFF;
-}
 
-
-.DwtButton-activated {
-	border: 2px inset;
-	border-color: #E0E0E0 #555555 #555555 #E0E0E0;
-	background-color: #BBBBFF;
-}
-
-.DwtButton-triggered {
-	border: 2px inset;
-	border-color: #555555 #E0E0E0 #E0E0E0 #555555;
-	background-color: #BBBBFF;
-}
-
-.DwtButton-toggled {
-	border:2px inset;
-	border-color: #555555 #E0E0E0 #E0E0E0 #555555;
-	background-color: #BBBBFF;
-}
-
-.DwtDialog { background-color: #777777; }
-.DwtDialog .Title {
-	background: #999999;
-	color: blue;
-	font-size: 12pt;
-	font-weight: bold;
-	padding: 1px 0 3px 10px;
-}
-.DwtDialog .MainPanel {
-	background-color: #999999;
-	border: 2px solid #999999;
-	padding: 10px;
-}
-.DwtDialog textarea { width: 100%; }
-.DwtDialog .Label { font-size: 10pt; }
-.DwtDialog .Field { width: 290px; }
-
-/* Message dialog */
-.DwtMsgDialog { width: 400px; }
-.DwtMsgArea { padding-left: 12px; }
+/** TreeTable stuff */
 
 
 .ImgNodeExpanded { 
@@ -294,19 +183,6 @@
 	cursor: pointer;
 }
 
-.ImgBlank_16{ 
-	width: 16px;
-	height: 16px;
-}
-
-.DwtTreeItem-selected{ 
-	background-color: #0000FF;
-	color: #FFFFFF;
-}
-
-
-
-/** TreeTable stuff */
 
 
 .tableCell{