From: Jani Laakso Date: Tue, 3 Apr 2007 13:54:18 +0000 (+0000) Subject: Added openajax images and stylesheets, previously these were missing X-Git-Tag: 6.7.0.beta1~6483 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=202f232c05546833e0e3fde29a1d95c860f5a380;p=vaadin-framework.git Added openajax images and stylesheets, previously these were missing because of Subclipse issues. svn changeset:1111/svn branch:trunk --- diff --git a/WebContent/openajax/images/OpenAjaxAllianceBanner.jpg b/WebContent/openajax/images/OpenAjaxAllianceBanner.jpg new file mode 100644 index 0000000000..65e30d1999 Binary files /dev/null and b/WebContent/openajax/images/OpenAjaxAllianceBanner.jpg differ diff --git a/WebContent/openajax/stylesheets/hubtest.css b/WebContent/openajax/stylesheets/hubtest.css new file mode 100644 index 0000000000..ad59f53e70 --- /dev/null +++ b/WebContent/openajax/stylesheets/hubtest.css @@ -0,0 +1,51 @@ +#HubTest_BasicConformance { + width: 846px; +} +#OpenAjaxBanner.imageContainer { + border:none; + margin:0; + padding:0; +} +.HubTestTitle { + text-align:center; +} +.HubTestTitle { + margin-bottom:.25em; +} +#LibraryName { + font-size:1.2em; + font-family:sans-serif; + margin-top:2em; + margin-bottom:1em;; +} +.HubTestResults { + border-collapse:collapse; + font-family:sans-serif; +} +.HubTestNumber,.HubTestLabel,.HubTestResult { + padding-left:1em; + padding-right:1em; + padding-top:.3em; + padding-bottom:.3em; + vertical-align:top; + border-width:3px; + border-style:solid; + border-color:black; +} +.HubTestNumber { + color:darkgreen; + font-weight:bold; + font-size: 1.2em; + width:10px; +} +.HubTestLabel { + color:darkgreen; + font-weight:bold; + font-size: 1.2em; + width:540px; +} +.HubTestResult { + font-weight:bold; + font-size: 1.2em; + width: 300px; +}