small input help
better layout for mobile clients
This commit is contained in:
parent
672c6f88af
commit
cbb4b76cd4
3 changed files with 11 additions and 13 deletions
|
@ -11,14 +11,13 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="container theme-showcase" role="main">
|
||||
<h1 id="title">Tycker Administration</h1>
|
||||
|
||||
<?python
|
||||
import datetime
|
||||
now = datetime.datetime.now()
|
||||
?>
|
||||
|
||||
<div class="page-header"></div>
|
||||
<div class="page-header"><h1>Tycker Administration</h1></div>
|
||||
<ul class="nav nav-tabs">
|
||||
<li role="presentation" class="active"><a href="#">New entry</a></li>
|
||||
<li role="presentation"><a href="edit">All entries</a></li>
|
||||
|
@ -26,7 +25,7 @@
|
|||
</ul>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-8">
|
||||
<div class="col-xs-12 col-sm-8">
|
||||
<p> </p>
|
||||
<div id="timestamp">
|
||||
<form action="generate" method="GET">
|
||||
|
@ -51,7 +50,7 @@
|
|||
<p> </p>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-6 col-md-4">
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
<xi:include href="help.html" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue