From e87ef675fb8984871e14858811d3ea605760a72e Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 10 Jan 2007 02:37:05 +0000 Subject: r20641: Everything relevant from the old swat (now swat.obsolete) directory has been moved to webapps. Remove the obsolete directory. (This used to be commit e7a17c66ea08d74183efd6c0dedb68992e02e6db) --- .../style/qooxdoo/themes/win9x/radiobuttonbackground.gif | Bin 44 -> 0 bytes swat.obsolete/style/qooxdoo/themes/win9x/theme.css | 2 -- .../style/qooxdoo/themes/win9x/windowcaption_active.png | Bin 160 -> 0 bytes .../style/qooxdoo/themes/win9x/windowcaption_inactive.png | Bin 114 -> 0 bytes 4 files changed, 2 deletions(-) delete mode 100644 swat.obsolete/style/qooxdoo/themes/win9x/radiobuttonbackground.gif delete mode 100644 swat.obsolete/style/qooxdoo/themes/win9x/theme.css delete mode 100644 swat.obsolete/style/qooxdoo/themes/win9x/windowcaption_active.png delete mode 100644 swat.obsolete/style/qooxdoo/themes/win9x/windowcaption_inactive.png (limited to 'swat.obsolete/style/qooxdoo/themes/win9x') diff --git a/swat.obsolete/style/qooxdoo/themes/win9x/radiobuttonbackground.gif b/swat.obsolete/style/qooxdoo/themes/win9x/radiobuttonbackground.gif deleted file mode 100644 index 467da46f25..0000000000 Binary files a/swat.obsolete/style/qooxdoo/themes/win9x/radiobuttonbackground.gif and /dev/null differ diff --git a/swat.obsolete/style/qooxdoo/themes/win9x/theme.css b/swat.obsolete/style/qooxdoo/themes/win9x/theme.css deleted file mode 100644 index bc51fd8c5e..0000000000 --- a/swat.obsolete/style/qooxdoo/themes/win9x/theme.css +++ /dev/null @@ -1,2 +0,0 @@ -/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */ -body.QxThemeWin9x .QxMenuBarButton-Hover{border:1px solid ThreeDHighlight;border-right-color:ThreeDShadow;border-bottom-color:ThreeDShadow;padding:3px 7px 2px 7px;} body.QxThemeWin9x .QxMenuBarButton-Pressed{border:1px solid ThreeDHighlight;border-left-color:ThreeDShadow;border-top-color:ThreeDShadow;padding:3px 7px 2px 7px;} body.QxThemeWin9x .QxMenu{background:Menu;padding:1px;border:2px outset;-moz-border-top-colors:ThreeDLightShadow ThreeDHighlight;-moz-border-right-colors:ThreeDDarkShadow ThreeDShadow;-moz-border-bottom-colors:ThreeDDarkShadow ThreeDShadow;-moz-border-left-colors:ThreeDLightShadow ThreeDHighlight;margin-left:-1px;} body.QxThemeWin9x .QxToolBar{border:1px solid ThreeDShadow;border-top:1px solid ThreeDHighlight;border-left:1px solid ThreeDHighlight;} body.QxThemeWin9x .QxToolBarPartHandleLine{width:4px;border-left:1px solid ThreeDHighlight;border-bottom:1px solid ThreeDShadow;border-right:1px solid ThreeDShadow;border-top:1px solid ThreeDHighlight;} body.QxThemeWin9x .QxToolBarSeparatorLine{border-left:1px solid ThreeDShadow;border-right:1px solid ThreeDHighlight;} body.QxThemeWin9x .QxToolBarButton-Hover,body.QxThemeWin9x .QxToolBarCheckBox-Hover,body.QxThemeWin9x .QxToolBarRadioButton-Hover,body.QxThemeWin9x .QxToolBarMenuButton-Hover{padding:2px 3px 2px 3px;border-left:1px solid ThreeDHighlight;border-bottom:1px solid ThreeDShadow;border-right:1px solid ThreeDShadow;border-top:1px solid ThreeDHighlight;} body.QxThemeWin9x .QxToolBarButton-Checked,body.QxThemeWin9x .QxToolBarButton-Pressed,body.QxThemeWin9x .QxToolBarCheckBox-Checked,body.QxThemeWin9x .QxToolBarCheckBox-Pressed,body.QxThemeWin9x .QxToolBarRadioButton-Checked,body.QxThemeWin9x .QxToolBarRadioButton-Pressed,body.QxThemeWin9x .QxToolBarMenuButton-Checked,body.QxThemeWin9x .QxToolBarMenuButton-Pressed{padding:3px 2px 1px 4px;border-left:1px solid ThreeDShadow;border-bottom:1px solid ThreeDHighlight;border-right:1px solid ThreeDHighlight;border-top:1px solid ThreeDShadow;} body.QxThemeWin9x .QxToolBarButton-Checked,body.QxThemeWin9x .QxToolBarCheckBox-Checked,body.QxThemeWin9x .QxToolBarRadioButton-Checked,body.QxThemeWin9x .QxToolBarMenuButton-Checked{background:url(radiobuttonbackground.gif) top left;} body.QxThemeWin9x .QxWindow > .QxWindowCaptionBar{background:#808080 url(windowcaption_inactive.png) top right repeat-y;} body.QxThemeWin9x .QxWindow-Active > .QxWindowCaptionBar{background:#0A246A url(windowcaption_active.png) top right repeat-y;} \ No newline at end of file diff --git a/swat.obsolete/style/qooxdoo/themes/win9x/windowcaption_active.png b/swat.obsolete/style/qooxdoo/themes/win9x/windowcaption_active.png deleted file mode 100644 index 02da51f022..0000000000 Binary files a/swat.obsolete/style/qooxdoo/themes/win9x/windowcaption_active.png and /dev/null differ diff --git a/swat.obsolete/style/qooxdoo/themes/win9x/windowcaption_inactive.png b/swat.obsolete/style/qooxdoo/themes/win9x/windowcaption_inactive.png deleted file mode 100644 index a080239b01..0000000000 Binary files a/swat.obsolete/style/qooxdoo/themes/win9x/windowcaption_inactive.png and /dev/null differ -- cgit