diff --git a/samples/appcache-features.html b/samples/appcache-features.html index 849d5d5..0e10ab5 100644 --- a/samples/appcache-features.html +++ b/samples/appcache-features.html @@ -29,6 +29,17 @@ .popup-table-textarea{ height: 17px; } + #button-div1{ + position: relative; + background: #000000; + color: #ffffff; + width: 100%; + height: 50px; + } + #img-offline-indicator{ + padding: 8px; + position: relative; float: right; + } +
+ +
\ No newline at end of file