From 310bc8d09c8dc2ba67e0f7b2dedaf95772f43042 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 9 Apr 2013 13:37:05 +0200 Subject: [PATCH] Better default icon for ModelAdmin Cogwheels doesn't really communicate its meaning well... New icon is from http://thenounproject.com/noun/database/#icon-No6001, doesn't require permanent attribution (CC0) --- admin/code/ModelAdmin.php | 2 + admin/css/ie7.css | 10 ++-- admin/css/screen.css | 54 +++++++++--------- admin/images/menu-icons/16x16-sb173d358c2.png | Bin 1479 -> 0 bytes admin/images/menu-icons/16x16-sf5b94bb49b.png | Bin 0 -> 1645 bytes admin/images/menu-icons/16x16/db.png | Bin 0 -> 301 bytes admin/images/menu-icons/24x24-s391afdd013.png | Bin 0 -> 2391 bytes admin/images/menu-icons/24x24-sedfac01ed1.png | Bin 2121 -> 0 bytes admin/images/menu-icons/24x24/db.png | Bin 0 -> 397 bytes 9 files changed, 34 insertions(+), 32 deletions(-) delete mode 100644 admin/images/menu-icons/16x16-sb173d358c2.png create mode 100644 admin/images/menu-icons/16x16-sf5b94bb49b.png create mode 100644 admin/images/menu-icons/16x16/db.png create mode 100644 admin/images/menu-icons/24x24-s391afdd013.png delete mode 100644 admin/images/menu-icons/24x24-sedfac01ed1.png create mode 100644 admin/images/menu-icons/24x24/db.png diff --git a/admin/code/ModelAdmin.php b/admin/code/ModelAdmin.php index 5aa4f2e2c..065e04dee 100644 --- a/admin/code/ModelAdmin.php +++ b/admin/code/ModelAdmin.php @@ -62,6 +62,8 @@ abstract class ModelAdmin extends LeftAndMain { * @var float */ private static $menu_priority = -0.5; + + private static $menu_icon = 'framework/admin/images/menu-icons/16x16/db.png'; private static $allowed_actions = array( 'ImportForm', diff --git a/admin/css/ie7.css b/admin/css/ie7.css index c2a16e319..0375b8db6 100644 --- a/admin/css/ie7.css +++ b/admin/css/ie7.css @@ -107,23 +107,23 @@ fieldset.switch-states .switch input.state-name { margin-left: -20px; } .ui-state-default .btn-icon-unpublish_disabled, .ui-widget-content .btn-icon-unpublish_disabled { background-position: 0 -176px; } .icon { text-indent: -9999px; border: none; outline: none; } -.icon.icon-24 { width: 24px; height: 24px; background: url('../images/menu-icons/24x24-sedfac01ed1.png'); } +.icon.icon-24 { width: 24px; height: 24px; background: url('../images/menu-icons/24x24-s391afdd013.png'); } .icon.icon-24.icon-assetadmin { background-position: 0 -120px; } .icon.icon-24.icon-cmsmain { background-position: 0 -48px; } -.icon.icon-24.icon-cmspagescontroller { background-position: 0 -192px; } +.icon.icon-24.icon-cmspagescontroller { background-position: 0 -216px; } .icon.icon-24.icon-cmssettingscontroller { background-position: 0 0; } .icon.icon-24.icon-securityadmin { background-position: 0 -24px; } .icon.icon-24.icon-reportadmin { background-position: 0 -72px; } -.icon.icon-24.icon-commentadmin { background-position: 0 -168px; } +.icon.icon-24.icon-commentadmin { background-position: 0 -192px; } .icon.icon-24.icon-help { background-position: 0 -96px; } -.icon.icon-16 { width: 16px; height: 16px; background: url('../images/menu-icons/16x16-sb173d358c2.png'); } +.icon.icon-16 { width: 16px; height: 16px; background: url('../images/menu-icons/16x16-sf5b94bb49b.png'); } .icon.icon-16.icon-assetadmin { background-position: 0 -80px; } .icon.icon-16.icon-cmsmain { background-position: 0 -16px; } .icon.icon-16.icon-cmspagescontroller { background-position: 0 -112px; } .icon.icon-16.icon-cmssettingscontroller { background-position: 0 0; } .icon.icon-16.icon-securityadmin { background-position: 0 -48px; } .icon.icon-16.icon-reportadmin { background-position: 0 -32px; } -.icon.icon-16.icon-commentadmin { background-position: 0 -128px; } +.icon.icon-16.icon-commentadmin { background-position: 0 -144px; } .icon.icon-16.icon-help { background-position: 0 -64px; } html { overflow: hidden; } diff --git a/admin/css/screen.css b/admin/css/screen.css index 954b63dc4..1ef9ea11c 100644 --- a/admin/css/screen.css +++ b/admin/css/screen.css @@ -90,23 +90,23 @@ Used in side panels and action tabs .ui-state-default .btn-icon-unpublish_disabled, .ui-widget-content .btn-icon-unpublish_disabled { background-position: 0 -176px; } .icon { text-indent: -9999px; border: none; outline: none; } -.icon.icon-24 { width: 24px; height: 24px; background: url('../images/menu-icons/24x24-sedfac01ed1.png'); } +.icon.icon-24 { width: 24px; height: 24px; background: url('../images/menu-icons/24x24-s391afdd013.png'); } .icon.icon-24.icon-assetadmin { background-position: 0 -120px; } .icon.icon-24.icon-cmsmain { background-position: 0 -48px; } -.icon.icon-24.icon-cmspagescontroller { background-position: 0 -192px; } +.icon.icon-24.icon-cmspagescontroller { background-position: 0 -216px; } .icon.icon-24.icon-cmssettingscontroller { background-position: 0 0; } .icon.icon-24.icon-securityadmin { background-position: 0 -24px; } .icon.icon-24.icon-reportadmin { background-position: 0 -72px; } -.icon.icon-24.icon-commentadmin { background-position: 0 -168px; } +.icon.icon-24.icon-commentadmin { background-position: 0 -192px; } .icon.icon-24.icon-help { background-position: 0 -96px; } -.icon.icon-16 { width: 16px; height: 16px; background: url('../images/menu-icons/16x16-sb173d358c2.png'); } +.icon.icon-16 { width: 16px; height: 16px; background: url('../images/menu-icons/16x16-sf5b94bb49b.png'); } .icon.icon-16.icon-assetadmin { background-position: 0 -80px; } .icon.icon-16.icon-cmsmain { background-position: 0 -16px; } .icon.icon-16.icon-cmspagescontroller { background-position: 0 -112px; } .icon.icon-16.icon-cmssettingscontroller { background-position: 0 0; } .icon.icon-16.icon-securityadmin { background-position: 0 -48px; } .icon.icon-16.icon-reportadmin { background-position: 0 -32px; } -.icon.icon-16.icon-commentadmin { background-position: 0 -128px; } +.icon.icon-16.icon-commentadmin { background-position: 0 -144px; } .icon.icon-16.icon-help { background-position: 0 -64px; } /** ----------------------------- CMS Components ------------------------------ */ @@ -120,7 +120,7 @@ body, html { font-size: 12px; line-height: 16px; font-family: Arial, sans-serif; .cms h5 { font-size: 12px; } .cms p { line-height: 16px; margin-bottom: 16px; } .cms em { font-style: italic; } -.cms code { font-family: "Bitstream Vera Sans Mono", "Courier", monospace; } +.cms code { font-family: 'Bitstream Vera Sans Mono','Courier', monospace; } /** This file defines CMS-specific customizations to the jQuery UI theme. Every rule should contain ONLY overwritten jQuery UI rules (with 'ui-' prefix). This file should be fairly short, as we're using our own custom jQuery UI theme already. TODO Add theme reference Use _style.scss to add more generic style information, and read the jQuery UI theming API: http://jqueryui.com/docs/Theming/API */ .ui-widget-content, .ui-widget { color: #444444; font-size: 12px; font-family: Arial, sans-serif; border: 0; } @@ -431,7 +431,7 @@ body.cms { overflow: hidden; } .cms-content-actions, .cms-preview-controls { margin: 0; padding: 12px 12px; z-index: 0; border-top: 1px solid #cacacc; -webkit-box-shadow: 1px 0 0 #eceff1, rgba(248, 248, 248, 0.9) 0 1px 0px inset, rgba(201, 205, 206, 0.8) 0 0 1px; -moz-box-shadow: 1px 0 0 #eceff1, rgba(248, 248, 248, 0.9) 0 1px 0px inset, rgba(201, 205, 206, 0.8) 0 0 1px; box-shadow: 1px 0 0 #eceff1, rgba(248, 248, 248, 0.9) 0 1px 0px inset, rgba(201, 205, 206, 0.8) 0 0 1px; height: 28px; background-color: #eceff1; } /** -------------------------------------------- Messages -------------------------------------------- */ -.message { display: block; clear: both; margin: 8px 0; padding: 10px 12px; font-weight: normal; border: 1px #cccccc solid; background: #fff; background: rgba(255, 255, 255, 0.5); text-shadow: none; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -ms-border-radius: 3px 3px 3px 3px; -o-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; } +.message { display: block; clear: both; margin: 8px 0; padding: 10px 12px; font-weight: normal; border: 1px #ccc solid; background: #fff; background: rgba(255, 255, 255, 0.5); text-shadow: none; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -ms-border-radius: 3px 3px 3px 3px; -o-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; } .message.notice { background-color: #f0f8fc; border-color: #93cde8; } .message.warning { background-color: #fefbde; border-color: #e9d104; } .message.error, .message.bad, .message.required, .message.validation { background-color: #fae8e9; border-color: #e68288; } @@ -515,7 +515,7 @@ body.cms { overflow: hidden; } /** CMS Batch actions */ .cms-content-batchactions { float: left; position: relative; display: block; } -.cms-content-batchactions .view-mode-batchactions-wrapper { height: 18px; float: left; padding: 4px 6px; border: 1px solid #aaaaaa; margin-bottom: 8px; background-color: #D9D9D9; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9)); background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9); background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9); background-image: -o-linear-gradient(top, #ffffff, #d9d9d9); background-image: linear-gradient(top, #ffffff, #d9d9d9); border-top-left-radius: 4px; border-bottom-left-radius: 4px; } +.cms-content-batchactions .view-mode-batchactions-wrapper { height: 18px; float: left; padding: 4px 6px; border: 1px solid #aaa; margin-bottom: 8px; background-color: #D9D9D9; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9)); background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9); background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9); background-image: -o-linear-gradient(top, #ffffff, #d9d9d9); background-image: linear-gradient(top, #ffffff, #d9d9d9); border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .cms-content-batchactions .view-mode-batchactions-wrapper input { vertical-align: middle; } .cms-content-batchactions .view-mode-batchactions-wrapper label { vertical-align: middle; display: none; } .cms-content-batchactions .view-mode-batchactions-wrapper fieldset, .cms-content-batchactions .view-mode-batchactions-wrapper .Actions { display: inline-block; } @@ -544,9 +544,9 @@ form.member-profile-form #FavouritePageID { margin-top: 8px; } form.member-profile-form #CsvFile .middleColumn { background: none !important; } form.member-profile-form .advanced h4 { margin-bottom: .5em; } form.member-profile-form .Actions { text-align: left; border: 0; } -form.member-profile-form input.customFormat { width: 80px; border: 1px solid #cccccc !important; padding: 3px; display: inline-block; margin-left: 1em; } +form.member-profile-form input.customFormat { width: 80px; border: 1px solid #ccc !important; padding: 3px; display: inline-block; margin-left: 1em; } form.member-profile-form .formattingHelpToggle { display: block; font-size: 11px; } -form.member-profile-form .formattingHelpText { margin: 5px 0 0 -5px; color: #333; padding: 5px 10px; background: #fff; border: 1px solid #cccccc; } +form.member-profile-form .formattingHelpText { margin: 5px 0 0 -5px; color: #333; padding: 5px 10px; background: #fff; border: 1px solid #ccc; } form.member-profile-form .formattingHelpText ul { padding: 0; } form.member-profile-form .formattingHelpText li { font-size: 11px; color: #333; margin-bottom: 2px; padding-bottom: 0; float: none; width: auto; } form.member-profile-form #Groups .middleColumn { margin-left: 0; width: 100%; } @@ -556,7 +556,7 @@ form.member-profile-form #Permissions .optionset li { float: none; width: auto; .memberdatetimeoptionset .description { font-style: normal; } .memberdatetimeoptionset .toggle { font-size: 11px; } -.cms .cms-content { border-right: 1px solid #bbbbbb; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; background: #eceff1; width: 800px; z-index: 40; } +.cms .cms-content { border-right: 1px solid #BBB; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; background: #eceff1; width: 800px; z-index: 40; } .cms .cms-content-fields { overflow-y: auto; overflow-x: auto; background: #e6eaed; width: 100%; } .cms .cms-content-fields #Root_Main .confirmedpassword { border-bottom: none; box-shadow: none; } .cms .cms-content-fields #Root_Main .customFormat { max-width: 80px; } @@ -608,7 +608,7 @@ form.member-profile-form #Permissions .optionset li { float: none; width: auto; .cms .ui-dialog .htmleditorfield-dialog { min-width: 570px; } .cms .ui-dialog .ss-ui-dialog.ui-dialog-content { padding-top: 0px; } -.ui-dialog { background: url("../images/textures/bg_cms_main_content.png") repeat left top #f0f3f4; border: 3px solid black !important; border-radius: 8px; overflow: visible; padding: 0; } +.ui-dialog { background: url("../images/textures/bg_cms_main_content.png") repeat left top #f0f3f4; border: 3px solid #000 !important; border-radius: 8px; overflow: visible; padding: 0; } .ui-dialog .ui-dialog-titlebar.ui-widget-header { font-size: 14px; padding: 0; border: none; background-color: transparent; background-image: url(../images/textures/cms_content_header.png); background-repeat: repeat; -webkit-box-shadow: rgba(107, 120, 123, 0.5) 0 0 4px inset; -moz-box-shadow: rgba(107, 120, 123, 0.5) 0 0 4px inset; box-shadow: rgba(107, 120, 123, 0.5) 0 0 4px inset; } .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title { position: absolute; } .ui-dialog .cms-dialog-content { background: url("../images/textures/bg_cms_main_content.png") repeat left top #f0f3f4; padding-bottom: 8px; padding-top: 0px; } @@ -723,7 +723,7 @@ form.import-form label.left { width: 250px; } .cms .jstree li.disabled > a, .TreeDropdownField .treedropdownfield-panel .jstree li.disabled > a { color: #aaaaaa; } .cms .jstree li > .jstree-icon, .TreeDropdownField .treedropdownfield-panel .jstree li > .jstree-icon { cursor: pointer; } .cms .jstree ins, .TreeDropdownField .treedropdownfield-panel .jstree ins { display: inline-block; text-decoration: none; width: 18px; height: 18px; margin: 0 0 0 0; padding: 0; float: left; } -.cms .jstree a, .TreeDropdownField .treedropdownfield-panel .jstree a { display: inline-block; line-height: 16px; height: 16px; color: black; white-space: nowrap; text-decoration: none; padding: 1px 2px; margin: 0; border: 1px solid white; } +.cms .jstree a, .TreeDropdownField .treedropdownfield-panel .jstree a { display: inline-block; line-height: 16px; height: 16px; color: black; white-space: nowrap; text-decoration: none; padding: 1px 2px; margin: 0; border: 1px solid #fff; } .cms .jstree a:focus, .cms .jstree a:active, .cms .jstree a:hover, .TreeDropdownField .treedropdownfield-panel .jstree a:focus, .TreeDropdownField .treedropdownfield-panel .jstree a:active, .TreeDropdownField .treedropdownfield-panel .jstree a:hover { outline: none; text-decoration: none; cursor: pointer; text-shadow: none; } .cms .jstree a > ins, .TreeDropdownField .treedropdownfield-panel .jstree a > ins { height: 16px; width: 16px; } .cms .jstree a > ins.jstree-checkbox, .TreeDropdownField .treedropdownfield-panel .jstree a > ins.jstree-checkbox { height: 19px; } @@ -753,10 +753,10 @@ form.import-form label.left { width: 250px; } .cms .jstree-themeroller .jstree-no-icon, .TreeDropdownField .treedropdownfield-panel .jstree-themeroller .jstree-no-icon { display: none; } .cms #jstree-marker, .cms .TreeDropdownField .treedropdownfield-panel #jstree-marker, .TreeDropdownField .treedropdownfield-panel .cms #jstree-marker, .cms #jstree-marker-line, .cms .TreeDropdownField .treedropdownfield-panel #jstree-marker-line, .TreeDropdownField .treedropdownfield-panel .cms #jstree-marker-line, .TreeDropdownField .treedropdownfield-panel .cms #jstree-marker, .cms .TreeDropdownField .treedropdownfield-panel #jstree-marker, .TreeDropdownField .treedropdownfield-panel #jstree-marker, .TreeDropdownField .treedropdownfield-panel .cms #jstree-marker-line, .cms .TreeDropdownField .treedropdownfield-panel #jstree-marker-line, .TreeDropdownField .treedropdownfield-panel #jstree-marker-line { padding: 0; margin: 0; overflow: hidden; position: absolute; top: -30px; background-repeat: no-repeat; display: none; } .cms #jstree-marker, .TreeDropdownField .treedropdownfield-panel #jstree-marker { line-height: 10px; font-size: 12px; height: 12px; width: 8px; z-index: 10001; background-color: transparent; text-shadow: 1px 1px 1px white; color: black; } -.cms #jstree-marker-line, .TreeDropdownField .treedropdownfield-panel #jstree-marker-line { line-height: 0%; font-size: 1px; height: 1px; width: 100px; z-index: 10000; background-color: #456c43; cursor: pointer; border: 1px solid #eeeeee; border-left: 0; -moz-box-shadow: 0px 0px 2px #666666; -webkit-box-shadow: 0px 0px 2px #666666; box-shadow: 0px 0px 2px #666666; -moz-border-radius: 1px; border-radius: 1px; -webkit-border-radius: 1px; } +.cms #jstree-marker-line, .TreeDropdownField .treedropdownfield-panel #jstree-marker-line { line-height: 0%; font-size: 1px; height: 1px; width: 100px; z-index: 10000; background-color: #456c43; cursor: pointer; border: 1px solid #eeeeee; border-left: 0; -moz-box-shadow: 0px 0px 2px #666; -webkit-box-shadow: 0px 0px 2px #666; box-shadow: 0px 0px 2px #666; -moz-border-radius: 1px; border-radius: 1px; -webkit-border-radius: 1px; } .cms #vakata-contextmenu, .TreeDropdownField .treedropdownfield-panel #vakata-contextmenu { display: block; visibility: hidden; left: 0; top: -200px; position: absolute; margin: 0; padding: 0; min-width: 180px; background: #FFF; border: 1px solid silver; z-index: 10000; *width: 180px; -webkit-box-shadow: 0 0 10px #cccccc; -moz-box-shadow: 0 0 10px #cccccc; box-shadow: 0 0 10px #cccccc; } -.cms #vakata-contextmenu::before, .TreeDropdownField .treedropdownfield-panel #vakata-contextmenu::before { content: ""; display: block; /* reduce the damage in FF3.0 */ position: absolute; top: -10px; left: 24px; width: 0; border-width: 0 6px 10px 6px; border-color: white transparent; border-style: solid; z-index: 10000; } -.cms #vakata-contextmenu::after, .TreeDropdownField .treedropdownfield-panel #vakata-contextmenu::after { content: ""; display: block; /* reduce the damage in FF3.0 */ position: absolute; top: -11px; left: 23px; width: 0; border-width: 0 7px 11px 7px; border-color: #cccccc transparent; border-style: solid; } +.cms #vakata-contextmenu::before, .TreeDropdownField .treedropdownfield-panel #vakata-contextmenu::before { content: ""; display: block; /* reduce the damage in FF3.0 */ position: absolute; top: -10px; left: 24px; width: 0; border-width: 0 6px 10px 6px; border-color: #FFF transparent; border-style: solid; z-index: 10000; } +.cms #vakata-contextmenu::after, .TreeDropdownField .treedropdownfield-panel #vakata-contextmenu::after { content: ""; display: block; /* reduce the damage in FF3.0 */ position: absolute; top: -11px; left: 23px; width: 0; border-width: 0 7px 11px 7px; border-color: #CCC transparent; border-style: solid; } .cms #vakata-contextmenu ul, .TreeDropdownField .treedropdownfield-panel #vakata-contextmenu ul { min-width: 180px; *width: 180px; } .cms #vakata-contextmenu ul, .cms #vakata-contextmenu li, .TreeDropdownField .treedropdownfield-panel #vakata-contextmenu ul, .TreeDropdownField .treedropdownfield-panel #vakata-contextmenu li { margin: 0; padding: 0; list-style-type: none; display: block; } .cms #vakata-contextmenu li, .TreeDropdownField .treedropdownfield-panel #vakata-contextmenu li { line-height: 20px; min-height: 23px; position: relative; padding: 0px; } @@ -790,13 +790,13 @@ form.import-form label.left { width: 250px; } .tree-holder.jstree-apple a, .tree-holder.jstree-apple a:link, .cms-tree.jstree-apple a, .cms-tree.jstree-apple a:link { color: #0073c1; padding: 3px 6px 3px 3px; border: none; display: inline-block; margin-right: 5px; } .tree-holder.jstree-apple ins, .cms-tree.jstree-apple ins { background-color: transparent; background-image: url(../images/sitetree_ss_default_icons.png); } .tree-holder.jstree-apple span.badge, .cms-tree.jstree-apple span.badge { clear: both; text-transform: uppercase; display: inline-block; padding: 0px 3px; font-size: 0.75em; line-height: 1em; margin-left: 3px; margin-right: 6px; margin-top: -1px; -webkit-border-radius: 2px 2px; -moz-border-radius: 2px / 2px; border-radius: 2px / 2px; } -.tree-holder.jstree-apple span.badge.modified, .tree-holder.jstree-apple span.badge.addedtodraft, .cms-tree.jstree-apple span.badge.modified, .cms-tree.jstree-apple span.badge.addedtodraft { color: #7E7470; border: 1px solid #c9b800; background-color: #FFF0BC; } -.tree-holder.jstree-apple span.badge.deletedonlive, .tree-holder.jstree-apple span.badge.removedfromdraft, .cms-tree.jstree-apple span.badge.deletedonlive, .cms-tree.jstree-apple span.badge.removedfromdraft { color: #636363; border: 1px solid #e49393; background-color: #F2DADB; } -.tree-holder.jstree-apple span.badge.workflow-approval, .cms-tree.jstree-apple span.badge.workflow-approval { color: #56660C; border: 1px solid #7c8816; background-color: #DAE79A; } -.tree-holder.jstree-apple span.comment-count, .cms-tree.jstree-apple span.comment-count { clear: both; position: relative; text-transform: uppercase; display: inline-block; overflow: visible; padding: 0px 3px; font-size: 0.75em; line-height: 1em; margin-left: 3px; margin-right: 6px; -webkit-border-radius: 2px 2px; -moz-border-radius: 2px / 2px; border-radius: 2px / 2px; color: #7E7470; border: 1px solid #c9b800; background-color: #FFF0BC; } +.tree-holder.jstree-apple span.badge.modified, .tree-holder.jstree-apple span.badge.addedtodraft, .cms-tree.jstree-apple span.badge.modified, .cms-tree.jstree-apple span.badge.addedtodraft { color: #7E7470; border: 1px solid #C9B800; background-color: #FFF0BC; } +.tree-holder.jstree-apple span.badge.deletedonlive, .tree-holder.jstree-apple span.badge.removedfromdraft, .cms-tree.jstree-apple span.badge.deletedonlive, .cms-tree.jstree-apple span.badge.removedfromdraft { color: #636363; border: 1px solid #E49393; background-color: #F2DADB; } +.tree-holder.jstree-apple span.badge.workflow-approval, .cms-tree.jstree-apple span.badge.workflow-approval { color: #56660C; border: 1px solid #7C8816; background-color: #DAE79A; } +.tree-holder.jstree-apple span.comment-count, .cms-tree.jstree-apple span.comment-count { clear: both; position: relative; text-transform: uppercase; display: inline-block; overflow: visible; padding: 0px 3px; font-size: 0.75em; line-height: 1em; margin-left: 3px; margin-right: 6px; -webkit-border-radius: 2px 2px; -moz-border-radius: 2px / 2px; border-radius: 2px / 2px; color: #7E7470; border: 1px solid #C9B800; background-color: #FFF0BC; } .tree-holder.jstree-apple span.comment-count span.comment-count:before, .tree-holder.jstree-apple span.comment-count .cms-tree.jstree-apple span.comment-count:before, .cms-tree.jstree-apple .tree-holder.jstree-apple span.comment-count span.comment-count:before, .tree-holder.jstree-apple span.comment-count span.comment-count:after, .tree-holder.jstree-apple span.comment-count .cms-tree.jstree-apple span.comment-count:after, .cms-tree.jstree-apple .tree-holder.jstree-apple span.comment-count span.comment-count:after, .cms-tree.jstree-apple span.comment-count .tree-holder.jstree-apple span.comment-count:before, .tree-holder.jstree-apple .cms-tree.jstree-apple span.comment-count span.comment-count:before, .cms-tree.jstree-apple span.comment-count span.comment-count:before, .cms-tree.jstree-apple span.comment-count .tree-holder.jstree-apple span.comment-count:after, .tree-holder.jstree-apple .cms-tree.jstree-apple span.comment-count span.comment-count:after, .cms-tree.jstree-apple span.comment-count span.comment-count:after { content: ""; position: absolute; border-style: solid; /* reduce the damage in FF3.0 */ display: block; width: 0; } -.tree-holder.jstree-apple span.comment-count:before, .cms-tree.jstree-apple span.comment-count:before { bottom: -4px; /* value = - border-top-width - border-bottom-width */ left: 3px; /* controls horizontal position */ border-width: 4px 4px 0; border-color: #c9b800 transparent; } -.tree-holder.jstree-apple span.comment-count:after, .cms-tree.jstree-apple span.comment-count:after { bottom: -3px; /* value = - border-top-width - border-bottom-width */ left: 4px; /* value = (:before left) + (:before border-left) - (:after border-left) */ border-width: 3px 3px 0; border-color: #fff0bc transparent; } +.tree-holder.jstree-apple span.comment-count:before, .cms-tree.jstree-apple span.comment-count:before { bottom: -4px; /* value = - border-top-width - border-bottom-width */ left: 3px; /* controls horizontal position */ border-width: 4px 4px 0; border-color: #C9B800 transparent; } +.tree-holder.jstree-apple span.comment-count:after, .cms-tree.jstree-apple span.comment-count:after { bottom: -3px; /* value = - border-top-width - border-bottom-width */ left: 4px; /* value = (:before left) + (:before border-left) - (:after border-left) */ border-width: 3px 3px 0; border-color: #FFF0BC transparent; } .tree-holder.jstree-apple .jstree-hovered, .cms-tree.jstree-apple .jstree-hovered { text-shadow: none; text-decoration: none; } .tree-holder.jstree-apple .jstree-closed > ins, .cms-tree.jstree-apple .jstree-closed > ins { background-position: 0 0; } .tree-holder.jstree-apple .jstree-open > ins, .cms-tree.jstree-apple .jstree-open > ins { background-position: -20px 0; } @@ -898,10 +898,10 @@ li.class-ErrorPage > a a .jstree-pageicon { background-position: 0 -112px; } .cms-content-controls .preview-selector .chzn-drop .chzn-results { width: 135px; } .cms-content-controls .preview-selector .chzn-drop .chzn-results .result-selected { background: #eceff1; } .cms-content-controls .preview-selector .chzn-container { width: auto !important; } -.cms-content-controls .preview-selector .chzn-container.chzn-with-rise .chzn-drop { padding: 0; border-bottom: 1px solid #aaaaaa; margin-top: -5px; width: auto !important; } +.cms-content-controls .preview-selector .chzn-container.chzn-with-rise .chzn-drop { padding: 0; border-bottom: 1px solid #aaa; margin-top: -5px; width: auto !important; } .cms-content-controls .preview-selector .chzn-container.chzn-with-rise .chzn-drop .chzn-search { display: none; } .cms-content-controls .preview-selector .chzn-container.chzn-with-rise .chzn-drop ul { padding: 0; margin: 0; } -.cms-content-controls .preview-selector .chzn-container.chzn-with-rise .chzn-drop ul li { font-size: 12px; line-height: 16px; padding: 7px 16px 7px 6px; color: #0073c1; border-bottom: 1px solid #dddddd; background-color: #FFF; /* Description styling */ } +.cms-content-controls .preview-selector .chzn-container.chzn-with-rise .chzn-drop ul li { font-size: 12px; line-height: 16px; padding: 7px 16px 7px 6px; color: #0073c1; border-bottom: 1px solid #DDD; background-color: #FFF; /* Description styling */ } .cms-content-controls .preview-selector .chzn-container.chzn-with-rise .chzn-drop ul li:before { margin-right: 2px; } .cms-content-controls .preview-selector .chzn-container.chzn-with-rise .chzn-drop ul li.description { padding-top: 5px; padding-bottom: 5px; } .cms-content-controls .preview-selector .chzn-container.chzn-with-rise .chzn-drop ul li.description:before { margin-top: 5px; } @@ -923,7 +923,7 @@ li.class-ErrorPage > a a .jstree-pageicon { background-position: 0 -112px; } /* Styling for the preview screen sizes */ .cms-preview { background-color: #eceff1; height: 100%; width: 100%; } .cms-preview .cms-preview-overlay { width: 100%; height: 100%; } -.cms-preview .preview-note { color: #CDD7DC; display: block; font-size: 22px; font-weight: bold; height: 82px; margin-top: -50px; margin-left: -150px; /* half of width */ position: absolute; text-align: center; text-shadow: 0 1px 0 white; top: 50%; left: 50%; width: 300px; } +.cms-preview .preview-note { color: #CDD7DC; display: block; font-size: 22px; font-weight: bold; height: 82px; margin-top: -50px; margin-left: -150px; /* half of width */ position: absolute; text-align: center; text-shadow: 0 1px 0 #fff; top: 50%; left: 50%; width: 300px; } .cms-preview .preview-note span { background: url('../images/sprites-64x64-s88957ee578.png') 0 0 no-repeat; display: block; height: 41px; margin: 0 auto 20px; width: 50px; } .cms-preview .preview-scroll { height: 100%; overflow: auto; position: relative; width: 100%; } .cms-preview .preview-scroll .preview-device-outer { height: 100%; width: 100%; } @@ -968,7 +968,7 @@ visible. Added and removed with js in TabSet.js */ /*************************** .cms .ss-ui-action-tabset.multi { /* Style the tab panels */ } .cms .ss-ui-action-tabset.multi ul.ui-tabs-nav { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; overflow: hidden; *zoom: 1; border: 1px solid #b3b3b3; float: left; overflow: visible; padding: 0; } .cms .ss-ui-action-tabset.multi ul.ui-tabs-nav:active { outline: none; box-shadow: none; -webkit-box-shadow: none; } -.cms .ss-ui-action-tabset.multi ul.ui-tabs-nav li { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d9d9d9)); background-image: -webkit-linear-gradient(top, #f8f8f8, #d9d9d9); background-image: -moz-linear-gradient(top, #f8f8f8, #d9d9d9); background-image: -o-linear-gradient(top, #f8f8f8, #d9d9d9); background-image: linear-gradient(top, #f8f8f8, #d9d9d9); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; background: #eaeaea; border: none; border-right: 1px solid #eeeeee; border-left: 1px solid #b3b3b3; margin: 0; overflow: visible; min-width: 110px; } +.cms .ss-ui-action-tabset.multi ul.ui-tabs-nav li { background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d9d9d9)); background-image: -webkit-linear-gradient(top, #f8f8f8, #d9d9d9); background-image: -moz-linear-gradient(top, #f8f8f8, #d9d9d9); background-image: -o-linear-gradient(top, #f8f8f8, #d9d9d9); background-image: linear-gradient(top, #f8f8f8, #d9d9d9); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; background: #eaeaea; border: none; border-right: 1px solid #eee; border-left: 1px solid #b3b3b3; margin: 0; overflow: visible; min-width: 110px; } .cms .ss-ui-action-tabset.multi ul.ui-tabs-nav li:active { outline: none; box-shadow: none; -webkit-box-shadow: none; } .cms .ss-ui-action-tabset.multi ul.ui-tabs-nav li.ui-state-active { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; background: #f8f8f8; border-bottom: none !important; } .cms .ss-ui-action-tabset.multi ul.ui-tabs-nav li.ui-state-active a { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; } @@ -1036,7 +1036,7 @@ visible. Added and removed with js in TabSet.js */ /*************************** .cms .ss-ui-action-tabset.action-menus.ss-tabset ul.ui-tabs-nav li a:hover:after { background: url('../images/sprites-32x32-sf6890c994e.png') 0 -1163px no-repeat; } .cms .ss-ui-action-tabset.action-menus.ss-tabset ul.ui-tabs-nav li.ui-state-active a:after { background: url('../images/sprites-32x32-sf6890c994e.png') 0 -1215px no-repeat; } .cms .ss-ui-action-tabset.action-menus.ss-tabset ul.ui-tabs-nav li.ui-state-active a:hover:after { background: url('../images/sprites-32x32-sf6890c994e.png') 0 -1137px no-repeat; } -.cms .ss-ui-action-tabset.action-menus.ss-tabset .ui-tabs-panel { overflow: hidden; *zoom: 1; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; /* Restyle for smaller area*/ clear: both; display: block; background-color: #eceff1; border: 1px solid #cccccc; border-bottom: 1px solid #eceff1; margin: 0; margin-top: 2px; max-width: 250px; padding: 8px 0 2px; position: absolute; z-index: 1; min-width: 190px; } +.cms .ss-ui-action-tabset.action-menus.ss-tabset .ui-tabs-panel { overflow: hidden; *zoom: 1; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; /* Restyle for smaller area*/ clear: both; display: block; background-color: #eceff1; border: 1px solid #ccc; border-bottom: 1px solid #eceff1; margin: 0; margin-top: 2px; max-width: 250px; padding: 8px 0 2px; position: absolute; z-index: 1; min-width: 190px; } .cms .ss-ui-action-tabset.action-menus.ss-tabset .ui-tabs-panel h3, .cms .ss-ui-action-tabset.action-menus.ss-tabset .ui-tabs-panel h4, .cms .ss-ui-action-tabset.action-menus.ss-tabset .ui-tabs-panel h5 { font-weight: bold; line-height: 16px; } .cms .ss-ui-action-tabset.action-menus.ss-tabset .ui-tabs-panel h3 { font-size: 13px; } .cms .ss-ui-action-tabset.action-menus.ss-tabset .ui-tabs-panel h4 { font-size: 12px; margin: 5px 0; } diff --git a/admin/images/menu-icons/16x16-sb173d358c2.png b/admin/images/menu-icons/16x16-sb173d358c2.png deleted file mode 100644 index a4b26e9ff361b8b47761fdc9b4df8e0254ba2cd1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1479 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 literal 0 HcmV?d00001 diff --git a/admin/images/menu-icons/16x16/db.png b/admin/images/menu-icons/16x16/db.png new file mode 100644 index 0000000000000000000000000000000000000000..4675fe08a86ed7a74024c9f60f029e99ce484939 GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf4nJ zFqwle<99ZfLqI{v64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T6dAc}; zSoE&FthkQJk*DF|`UL_kOzsMmecTF#7Vi!l?%?1%uFBCStsuvE_*7C`O7pEZ2A-FD ze%wBJ-!Gv@*K9^|R8o+U%?F*IjrB5x9D58dy*Fum!`bY}`$w~2CGC|^$Dud3h34oym?4cXQ^ qrk#paIrs5+zlxb?jj-1K&(a3U^>VM&Tn__X&EVqq`Z84>WIcC?1wlQ0zmd2T2iYZ3osHG`Y z)LBtMo47`*XlOzmHTy#aDvRs(VxV_towNg z1q``>88e{XB>~>Vet+h6kMT;tVG7b2D{c5=lrJ)nVmU%(tUBQ5Ed z>h3hQ<5b*gyph8QHY##CYSi6votY)^Bg}wR^neZO?mC{rcW_YMpTH5E(*rL0>KY>C zIwe%A3~|T=XrYXH)L&b1jVsiur<3kV8o(?qvr%oT3BUEfeF{@aY?WX!M97ObQV%(o z7w7Itu3-es(yXsix4XITS*)g>AHj`eJvb(Iie4~Ca^M%qTMCT%3wAtM4n5#Gbdv4; zCR?h*OO!}IM%`!2lnR&NKnU<-?4TNVI)L3O5}oz|b?&+~p}=sG&zd|yO>A>hxU6)3 z+J90L-O^Dit&!#ie}$cR1s~$iw5WpXE4}1u!U5D{FWvsvSjYP_Dxkc{{W~L%uc*&G zrW1az9X_QTXI$L5C@_i=?#Fqpf zW-P69&j6^SDXa%MMya-bH&AaDoVVx#{-XY$U@Y>q-Wvge3NGn*C?$o3o08HDBe!IE z&Peq>*K#P;$D??GY!3OSXXTinoSMnWJ_k^gju9HC7;si9vf)rfxnSlYkFPDVX*7_B zCT{E!k6a7DO8m~%>?%9JF_*lgQU*bXFD3)BKKU^JdW~-Ra1ul)^#|meR8o=v5sU^K zBjirpFhT^nsN>NPc?v|(g63l6i4ft2-)zM<28eJ&;r$F~^)?XCG-hlefh}1=!p3I> ziCU`#ByQej$U`cv)A&Orq`(8~L8eD%Ob!%>^w4Q%m@J+#dt3l1Fs$8BK7EiS!lci}t zlB}DYOws2%(g4oxPw`qq4i*?+92}jkCl}9h&$E0ssx$8fyg{aP1>guZusv8uxR2kiFt}iB<8%*s5TSPdMgqAU z>zIXa4*+{B@{P*T&K&$LFa7DX66|wW>i`}L=UWLQ>uqUMwFk=bY610&kL7}a9_DZ_O}r_Ed|C!I;b$;wS%mev*&nnyPK%7+A{0)JGMubu<*?jO3d2FI zg;A=)G#2RaqngNcglS9BCSS@kYFwhG@-_)p4qwJ$dUHGD(K)+}tj}%hoVEqj>S&Sx z`)FeuxV4kEfH`cwg#|~SYrz>ifL8_<>{eL9bW6AbwE)QM%?ewtREzXSfN*wTldQvjy`68yUO>S*C zYX>;&_xh}CX%+p;@wF*CzytmvzneZ*l%c`@F$aEm0|Z`~T%-hR&9p>mMddFU@x0`|uE5q|7$ z;yP_{Kz#mq_C4)s#{=w1vD+GVz!O#MCxa(G9Szzau<*MV zcUsW?6Yt`PC||_IjG!gfrRZTE@0D4=ip=`*7;pY)DcAJ^S2FMMw7fx02D25*Wqz4q z)Cg8wN^4ky6_V){yjmj@{VVei{{KbXVJoFOLZ$wHF4pQQ#k{~bSW&O0CZt&JG-^PK z^<9=$7ex85IOYrO^Ljm$KMHLr^9p{3Ka@XK=Kc}qnK$a-bND)bA{aH>@L}fn5k1HY zG0iXK=I`>PbQivTJDK;-jX|Jtl<}%4w`O)#7iMH2AJb=Fy0EcGOv@@_4qdi@po83H zThch>oeHv>hc76}33Evkw0AnyQ6<|IU)2LD+u5C_CbOR0sf!E%J-LzTH1cfpmk8;z z%byl>c>uf3I6@||<=#DrJ-GuZ38sXX$x^!oc|T@kTpD(nN*`mgm#DYaS!D>#x|pa3 zOsJG?+#YZn9J}#XD@F5D2QaLSOfCO2sRQsN4kUEn!rh<_*%;gs?H?tKWi0*I3RXDP zj6FizfH#jd)iPc8>B#wRH^72mGE!FsU|L|v@`Z&nhJ^Z&kZoV!JdVpB7Tk~Z1j+8Y z*Z-c>^ks^;Cc~R>gW#B3^*5@x_dR_FPA?_dHqYCOwZv`BRHKKESOXyi(Dq+6jh7fB zj;b6inl2dub>?^Mi)O9+^)E`yfI*ckjN1cp&il7p?s50%0j&|^8;)#D3mA-$4BukY zs8wyLMpOHu5>TT&yxx9=yn5R=u*f`wr8I8?Xj?o@TRYHAtWc|c37G)s)CXxZ;D`zW zAJ_v5dgHiBrd#FvNKHFXdPi@#7aFY4ZD<1zUd8nplb002ov JPDHLkV1m+?m^}ah literal 0 HcmV?d00001 diff --git a/admin/images/menu-icons/24x24-sedfac01ed1.png b/admin/images/menu-icons/24x24-sedfac01ed1.png deleted file mode 100644 index 85c8d4b333d418a885b741fb7f968af1c5a41680..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2121 zcmV-P2)6f$P)+<>v>Aiqy#MK z0cBEz=sxv3Z*H>{&j$=)Bdt+MH=UlC>1HN(0H3`U5>`;kt z#7P~X4tvxi{%WEpn4v^GotHBy05N!Gl~`0Y{o;IkfEI$(%96ogo+z$|9pX|K>uw+B z&;nv`>&LKd7uFr4^|13!dKPR4%f&_z1rrb_`Zjn;t~0-7ri0;715Q#0)b7{$QYoFo zjttO@d{!<@SWKrpfG=r3%y`HGbcswf>HtdRyhWbGa23z0Z9tK4aSL=$*nHG^Qk1)- zi!fRh+>M+W4$;^2C;bkOO37I1g;sMGpp1?q?0=w5xE~V<Gzu1BHc16(iB zF@~gWJ9dizj633d?UuNcD5;7$;`)vDN<>%5aIY9J=Va!zChn#Y=k|+lGunY%S}M-~ z5=WEQ4t&hOYy&b;H!{38EdhUs|L2g4Y^(R?00{=ps&vQ(rG*vk(h@Q^S2>}TdXBj) zNpaalXQ1Y!b9&~FIqXvnG&x}b(mXIcV+0AOQix4?GRiHz4oP}{m0cqO9jdXg+cyq5 zZ_WqBv<0a`@IDoPU!mXNsLMe~V2M7Y!}L9_m*M_#mw&;zBSP(aygu$f1Q1uY<1*c=QDMGYv2_47x9 zfz)o*yegu2iV(d8E>vW^qBz%K06gAwOfyl+*CRWaj12OAX1V~{ zk~ZN>No0-NuvF57V8!We8bUO;As<~gV`P1@tuty0C{f7-0ZzcjYO%Ddrho)BzQlr~ zPkQhgGk{$Nrp#t22Hj$ELk$3&o!NbX^Wgw4UMugfDx8q~N7lHLIy3x$3IptcPu`O= zOsd}R2k--SSTg0aW_GBM#hJEV@dM6?Cs{quXFh{9$l5Sw1{iXBeMY{t4)JBh+JYHi zi*v|#A;!{p!F(_v<;ie^Vy8j?k7Ye*j|X8(io*sIp2BrDe3!1F>g)rVDu&vp6$fcQj^^v?UFt(bFVK%U&w4;3 zy48RxoY+J+LDFM6hiy9!Eu|g$q;huvaZ9m__$Uo$z26F@aoXjyy^=ahANJfgfSjI& z6ApvxtoOD^y#3auoaOc7&FzAN+`*xr$p;+w>BF4dU5$BK{Q&>_{p@?uwvG)r8sfJD zu+DQYV9ej&R&XWH3??31LhreNhlRLzywG@9`x>+!R|UXN>jX+kLx9_<=`^JdmUxGN zbiv7qKDT<(YU<#YQ60i1cvd-ZF)Z!NZ&;ZopTBXCpqq)EMg}o~ z|Dh1|w=mQCrxsu;zfK_jJL7*RFYTjK0adQI>T2f&_@3N4Ent*`VsB(%5`~PTOxftt zj}3(?UHbYSD6bNbVIcjb1ppQq3YU%o0FzAo7;nnIZ_*Y11KwuZ4iN8R*?p#YMg5be zCp^6|nFMDgyRH&>?-O;UtKKEvo=Tc;YZl8|D#Q-$KB681X#E#m;~a7X=k$N)JYAy) zl4nJ zFas4c2QdmTsCWSdB}-f*N`mv#O3D+9QW?t2%k?tzvWt@w3sUv+i_&Mmvyoz8VC3?2 zaSZY3e0$B-i#br_=*Rn|TLfHnuN*t4Hdnsm1>YtX@kezn2~Yh*1UCw9YHkqI^5Rmx zo}{LA$fL=)x8lJ8pO5Ei^DX`#cS-B&5S2;b&yM(a@WYSh_XVxpXKEVc+)lLFI_a;P ze$C`^+K>MYogojzq$7^TIPY|hd1PU9TFCW?j@8u#_X`U8>(ci1E-y6>mUb&Y<0${! zi|Kt<*|#}YS9NgcT$@wiTd6Fw$e1@n*(UV7x0=q0`wEp8lKv@d=u>`^d_CRw`EnlV zUu#}&oz%RUpKqVG(leifj%oX@`Pv=i>tg#IA2L%tKKe_O^jDdlwa-%GEpHrSs$aTn p?WzN6+osH4?WyXw`0f2^<&#(a;i`}>%>V`+gQu&X%Q~loCIIVgo{Rth literal 0 HcmV?d00001