|
|
@@ -19,7 +19,7 @@
|
|
|
<div class="panel-left">
|
|
|
|
|
|
<div id="navbar">
|
|
|
- <button id="menu-btn" class="icon-menu"></button>
|
|
|
+ <button id="menu-btn" class="btn icon-menu"></button>
|
|
|
<a id="nav-back-home" href="/">Web Sandbox</a>
|
|
|
</div>
|
|
|
|
|
|
@@ -48,14 +48,14 @@
|
|
|
<div class="alert-box error">{{errorMessage}}</div>
|
|
|
{{/errorMessage}}
|
|
|
|
|
|
- <div style="border: 2px solid red">
|
|
|
+ <div class="details-div">
|
|
|
<section id="details-repo" class="inline-block" data-slug="{{path}}">
|
|
|
{{#repo}}
|
|
|
<strong>{{_.collection}} </strong><span>{{title}}</span>
|
|
|
{{/repo}}
|
|
|
</section>
|
|
|
<section id="add-repo" class="inline-block">
|
|
|
- <button class="add-btn h-collapsed fast in"><span class="icon-plus rounded"></span> {{_.add}}</button>
|
|
|
+ <button class="light-gray add-btn inline-block h-collapsed fast in"><span class="icon-plus rounded"></span> {{_.add}}</button>
|
|
|
<form id="add-repo-form" class="inline-block h-collapsed">
|
|
|
<input type="text" name="title" class="input-sm" value="" placeholder="{{_.collectionName}}" required />
|
|
|
<button type="button" class="icon-cross rounded"></button><!--
|