diff --git a/runtime/splash.png b/runtime/splash.png index cb2cfac01..83fcbe76b 100755 Binary files a/runtime/splash.png and b/runtime/splash.png differ diff --git a/web/pgadmin/dashboard/static/img/welcome_logo.png b/web/pgadmin/dashboard/static/img/welcome_logo.png deleted file mode 100644 index f49cb91ab..000000000 Binary files a/web/pgadmin/dashboard/static/img/welcome_logo.png and /dev/null differ diff --git a/web/pgadmin/dashboard/static/img/welcome_logo.svg b/web/pgadmin/dashboard/static/img/welcome_logo.svg new file mode 100644 index 000000000..a90323cd7 --- /dev/null +++ b/web/pgadmin/dashboard/static/img/welcome_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/pgadmin/dashboard/static/scss/_dashboard.scss b/web/pgadmin/dashboard/static/scss/_dashboard.scss index f0505e4a9..eeac9c4f5 100644 --- a/web/pgadmin/dashboard/static/scss/_dashboard.scss +++ b/web/pgadmin/dashboard/static/scss/_dashboard.scss @@ -41,3 +41,8 @@ border-radius: $card-border-radius; border: $panel-border; } + +.dashboard-link a { + cursor: pointer; + color: $color-fg-theme; +} diff --git a/web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html b/web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html index 1401d8cd5..cf358ace2 100644 --- a/web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html +++ b/web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html @@ -5,8 +5,9 @@
+ {{ _('pgAdmin is an Open Source administration and management tool for the PostgreSQL database. It includes a graphical administration interface, an SQL query tool, a procedural code debugger and much more. The tool is designed to answer the needs of developers, DBAs and system administrators alike.') }} diff --git a/web/pgadmin/misc/file_manager/static/css/file_manager.css b/web/pgadmin/misc/file_manager/static/css/file_manager.css index 571e90e83..669bca71d 100644 --- a/web/pgadmin/misc/file_manager/static/css/file_manager.css +++ b/web/pgadmin/misc/file_manager/static/css/file_manager.css @@ -31,10 +31,6 @@ margin: 50px auto; } -.fm_file { - font-size: xx-large !important; -} - .file_manager h1 { font-size: medium; } @@ -72,7 +68,6 @@ x:-o-prefocus, .file-input-container {top:16px;width:198px;} } div.clip { - height: 30px; margin: 10px auto; overflow: hidden; } diff --git a/web/pgadmin/misc/file_manager/static/js/utility.js b/web/pgadmin/misc/file_manager/static/js/utility.js index 5e9eb2f08..2466b1481 100644 --- a/web/pgadmin/misc/file_manager/static/js/utility.js +++ b/web/pgadmin/misc/file_manager/static/js/utility.js @@ -264,7 +264,7 @@ define([ } if ($('.fileinfo').data('view') == 'grid') { - $('.fileinfo span[data-alt="' + oldPath + '"]').parent().next('p span').text(newName); + $('.fileinfo span[data-alt="' + oldPath + '"]').parent().next('div span').text(newName); $('.fileinfo span[data-alt="' + oldPath + '"]').attr('data-alt', newPath); } else { $('.fileinfo td[title="' + oldPath + '"]').text(newName); @@ -537,7 +537,7 @@ define([ } else if ((data[key]).file_type == 'drive') { class_type = 'fa fa-hdd-o fm_drive'; } else { - class_type = 'fa fa-file-text fm_file'; + class_type = 'fa fa-file-text-o fm_file_grid'; } var fm_filename = (data[key]).Filename; @@ -617,7 +617,7 @@ define([ icon_type = 'fa fa-hdd-o'; } else { class_type = 'tbl_file'; - icon_type = 'fa fa-file-text'; + icon_type = 'fa fa-file-text-o'; } result += '