OSDN Git Service

Add n5 landscape-13 device video frame and css.
authorDirk Dougherty <ddougherty@google.com>
Tue, 29 Oct 2013 23:25:00 +0000 (16:25 -0700)
committerDirk Dougherty <ddougherty@google.com>
Tue, 29 Oct 2013 23:25:00 +0000 (16:25 -0700)
Change-Id: I3b18782680e74bd8d4022e6701bfd61887101cf1

tools/droiddoc/templates-sdk/assets/css/default.css
tools/droiddoc/templates-sdk/assets/images/styles/device_nexus5_blank_land_span13.png [new file with mode: 0644]

index 36c3cc4..79a6c49 100644 (file)
@@ -875,6 +875,26 @@ scroll top left;
   height: 384px;
 }
 
+.framed-nexus5-land-span-13 {
+  background: transparent url(../images/styles/device_nexus5_blank_land_span13.png) no-repeat scroll top left;
+  padding: 36px 119px 54px 108px;
+  overflow: hidden;
+}
+
+.framed-nexus5-land-span-13,
+.framed-nexus5-land-span-13 video,
+.framed-nexus5-land-span-13 img {
+  width: 533px;
+  height: 300px;
+}
+
+.framed-nexus5-port-span-5,
+.framed-nexus5-port-span-5 video,
+.framed-nexus5-port-span-5 img {
+  width: 216px;
+  height: 384px;
+}
+
 /* landing page disclosures */
 .landing-page-link {
   text-decoration: none;
diff --git a/tools/droiddoc/templates-sdk/assets/images/styles/device_nexus5_blank_land_span13.png b/tools/droiddoc/templates-sdk/assets/images/styles/device_nexus5_blank_land_span13.png
new file mode 100644 (file)
index 0000000..5d37121
Binary files /dev/null and b/tools/droiddoc/templates-sdk/assets/images/styles/device_nexus5_blank_land_span13.png differ