diff --git a/windows/src/developer/TIKE/xml/kmw/index.html b/windows/src/developer/TIKE/xml/kmw/index.html index be94ac9e52..ec5007592b 100644 --- a/windows/src/developer/TIKE/xml/kmw/index.html +++ b/windows/src/developer/TIKE/xml/kmw/index.html @@ -14,14 +14,7 @@ Keyman Developer Keyboard Test Site + - + -

Available Packages for Installation

+
+

Install Packages

+
Test keyboards online
+
+
-

Clicking the package links below will download and install the package into the Keyman app on this device.

- - - -

You can add more packages to this list by opening the package source in the Package Editor and clicking - [Test Online].

+
+
+ +
+

Clicking the package links below will download and install the package into the Keyman app on this device.

+ + + +

You can add more packages to this list by opening the package source in the Package Editor and clicking + [Test Online].

+ +
diff --git a/windows/src/developer/TIKE/xml/kmw/test.css b/windows/src/developer/TIKE/xml/kmw/test.css new file mode 100644 index 0000000000..7feae12984 --- /dev/null +++ b/windows/src/developer/TIKE/xml/kmw/test.css @@ -0,0 +1,55 @@ + html, body { + margin: 0; + padding: 0; + } + + h2 { + font-family: sans-serif + } + + .install-link { + background: none repeat scroll 0 0 #CCCCCC; + border: 1px solid #444444; + border-radius: 4px; + box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); + display: inline-block; + color: #444444; + font-family: Sans-serif; + font-size: 10pt; + padding: 6px; + margin: 12px 2px 0 2px; + text-decoration: none; + } + + .header { + padding: 4px 8px; + background: #424248; + color: #f0f0ff; + } + + .header div { + display: inline-block; + } + + .header div h2 { + margin: 4px; + } + + .header div.float-right { + display: block; + position: absolute; + right: 0; + top: 0; + } + + .float-right a.install-link { + margin: 8px 8px 0 0 ; + } + + .clear { + clear: both; + } + + #content { + margin: 8px 16px; + }