Explorar el Código

WIP: apply bootstrap theme

* create page
Yuki Takei hace 8 años
padre
commit
130e0bc5e6
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      lib/views/modal/create_page.html

+ 3 - 4
lib/views/modal/create_page.html

@@ -20,13 +20,13 @@
                 <input type="text" data-prefix="/{{ now|datetz('Y/m/d') }}/" class="page-today-input2 form-control" id="page-today-input2" name="" placeholder="{{ t('Input page name (optional)') }}">
               </div>
               <div class="col-xs-2">
-                <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f">{{ t('Create') }}</button>
+                <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f"><i class="icon-fw icon-doc"></i>{{ t('Create') }}</button>
               </div>
             </div>
           </fieldset>
         </form>
 
-        <form class="form-horizontal" id="create-page-under-tree" role="form">
+        <form class="form-horizontal m-t-15" id="create-page-under-tree" role="form">
           <fieldset>
             <legend>{{ t('Create under', parentPath(path)) }}</legend>
             <div class="row">
@@ -38,12 +38,11 @@
                 {% endif %}
               </div>
               <div class="col-xs-2">
-                <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f">{{ t('Create') }}</button>
+                <button type="submit" class="fcbtn btn btn-outline btn-rounded btn-primary btn-1f"><i class="icon-fw icon-doc"></i>{{ t('Create') }}</button>
               </div>
             </div>
           </fieldset>
         </form>
-        <hr>
 
       </div><!-- /.modal-body -->