Commit b4faed88 authored by Xiaowu Zhang's avatar Xiaowu Zhang

remove unuse space in page

parent 9daa6c3e
.ui-page{ .ui-page{
// margin: 0; // margin: 0;
width: 100%; // width: 100%;
height: 100%; // height: 100%;
// min-height : 123px;
// font-family: 'arial'; // font-family: 'arial';
// background-color: #272822; // background-color: #272822;
// color: #ddd; // color: #ddd;
......
<!DOCTYPE html> <!DOCTYPE html>
<html manifest="audioPlayer.appcache"> <!--html manifest="audioPlayer.appcache"-->
<head> <head>
<!-- renderjs --> <!-- renderjs -->
<script src="../<%= copy.rsvp.relative_dest %>" type="text/javascript"></script> <script src="../<%= copy.rsvp.relative_dest %>" type="text/javascript"></script>
...@@ -14,26 +14,28 @@ ...@@ -14,26 +14,28 @@
<link rel="stylesheet" href="./audioplayer.css" media="screen" ></link> <link rel="stylesheet" href="./audioplayer.css" media="screen" ></link>
</head> </head>
<body> <body>
<div class="nav" data-role="header" data-theme="b"> <div data-role="page" class="ui-page" >
<h1>music player</h1> <div class="nav" data-role="header" data-theme="b">
<a data-icon="plus" href="#page=upload" >add</a> <h1>music player</h1>
<a data-icon="grid" href="#page=playlist" >playlist</a> <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>
<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> </body>
</html> </html>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</div> </div>
<div data-role="fieldcontain"> <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>
</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