From 006d86bebac60aaeebda5efda3d9d293c2c2d13d Mon Sep 17 00:00:00 2001 From: Catouse Date: Mon, 31 Oct 2016 09:57:10 +0800 Subject: [PATCH] * change UI of doc/browsetree view. --- module/doc/view/browsebymenu.html.php | 1 - module/doc/view/browsebytree.html.php | 40 +++++++++++++-------------- 2 files changed, 19 insertions(+), 22 deletions(-) diff --git a/module/doc/view/browsebymenu.html.php b/module/doc/view/browsebymenu.html.php index e8474b5904..c30c0dc5fa 100644 --- a/module/doc/view/browsebymenu.html.php +++ b/module/doc/view/browsebymenu.html.php @@ -3,7 +3,6 @@ #filesPanel a:hover, #filesPanel a:focus, #filesPanel a:active {color: #2e6dad} -#filesPanel a {color: #114f8e} #filesPanel .panel-footer {position: relative; padding: 5px; height: 40px} #filesPanel .panel-footer > a {display: block; float: left; padding: 5px; line-height: 20px;} #filesPanel .panel-footer > a:hover {background-color: #e5e5e5;} diff --git a/module/doc/view/browsebytree.html.php b/module/doc/view/browsebytree.html.php index 3a0c5c4dce..d80d159143 100644 --- a/module/doc/view/browsebytree.html.php +++ b/module/doc/view/browsebytree.html.php @@ -1,7 +1,11 @@
@@ -40,12 +48,12 @@
-
- doc->editLib, '', "class='btn btn-sm' data-toggle='modal' data-type='iframe' data-width='600px'");?> - doc->deleteLib, 'hiddenwin', "class='btn btn-sm'");?> - doc->manageType, '', "class='btn btn-sm'");?> - doc->removeMenu : $lang->doc->fixedMenu, "hiddenwin", "class='btn btn-sm'");?> -
+
+ doc->editLib, '', "class='btn btn-sm btn-link' data-toggle='modal' data-type='iframe' data-width='600px'");?> + doc->deleteLib, 'hiddenwin', "class='btn btn-sm btn-link'");?> + doc->manageType, '', "class='btn btn-sm btn-link'");?> + doc->removeMenu : $lang->doc->fixedMenu, "hiddenwin", "class='btn btn-sm btn-link'");?> +