diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 4d8b4805..e99d45b2 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -51,7 +51,22 @@ body h2 { color:#444; } -a { color: #45b29d; } +a, .danger, .editable-empty, .editable-empty:hover { color: #45b29d; } + +.danger:hover { color: #23527c; } + +.btn-default a { color: #444; } + +.btn-default a:hover { + color: #45b29d; + text-decoration: None; +} + +.btn-default:hover { + color: #45b29d; +} + +.editable-click, a.editable-click, a.editable-click:hover { border-bottom: None; } .navigation .nav-head { text-transform: uppercase; @@ -63,6 +78,7 @@ a { color: #45b29d; } border-top: 1px solid #ccc; padding-top: 20px; } + .navigation li a { color: #444; text-decoration: none; diff --git a/cps/static/js/table.js b/cps/static/js/table.js index 879c80eb..1c7e6807 100644 --- a/cps/static/js/table.js +++ b/cps/static/js/table.js @@ -250,7 +250,7 @@ function RestrictionActions (value, row) { /* Function for deleting books */ function EbookActions (value, row) { return [ - "
", + "
", "", "
" ].join(""); diff --git a/cps/templates/admin.html b/cps/templates/admin.html index a21fae48..4d66a47a 100644 --- a/cps/templates/admin.html +++ b/cps/templates/admin.html @@ -155,8 +155,8 @@ -
{{_('Check for Update')}}
- +
{{_('Check for Update')}}
+
diff --git a/cps/templates/book_table.html b/cps/templates/book_table.html index 4e19c39b..fcede828 100644 --- a/cps/templates/book_table.html +++ b/cps/templates/book_table.html @@ -20,7 +20,9 @@ data-show-search-button="false" data-search-on-enter-key="true" data-checkbox-header="false" - data-maintain-meta-data="true"> + data-maintain-meta-data="true" + data-editable-emptytext=""> + @@ -34,7 +36,7 @@ Authors Tags Series - Series Index + Series Index Language Publishing Date Publishers diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 9014c8a5..956325a7 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -273,7 +273,7 @@ {% if g.user.role_edit() %} {% endif %} diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 34b98159..07659822 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -155,27 +155,26 @@ {% if pagination and (pagination.has_next or pagination.has_prev) %} {% endif %} -