diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-04-03 13:54:18 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-04-03 13:54:18 +0000 |
commit | 202f232c05546833e0e3fde29a1d95c860f5a380 (patch) | |
tree | b9836fd543cf87f1c58bc207785db06ffe532a68 /WebContent | |
parent | 18b9c7ac3e4435a8c1cc9cb63e60340700425d54 (diff) | |
download | vaadin-framework-202f232c05546833e0e3fde29a1d95c860f5a380.tar.gz vaadin-framework-202f232c05546833e0e3fde29a1d95c860f5a380.zip |
Added openajax images and stylesheets, previously these were missing
because of Subclipse issues.
svn changeset:1111/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/openajax/images/OpenAjaxAllianceBanner.jpg | bin | 0 -> 17150 bytes | |||
-rw-r--r-- | WebContent/openajax/stylesheets/hubtest.css | 51 |
2 files changed, 51 insertions, 0 deletions
diff --git a/WebContent/openajax/images/OpenAjaxAllianceBanner.jpg b/WebContent/openajax/images/OpenAjaxAllianceBanner.jpg Binary files differnew file mode 100644 index 0000000000..65e30d1999 --- /dev/null +++ b/WebContent/openajax/images/OpenAjaxAllianceBanner.jpg 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;
+}
|