Commit b4faed88 authored by Xiaowu Zhang's avatar Xiaowu Zhang

remove unuse space in page

parent 9daa6c3e
.ui-page{
// margin: 0;
width: 100%;
height: 100%;
// width: 100%;
// height: 100%;
// min-height : 123px;
// font-family: 'arial';
// background-color: #272822;
// color: #ddd;
......
<!DOCTYPE html>
<html manifest="audioPlayer.appcache">
<!--html manifest="audioPlayer.appcache"-->
<head>
<!-- renderjs -->
<script src="../<%= copy.rsvp.relative_dest %>" type="text/javascript"></script>
......@@ -14,26 +14,28 @@
<link rel="stylesheet" href="./audioplayer.css" media="screen" ></link>
</head>
<body>
<div class="nav" data-role="header" data-theme="b">
<h1>music player</h1>
<a data-icon="plus" href="#page=upload" >add</a>
<a data-icon="grid" href="#page=playlist" >playlist</a>
<div data-role="page" class="ui-page" >
<div class="nav" data-role="header" data-theme="b">
<h1>music player</h1>
<a data-icon="plus" href="#page=upload" >add</a>
<a data-icon="grid" href="#page=playlist" >playlist</a>
</div>
<div class="page">
</div>
<div class="offline" data-gadget-url="../audioplayer_bridge/index.html" data-gadget-scope="offline" >
</div>
<div class="localhost" data-gadget-url="../audioplayer_bridge/index.html" data-gadget-scope="localhost" >
</div>
<div class="online" data-gadget-url="../audioplayer_bridge/index.html" data-gadget-scope="online" >
</div>
<article class="gadget_container"></article>
</div>
<div class="page">
</div>
<div class="offline" data-gadget-url="../audioplayer_bridge/index.html" data-gadget-scope="offline" >
</div>
<div class="localhost" data-gadget-url="../audioplayer_bridge/index.html" data-gadget-scope="localhost" >
</div>
<div class="online" data-gadget-url="../audioplayer_bridge/index.html" data-gadget-scope="online" >
</div>
<article class="gadget_container"></article>
</body>
</html>
......@@ -55,7 +55,7 @@
</div>
<div data-role="fieldcontain">
<input type="range" class="filter" value="5000" max="10000" min="0">
<input type="range" class="filter" value="5000" max="20000" min="0">
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment