* updated zui.

* ajusted style of 'doc/editlib'.
This commit is contained in:
Catouse
2014-05-05 09:39:51 +08:00
parent 12a026a0c9
commit e083bf99ad
3 changed files with 6 additions and 10 deletions
+5 -6
View File
@@ -22,16 +22,15 @@
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['doclib']);?></span>
<strong><small class='text-muted'><i class='icon icon-pencil'></i></small> <?php echo $lang->doc->editLib;?></strong>
<strong><?php echo $lang->doc->editLib;?></strong>
</div>
</div>
<div class='main'>
<form method='post' class='form-condensed'>
<div class='form-group'>
<label for="name"><?php echo $lang->doc->libName;?></label>
<?php echo html::input('name', $libName, "class='form-control'");?>
<form method='post' class='form-condensed' style='margin: 30px 50px'>
<div class='input-group'>
<?php echo html::input('name', $libName, "class='form-control' placeholder='{$lang->doc->libName}'");?>
<span class='input-group-btn'><?php echo html::submitButton();?></span>
</div>
<?php echo html::submitButton();?>
</form>
</div>
<?php endif;?>
-3
View File
@@ -570,9 +570,6 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;}
.loader {display: none}
.modal-loading .loader{position: absolute; display: block; text-align: center; font-size: 56px; color: #fff; top: 35%; width: 100%}
/* about dialog */
.modal .modal-about.modal-dialog {margin-top: 9%;}
/* Tree menu. */
.tree {padding: 0; margin: 0;}
.tree li,.tree ul {margin: 0; padding: 0; display: block; position: relative;}
File diff suppressed because one or more lines are too long