summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-03 15:04:30 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-03 15:04:30 +0200
commit79b3558c6d6f76095a04bb32bed05dbb5493ca91 (patch)
tree2a31a2f700ef6171ad0d8b2fc3ec1c3b4060a523 /core
parent2b1a7a76c37239c4f515f701a686889a359f4567 (diff)
parent39982c2aea841658bd6dbc67db50b568a32c8608 (diff)
downloadnextcloud-server-79b3558c6d6f76095a04bb32bed05dbb5493ca91.tar.gz
nextcloud-server-79b3558c6d6f76095a04bb32bed05dbb5493ca91.zip
Merge pull request #7151 from owncloud/user-jquery
Continuing the New User management
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
-rw-r--r--core/js/js.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 692c76f552c..be42fedd912 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -309,7 +309,7 @@ input[type="submit"].enabled {
position: fixed;
top:45px;
right: 0;
- left: 0;
+ left:0;
height: 44px;
width: 100%;
padding: 0;
diff --git a/core/js/js.js b/core/js/js.js
index 7de4d078f3e..1c4fb98c60c 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1092,6 +1092,7 @@ function initCore() {
$('a.action.delete').tipsy({gravity:'e', fade:true, live:true});
$('a.action').tipsy({gravity:'s', fade:true, live:true});
$('td .modified').tipsy({gravity:'s', fade:true, live:true});
+ $('td.lastLogin').tipsy({gravity:'s', fade:true, html:true});
$('input').tipsy({gravity:'w', fade:true});
// toggle for menus