diff --git a/css/style.css b/css/style.css index 557cd2a..d213816 100644 --- a/css/style.css +++ b/css/style.css @@ -247,7 +247,7 @@ and (max-device-width : 480px) { background: #FFF; width: 591px; position: absolute; - height: 100%; + height: 100%; left: 0px; bottom: 0; } @@ -1092,7 +1092,7 @@ and (max-device-width : 480px) { /* Save */ #save-box { - height: 85px; + height: 150px; width: 181px; border: 1px #ccc solid; position: absolute; @@ -1161,6 +1161,13 @@ and (max-device-width : 480px) { color: #666; } +#save-box textarea { + border: 1px #ccc solid; + padding: 2px; + width: 180px; + color: #666; +} + #save-box .downloads li { margin-top: -4px; } @@ -1171,6 +1178,12 @@ and (max-device-width : 480px) { font-size: 75%; } +#save-box a { + color: #0E157F; + text-decoration: none; + font-size: 75%; +} + .tooltip { position: absolute; z-index: 1020; diff --git a/embed-preview.html b/embed-preview.html new file mode 100644 index 0000000..b640f46 --- /dev/null +++ b/embed-preview.html @@ -0,0 +1,18 @@ + + + + + + + +
+
+ + diff --git a/index.html b/index.html index 66dc629..a52ba2f 100644 --- a/index.html +++ b/index.html @@ -288,6 +288,9 @@

About Us

  • + + + View embed on test page.