diff --git a/.gitignore b/.gitignore index faf2637fa..142f97e36 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /src/main/webapp/WEB-INF/LocalDB /bin/ /src/main/webapp/WEB-INF/applicationPath.lock +/src/main/webapp/public/resources/themes/mdefault diff --git a/src/main/webapp/public/resources/admin_50b.png b/src/main/webapp/public/resources/admin_50b.png deleted file mode 100755 index 95b0cbd5a..000000000 Binary files a/src/main/webapp/public/resources/admin_50b.png and /dev/null differ diff --git a/src/main/webapp/public/resources/guest_50b.png b/src/main/webapp/public/resources/guest_50b.png deleted file mode 100755 index 0d8d932f4..000000000 Binary files a/src/main/webapp/public/resources/guest_50b.png and /dev/null differ diff --git a/src/main/webapp/public/resources/mobile_50b.png b/src/main/webapp/public/resources/mobile_50b.png deleted file mode 100755 index db966dac9..000000000 Binary files a/src/main/webapp/public/resources/mobile_50b.png and /dev/null differ diff --git a/src/main/webapp/public/resources/password_50b.png b/src/main/webapp/public/resources/password_50b.png deleted file mode 100755 index 990232d01..000000000 Binary files a/src/main/webapp/public/resources/password_50b.png and /dev/null differ diff --git a/src/main/webapp/public/resources/profile_50b.png b/src/main/webapp/public/resources/profile_50b.png deleted file mode 100755 index eaac1d506..000000000 Binary files a/src/main/webapp/public/resources/profile_50b.png and /dev/null differ diff --git a/src/main/webapp/public/resources/search_50.png b/src/main/webapp/public/resources/search_50.png deleted file mode 100755 index 77b6f974e..000000000 Binary files a/src/main/webapp/public/resources/search_50.png and /dev/null differ diff --git a/src/main/webapp/public/resources/search_50b.png b/src/main/webapp/public/resources/search_50b.png deleted file mode 100755 index f405b5ac6..000000000 Binary files a/src/main/webapp/public/resources/search_50b.png and /dev/null differ diff --git a/src/main/webapp/public/resources/security_50b.png b/src/main/webapp/public/resources/security_50b.png deleted file mode 100755 index c7e36dcfd..000000000 Binary files a/src/main/webapp/public/resources/security_50b.png and /dev/null differ diff --git a/src/main/webapp/public/resources/shortcut_50b.png b/src/main/webapp/public/resources/shortcut_50b.png deleted file mode 100755 index 5b918c23f..000000000 Binary files a/src/main/webapp/public/resources/shortcut_50b.png and /dev/null differ diff --git a/src/main/webapp/public/resources/style.css b/src/main/webapp/public/resources/style.css index 480ca021b..7c182bbbc 100644 --- a/src/main/webapp/public/resources/style.css +++ b/src/main/webapp/public/resources/style.css @@ -267,6 +267,10 @@ input[type=password]::-ms-reveal{display: none;} box-shadow: none; } +#centerbody.tile-centerbody > a { + display: inline-block; +} + .tile { position: relative; float: left; @@ -291,48 +295,49 @@ input[type=password]::-ms-reveal{display: none;} .tile-image { background: transparent none no-repeat scroll center center; + font: 40px FontAwesome; height: 50px; margin-bottom: 5px; } -.tile-image.password-image { - background-image: url("password_50b.png"); +.tile-image.password-image:before { + content: "\f084"; } -.tile-image.search-image { - background-image: url("search_50b.png"); +.tile-image.search-image:before { + content: "\f002"; } -.tile-image.security-image { - background-image: url("security_50b.png"); +.tile-image.security-image:before { + content: "\f0cb"; } -.tile-image.mobile-image { - background-image: url("mobile_50b.png"); +.tile-image.mobile-image:before { + content: "\f029"; } -.tile-image.profile-image { - background-image: url("profile_50b.png"); +.tile-image.profile-image:before { + content: "\f044"; } -.tile-image.shortcut-image { - background-image: url("shortcut_50b.png"); +.tile-image.shortcut-image:before { + content: "\f08e"; } -.tile-image.user-image { - background-image: url("user_50b.png"); +.tile-image.user-image:before { + content: "\f016"; } -.tile-image.support-image { - background-image: url("support_50b.png"); +.tile-image.support-image:before { + content: "\f007"; } -.tile-image.guest-image { - background-image: url("guest_50b.png"); +.tile-image.guest-image:before { + content: "\f0c0"; } -.tile-image .admin-image { - background-image: url("admin_50b.png"); +.tile-image.admin-image:before { + content: "\f0e4"; } .tile-title { diff --git a/src/main/webapp/public/resources/support_50b.png b/src/main/webapp/public/resources/support_50b.png deleted file mode 100755 index af495c8df..000000000 Binary files a/src/main/webapp/public/resources/support_50b.png and /dev/null differ diff --git a/src/main/webapp/public/resources/user_50b.png b/src/main/webapp/public/resources/user_50b.png deleted file mode 100755 index 5c700d7cd..000000000 Binary files a/src/main/webapp/public/resources/user_50b.png and /dev/null differ