From 4f414fa6218fe51b8a1b47b6cc4d255b419b4fe3 Mon Sep 17 00:00:00 2001 From: cdujeu Date: Tue, 8 Mar 2016 16:01:12 +0100 Subject: [PATCH] Minsites: remove all inline style from manifest and put them in a dedicated stylesheet. --- .../src/plugins/action.share/res/minisite.css | 606 ++++++++++++++++++ .../plugins/action.share/res/minisite.less | 581 +++++++++++++++++ .../src/plugins/action.share/res/minisite.php | 193 +----- core/src/plugins/gui.ajax/manifest.xml | 325 ---------- .../gui.ajax/res/themes/orbit/css/allz.css | 2 +- 5 files changed, 1189 insertions(+), 518 deletions(-) create mode 100644 core/src/plugins/action.share/res/minisite.css create mode 100644 core/src/plugins/action.share/res/minisite.less diff --git a/core/src/plugins/action.share/res/minisite.css b/core/src/plugins/action.share/res/minisite.css new file mode 100644 index 0000000000..7ab479c1a0 --- /dev/null +++ b/core/src/plugins/action.share/res/minisite.css @@ -0,0 +1,606 @@ +body { + overflow: hidden; +} +u { + text-decoration: none; +} +body.ajxp_preloged_user a#logout_button { + display: none; +} +div#overlay.form-login_form_dynamic { + opacity: 1; +} +.dialogBox .dialogTitle { + padding-top: 10px; + padding-left: 10px; +} +.dialogBox .dialogTitle #modalCloseBtn { + display: inline !important; + padding-right: 0 !important; +} +#browser { + font-family: Roboto, sans-serif; + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + flex-direction: column !important; + -webkit-flex-direction: column !important; + -webkit-font-smoothing: antialiased; +} +#browser #widget_title { + font-size: 30px; + font-weight: normal; + padding: 10px 0 0 5px; + margin-right: 5px; + color: #6f7b88; + line-height: 25px; +} +#browser #widget_title div.repository_title { + font-size: 30px; +} +#browser #widget_title div.repository_description { + font-size: 12px; +} +#browser .widget_logo { + background-repeat: no-repeat; + margin-right: 5px; + position: absolute; + top: 0; + right: 0; + height: 70px; + width: 180px; + z-index: 50; + padding: 0 !important; +} +#browser .action_bar { + background-color: #ffffff; + height: 41px !important; +} +#browser .action_bar > .toolbarGroup { + height: auto; +} +#browser #display_toolbar a { + color: white; +} +#browser #display_toolbar a#open_with_unique_button { + display: none; +} +#browser #breadcrumb span.icon-refresh.ajxp-goto-refresh { + margin-left: 5px; + opacity: 0.2; +} +#browser div.separator { + border-left-width: 0; +} +#browser div.detailed div.FL-inlineToolbar { + margin-top: -2px; +} +#browser div.detailed div.FL-inlineToolbar div.toolbarGroup { + margin-left: -8px; + min-width: 0; +} +#browser .ajxpNodeProvider span.actionbar_button_label { + display: none; +} +#browser .ajxpNodeProvider.detailed span.actionbar_button_label { + display: inline-block; +} +#browser tr div.FL-inlineToolbar { + margin-left: 15px; +} +#browser span.list_selectable_span div#inline_toolbar a { + margin-top: 0; + padding: 3px 5px; + position: relative; + top: -2px; +} +#browser div.ajxpNodeProvider:not(.detailed) div#inline_toolbar a { + padding: 3px 5px; +} +#browser div.ajxpNodeProvider:not(.detailed) .toolbarGroup { + position: absolute; + top: 1px; + right: 1px; +} +#browser .thumbnail_selectable_cell.detailed div.thumbLabel { + padding-top: 19px; +} +#browser #element_overlay { + top: 0 !important; + left: 0 !important; +} +.hash_load_error { + text-align: center; + color: #dddddd; + margin-top: 20%; + font-size: 3em; +} +.minidisplay_mixin #cpane_header { + background: #363c44; + padding: 6px 11px 10px; +} +.minidisplay_mixin #content_pane { + background-color: white; +} +.minidisplay_mixin #breadcrumb { + color: white; + margin-top: 2px; +} +.minidisplay_mixin #display_toolbar { + float: right; + display: inline-block; + padding-top: 3px; + text-align: right; + white-space: nowrap; +} +.minidisplay_mixin #display_toolbar a { + font-size: 13px; + font-weight: 500; + padding: 4px; + text-transform: uppercase; + color: white; +} +.minidisplay_mixin #display_toolbar a .actionbar_button_label { + margin-right: 0; + display: inline-block; +} +.minidisplay_mixin #display_toolbar a .ajxp_icon_span { + padding: 0 4px; + color: rgba(255, 255, 255, 0.56); +} +.minidisplay_mixin .widget_logo { + top: inherit; + bottom: 19px; + right: 12px; + height: 95px; +} +.minidisplay_mixin #content_pane-actions_toolbar { + display: none; +} +#ajxp_dropbox_template #cpane_header { + background: #363c44; + padding: 6px 11px 10px; +} +#ajxp_dropbox_template #content_pane { + background-color: white; +} +#ajxp_dropbox_template #breadcrumb { + color: white; + margin-top: 2px; +} +#ajxp_dropbox_template #display_toolbar { + float: right; + display: inline-block; + padding-top: 3px; + text-align: right; + white-space: nowrap; +} +#ajxp_dropbox_template #display_toolbar a { + font-size: 13px; + font-weight: 500; + padding: 4px; + text-transform: uppercase; + color: white; +} +#ajxp_dropbox_template #display_toolbar a .actionbar_button_label { + margin-right: 0; + display: inline-block; +} +#ajxp_dropbox_template #display_toolbar a .ajxp_icon_span { + padding: 0 4px; + color: rgba(255, 255, 255, 0.56); +} +#ajxp_dropbox_template .widget_logo { + top: inherit; + bottom: 19px; + right: 12px; + height: 95px; +} +#ajxp_dropbox_template #content_pane-actions_toolbar { + display: none; +} +#ajxp_dropbox_template img.custom_logo_image { + width: auto; + right: 6px !important; + left: inherit !important; + height: 87px !important; + bottom: 5px; + top: inherit !important; +} +#ajxp_dropbox_template .droparea { + background-position: 50% 50%; + background-size: 220px; +} +#ajxp_dropbox_template .thumbnail_selectable_cell { + background-color: transparent; +} +#ajxp_dropbox_template #browser { + background-color: #363c44; + padding: 15px; +} +#ajxp_dropbox_template #content_pane { + border: 5px dotted #e9e9e9 !important; + margin: 0; + padding: 10px; + border-radius: 10px; +} +#ajxp_embed_template #cpane_header { + background: #363c44; + padding: 6px 11px 10px; +} +#ajxp_embed_template #content_pane { + background-color: white; +} +#ajxp_embed_template #breadcrumb { + color: white; + margin-top: 2px; +} +#ajxp_embed_template #display_toolbar { + float: right; + display: inline-block; + padding-top: 3px; + text-align: right; + white-space: nowrap; +} +#ajxp_embed_template #display_toolbar a { + font-size: 13px; + font-weight: 500; + padding: 4px; + text-transform: uppercase; + color: white; +} +#ajxp_embed_template #display_toolbar a .actionbar_button_label { + margin-right: 0; + display: inline-block; +} +#ajxp_embed_template #display_toolbar a .ajxp_icon_span { + padding: 0 4px; + color: rgba(255, 255, 255, 0.56); +} +#ajxp_embed_template .widget_logo { + top: inherit; + bottom: 19px; + right: 12px; + height: 95px; +} +#ajxp_embed_template #content_pane-actions_toolbar { + display: none; +} +#ajxp_embed_template img.custom_logo_image { + width: auto; + height: 85px !important; + top: inherit !important; + bottom: 5px; +} +#ajxp_embed_template #cpane_container { + left: 0; +} +@media only screen and (max-width: 680px) { + #ajxp_embed_template div.toolbarGroup span.ajxp_icon_span { + padding: inherit !important; + } +} +#ajxp_shared_folder { + width: 100%; + text-align: left; + /* THESE ONE ARE IMPORTANT */ + overflow: hidden; + position: relative; +} +#ajxp_shared_folder .widget_logo { + height: 43px; + padding-top: 0 !important; +} +#ajxp_shared_folder #content_pane { + background-color: white; +} +#ajxp_unique_strip #browser { + background-color: #345e79; +} +#ajxp_unique_strip #widget_title { + font-size: 30px; + color: #fff; + margin-right: 0; + background-color: #333; + height: 69px; + padding: 7px 10px !important; +} +#ajxp_unique_strip #widget_title div.repository_description { + font-size: 12px; +} +#ajxp_unique_strip .widget_logo { + background-size: 120px; + height: 58px; + top: 5px; +} +#ajxp_unique_strip img.custom_logo_image { + right: 0 !important; + left: inherit !important; + height: 72px !important; + width: auto; +} +#ajxp_unique_strip #cpane_container { + float: none; + left: 0; + width: 100%; +} +#ajxp_unique_strip #cpane_header { + padding-bottom: 7px; + height: 48px; + background-color: #222; + border-bottom: 0; + padding-top: 10px; +} +#ajxp_unique_strip div#content_pane { + background-color: #222; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); + margin-bottom: 5px; +} +#ajxp_unique_strip div.thumbnail_selectable_cell { + background-color: transparent; + color: white !important; +} +#ajxp_unique_strip #cpane_tabs > div.tabulatorContainer { + height: 0; + border-bottom-width: 0; +} +#ajxp_unique_strip #cpane_container { + background-color: #555555; +} +#ajxp_unique_strip #loading_overlay { + display: none !important; +} +#ajxp_unique_strip #diaporama_box { + position: relative; +} +#ajxp_unique_strip #display_toolbar { + position: absolute; + top: 60px; + left: 5px; + font-size: 13px; +} +#ajxp_unique_strip #display_toolbar a { + padding: 0 7px; + color: white; + text-transform: uppercase; + font-weight: 500; +} +#ajxp_unique_strip #display_toolbar a span.actionbar_button_label { + display: inline-block !important; + margin-left: 4px !important; +} +#ajxp_unique_strip #cpane_tabs div#imageContainer { + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); + background-color: #4a4a4a !important; +} +#ajxp_unique_dl div#overlay.form-login_form_dynamic { + opacity: 1; +} +#ajxp_unique_dl #browser { + background-color: #000; + width: 102%; + -webkit-font-smoothing: antialiased; +} +#ajxp_unique_dl #cpane_container { + float: none; + left: 0; + position: absolute; + width: 100%; + top: 0; +} +#ajxp_unique_dl #background_container { + position: absolute; + width: 102%; + top: -5px; + left: -5px; + bottom: -5px; + right: -5px; +} +#ajxp_unique_dl div#dl_toolbar { + margin: 27% auto; + display: block; + width: 400px; + font-size: 52px; + text-align: center; +} +#ajxp_unique_dl div.widget_logo { + height: 90px; + background-position: 86px 76px; +} +#ajxp_unique_dl div#widget_title { + color: rgba(255, 255, 255, 0.8); + position: absolute; + margin-top: 0px; + padding: 23px 30px 20px; + width: 100%; + background-color: rgba(0, 0, 0, 0.7); +} +#ajxp_unique_dl div#inline_toolbar a { + display: none; +} +#ajxp_unique_dl a#download_button, +#ajxp_unique_dl a#share_current_page_button { + display: block !important; + text-align: center; + color: rgba(255, 255, 255, 0.8); + background-color: rgba(0, 0, 0, 0.5); + padding: 20px 10px; + border-radius: 5px; +} +#ajxp_unique_dl a#download_button span.ajxp_icon { + display: inline-block; + margin-right: 10px; +} +#ajxp_unique_dl div#share_toolbar { + position: absolute; + right: 48px; + bottom: 37px; + font-size: 21px; +} +#ajxp_unique_dl img.custom_logo_image { + right: 6px !important; + left: inherit !important; + height: 90px !important; + width: auto; +} +#ajxp_film_strip #minisite_toolbar span.actionbar_button_label, +#ajxp_film_strip #inline_toolbar span.actionbar_button_label { + display: inline-block; + margin-left: 2px; + margin-right: 6px; +} +#ajxp_film_strip #widget_title { + font-size: 30px; + padding: 10px 0 0 5px; + color: #fff; + line-height: 25px; + margin-right: 0; + background-color: #222; +} +#ajxp_film_strip .widget_logo { + background-size: 120px; +} +#ajxp_film_strip #cpane_container { + left: 0; + width: 100%; + float: none; +} +#ajxp_film_strip div#breadcrumb { + color: white; + font-size: 16px; + padding: 2px 10px; +} +#ajxp_film_strip span.ajxp-goto { + cursor: pointer; +} +#ajxp_film_strip span.icon-chevron-right, +#ajxp_film_strip span.icon-refresh.ajxp-goto-refresh { + padding: 0 5px; + font-size: 13px; +} +#ajxp_film_strip #cpane_header { + padding-bottom: 7px; + height: 19px; + background-color: #222; + border-bottom: 0; + padding-top: 10px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); +} +#ajxp_film_strip #cpane_tabs div#imageContainer { + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); + background-color: #4a4a4a !important; +} +#ajxp_film_strip div#content_pane { + position: fixed !important; + bottom: 0; + width: 100%; + background-color: #222; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); + padding-top: 3px; + padding-left: 3px; + height: 80px !important; +} +#ajxp_film_strip .fl-displayMode-thumb div.thumbnail_selectable_cell div.thumbLabel { + color: #555; + background-color: transparent; +} +#ajxp_film_strip .fl-displayMode-thumb div.thumbnail_selectable_cell { + margin: 2px 2px; +} +#ajxp_film_strip div.thumbnail_selectable_cell { + background-color: transparent; + color: white !important; +} +#ajxp_film_strip div.thumbnail_selectable_cell.ajxpNodeLeaf, +#ajxp_film_strip div.thumbnail_selectable_cell.ajxpNodeLeaf > span { + cursor: pointer !important; +} +#ajxp_film_strip #cpane_tabs > div.tabulatorContainer { + height: 0; + border-bottom-width: 0; +} +#ajxp_film_strip #cpane_container { + background-color: #555555; +} +#ajxp_film_strip #loading_overlay { + display: none !important; +} +#ajxp_film_strip #diaporama_box { + position: relative; +} +#ajxp_film_strip #diaporama_box .diaporama_toolbar { + display: none; +} +#ajxp_film_strip #display_toolbar { + font-size: 13px; +} +#ajxp_film_strip #display_toolbar a { + padding: 0 7px; + color: white; + text-transform: uppercase; + font-weight: 500; +} +#ajxp_film_strip #display_toolbar a span.actionbar_button_label { + display: inline-block !important; + margin-left: 4px !important; +} +#ajxp_film_strip img.custom_logo_image { + right: 0 !important; + left: inherit !important; + height: 65px !important; + width: auto; +} +@media only screen and (max-width: 720px) { + #ajxp_film_strip #display_toolbar { + margin-top: -2px; + } +} +#ajxp_film_strip .fl-displayMode-thumb div.thumbnail_selectable_cell { + background-color: transparent; +} +#ajxp_shared_folder div#overlay.form-login_form_dynamic { + opacity: 1; +} +#ajxp_shared_folder #browser { + background-color: #345e79; +} +#ajxp_shared_folder #widget_title { + font-size: 30px; + padding: 10px 0 0 5px; + color: #fff; + line-height: 25px; + background-color: #345e79; +} +#ajxp_shared_folder #cpane_container { + float: none; +} +#ajxp_shared_folder div#breadcrumb { + font-size: 16px; + padding: 12px 10px 8px; + color: white; +} +#ajxp_shared_folder span.icon-chevron-right, +#ajxp_shared_folder span.icon-refresh.ajxp-goto-refresh { + padding: 0 5px; + font-size: 13px; +} +#ajxp_shared_folder .action_bar { + background-color: transparent; + height: auto !important; +} +#ajxp_shared_folder .action_bar > .toolbarGroup { + height: auto; +} +#ajxp_shared_folder #display_toolbar a { + color: #555; + font-size: 11px; +} +#ajxp_shared_folder div.separator { + border-left-width: 0; +} +#ajxp_shared_folder img.custom_logo_image { + height: 90px !important; + width: auto; + right: 0; + top: 5px !important; + left: inherit !important; +} diff --git a/core/src/plugins/action.share/res/minisite.less b/core/src/plugins/action.share/res/minisite.less new file mode 100644 index 0000000000..4437e2988c --- /dev/null +++ b/core/src/plugins/action.share/res/minisite.less @@ -0,0 +1,581 @@ +@minisite_header_bg_color:#345E79; + +body{ overflow: hidden; } +u{ text-decoration: none; } + +body.ajxp_preloged_user a#logout_button{ + display: none; +} +div#overlay.form-login_form_dynamic { + opacity: 1; +} + +.dialogBox{ + .dialogTitle{ + padding-top: 10px; + padding-left: 10px; + #modalCloseBtn{ + display: inline !important; + padding-right: 0 !important; + } + } +} + +#browser{ + font-family: Roboto, sans-serif; + flex-direction:column !important; + -webkit-flex-direction:column !important; + -webkit-font-smoothing: antialiased; + + #widget_title{ + font-size: 30px; + font-weight: normal; + padding: 10px 0 0 5px; + margin-right: 5px; + color: rgb(111,123,136); + line-height: 25px; + div.repository_title{ + font-size: 30px; + } + div.repository_description{ + font-size: 12px; + } + } + + .widget_logo { + background-repeat: no-repeat; + margin-right: 5px; + position: absolute; + top: 0; + right: 0; + height: 70px; + width: 180px; + z-index: 50; + padding:0 !important; + } + + .action_bar{ + background-color: #ffffff; + height: 41px !important; + > .toolbarGroup{ + height: auto; + } + } + + #display_toolbar{ + a{ + color: white; + &#open_with_unique_button{ + display: none; + } + } + } + + #breadcrumb span.icon-refresh.ajxp-goto-refresh { + margin-left: 5px; + opacity: 0.2; + } + + div.separator{ + border-left-width: 0; + } + + div.detailed div.FL-inlineToolbar{ + margin-top: -2px; + } + div.detailed div.FL-inlineToolbar div.toolbarGroup { + margin-left: -8px; + min-width: 0; + } + .ajxpNodeProvider span.actionbar_button_label { + display: none; + } + .ajxpNodeProvider.detailed span.actionbar_button_label { + display: inline-block; + } + tr div.FL-inlineToolbar { + margin-left: 15px; + } + span.list_selectable_span div#inline_toolbar a + { + margin-top: 0; + padding: 3px 5px; + position: relative; + top: -2px; + } + div.ajxpNodeProvider:not(.detailed) div#inline_toolbar a + { + padding: 3px 5px; + } + div.ajxpNodeProvider:not(.detailed) .toolbarGroup { + position: absolute; + top: 1px; + right: 1px; + } + .thumbnail_selectable_cell.detailed div.thumbLabel{ + padding-top: 19px; + } + #element_overlay{ + top:0 !important; left:0 !important; + } + +} + +.hash_load_error{ + text-align: center; + color: #dddddd; + margin-top: 20%; + font-size: 3em; +} + + +.minidisplay_mixin{ + #cpane_header { + background: rgb(54, 60, 68); + padding: 6px 11px 10px; + } + + #content_pane{ + background-color: white; + } + + #breadcrumb { + color: white; + margin-top: 2px; + } + + #display_toolbar { + float: right; + display: inline-block; + padding-top: 3px; + text-align: right; + white-space: nowrap; + a{ + font-size: 13px; + font-weight: 500; + padding: 4px; + text-transform: uppercase; + color: white; + .actionbar_button_label{ + margin-right: 0; + display: inline-block; + } + .ajxp_icon_span{ + padding: 0 4px; + color: rgba(255, 255, 255, 0.56); + } + } + } + + .widget_logo { + top: inherit; + bottom: 19px; + right: 12px; + height: 95px; + } + #content_pane-actions_toolbar{ + display: none; + } +} + +#ajxp_dropbox_template{ + + .minidisplay_mixin(); + + img.custom_logo_image{ + width: auto; + right: 6px !important; + left: inherit !important; + height: 87px !important; + bottom: 5px; + top: inherit !important; + } + + .droparea{ + background-position: 50% 50%; + background-size: 220px; + } + .thumbnail_selectable_cell{ + background-color: transparent; + } + #browser{ + background-color: rgb(54, 60, 68); + padding: 15px; + } + #content_pane{ + border: 5px dotted rgb(233, 233, 233) !important; + margin: 0; + padding: 10px; + border-radius: 10px; + } + +} + +#ajxp_embed_template{ + .minidisplay_mixin(); + + img.custom_logo_image{ + width: auto; + height: 85px !important; + top: inherit !important; + bottom: 5px; + } + #cpane_container{ + left:0; + } + + div.toolbarGroup span.ajxp_icon_span { + @media only screen and (max-width: 680px){ + padding: inherit !important; + } + } + +} + +#ajxp_shared_folder{ + width:100%; + text-align:left; + /* THESE ONE ARE IMPORTANT */ + overflow:hidden; + position:relative; + .widget_logo { + height: 43px; + padding-top: 0 !important; + } + #content_pane{ + background-color: white; + } +} + +#ajxp_unique_strip{ + + #browser{ + background-color: @minisite_header_bg_color; + } + #widget_title { + font-size: 30px; + color: #fff; + + margin-right: 0; + background-color: #333; + height: 69px; + padding: 7px 10px !important; + } + #widget_title div.repository_description { + font-size: 12px; + } + .widget_logo{ + background-size:120px; + height: 58px; + top: 5px; + } + img.custom_logo_image{ + right: 0 !important; + left: inherit !important; + height: 72px !important; + width: auto; + } + #cpane_container{ + float: none; + left:0; + width: 100%; + } + #cpane_header{ + padding-bottom: 7px; + height: 48px; + background-color: #222; + border-bottom: 0; + padding-top: 10px; + } + div#content_pane{ + background-color: #222; + box-shadow: 0 2px 4px rgba(0,0,0,0.5); + margin-bottom:5px; + } + div.thumbnail_selectable_cell{ + background-color: transparent; + color: white !important; + } + #cpane_tabs>div.tabulatorContainer{ + height:0; + border-bottom-width: 0; + } + #cpane_container{ + background-color: rgb(85, 85, 85); + } + #loading_overlay{ + display:none !important; + } + #diaporama_box{ + position:relative; + } + #display_toolbar { + position: absolute; + top: 60px; + left: 5px; + font-size: 13px; + a { + padding: 0 7px; + color: white; + text-transform: uppercase; + font-weight: 500; + span.actionbar_button_label { + display: inline-block !important; + margin-left: 4px !important; + } + } + } + #cpane_tabs div#imageContainer { + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); + background-color: rgb(74, 74, 74) !important; + } + +} + +#ajxp_unique_dl{ + div#overlay.form-login_form_dynamic { + opacity: 1; + } + #browser{ + background-color: #000; + width:102%; + -webkit-font-smoothing: antialiased; + } + #cpane_container{ + float:none; + left:0; + position: absolute; + width: 100%; + top:0; + } + #background_container{ + position: absolute; + width: 102%; + top:-5px; + left:-5px; + bottom:-5px; + right:-5px; + } + div#dl_toolbar { + margin: 27% auto; + display: block; + width: 400px; + font-size: 52px; + text-align: center; + } + div.widget_logo{ + height: 90px; + background-position: 86px 76px; + } + div#widget_title{ + color: rgba(255,255,255,0.8); + position: absolute; + margin-top: 0px; + padding: 23px 30px 20px; + width: 100%; + background-color: rgba(0,0,0,0.7); + } + div#inline_toolbar a{ + display:none; + } + a#download_button, a#share_current_page_button{ + display:block !important; + text-align: center; + color: rgba(255,255,255,0.8); + background-color: rgba(0,0,0,0.5); + padding: 20px 10px; + border-radius: 5px; + } + a#download_button span.ajxp_icon{ + display: inline-block; + margin-right: 10px; + } + div#share_toolbar{ + position: absolute; + right: 48px; + bottom: 37px; + font-size: 21px; + } + img.custom_logo_image{ + right: 6px !important; + left: inherit !important; + height: 90px !important; + width: auto; + } + +} + +#ajxp_film_strip{ + + #minisite_toolbar span.actionbar_button_label, + #inline_toolbar span.actionbar_button_label + { + display: inline-block; + margin-left: 2px; + margin-right: 6px; + } + + #widget_title{ + font-size: 30px; + padding: 10px 0 0 5px; + color: #fff; + line-height: 25px; + margin-right: 0; + background-color: #222; + } + .widget_logo{ + background-size:120px; + } + #cpane_container{ + left:0; + width:100%; + float: none; + } + div#breadcrumb { + color: white; + font-size: 16px; + padding: 2px 10px; + } + span.ajxp-goto { + cursor: pointer; + } + span.icon-chevron-right, + span.icon-refresh.ajxp-goto-refresh + { + padding: 0 5px; + font-size: 13px; + } + #cpane_header{ + padding-bottom: 7px; + height: 19px; + background-color: #222; + border-bottom: 0; + padding-top: 10px; + box-shadow: 0 2px 4px rgba(0,0,0,0.5); + } + #cpane_tabs div#imageContainer { + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); + background-color: rgb(74, 74, 74) !important; + } + div#content_pane{ + position: fixed !important; + bottom: 0; + width: 100%; + background-color: #222; + box-shadow: 0 0 4px rgba(0,0,0,0.5); + padding-top: 3px; + padding-left: 3px; + height: 80px !important; + } + .fl-displayMode-thumb div.thumbnail_selectable_cell div.thumbLabel { + color: #555; + background-color: transparent; + } + .fl-displayMode-thumb div.thumbnail_selectable_cell{ + margin: 2px 2px; + } + div.thumbnail_selectable_cell{ + background-color: transparent; + color: white !important; + } + div.thumbnail_selectable_cell.ajxpNodeLeaf, div.thumbnail_selectable_cell.ajxpNodeLeaf > span{ + cursor: pointer !important; + } + #cpane_tabs>div.tabulatorContainer{ + height:0; + border-bottom-width: 0; + } + #cpane_container{ + background-color: rgb(85, 85, 85); + } + #loading_overlay{ + display:none !important; + } + #diaporama_box{ + position:relative; + .diaporama_toolbar{ + display: none; + } + } + #display_toolbar { + font-size: 13px; + a { + padding: 0 7px; + color: white; + text-transform: uppercase; + font-weight: 500; + span.actionbar_button_label { + display: inline-block !important; + margin-left: 4px !important; + } + } + } + + img.custom_logo_image{ + right: 0 !important; + left: inherit !important; + height: 65px !important; + width: auto; + } + @media only screen and (max-width : 720px) { + #display_toolbar{ + margin-top: -2px; + } + } + .fl-displayMode-thumb div.thumbnail_selectable_cell{ + background-color: transparent; + } + +} + +#ajxp_shared_folder{ + div#overlay.form-login_form_dynamic { + opacity: 1; + } + #browser{ + background-color: @minisite_header_bg_color; + } + #widget_title{ + font-size: 30px; + padding: 10px 0 0 5px; + color: #fff; + line-height: 25px; + background-color: @minisite_header_bg_color; + } + #cpane_container{ + float: none; + } + div#breadcrumb { + font-size: 16px; + padding: 12px 10px 8px; + color: white; + } + span.icon-chevron-right, + span.icon-refresh.ajxp-goto-refresh + { + padding: 0 5px; + font-size: 13px; + } + .action_bar { + background-color: transparent; + height: auto !important + } + .action_bar > .toolbarGroup{ + height: auto; + } + #display_toolbar a{ + color: #555; + font-size: 11px; + } + div.separator{ + border-left-width: 0; + } + img.custom_logo_image{ + height:90px !important; + width: auto; + right: 0; + top: 5px !important; + left: inherit !important; + } + +} \ No newline at end of file diff --git a/core/src/plugins/action.share/res/minisite.php b/core/src/plugins/action.share/res/minisite.php index a6e337e0ca..cad5306e9c 100644 --- a/core/src/plugins/action.share/res/minisite.php +++ b/core/src/plugins/action.share/res/minisite.php @@ -7,200 +7,9 @@ - + diff --git a/core/src/plugins/gui.ajax/manifest.xml b/core/src/plugins/gui.ajax/manifest.xml index 857dea4727..8cb437033f 100644 --- a/core/src/plugins/gui.ajax/manifest.xml +++ b/core/src/plugins/gui.ajax/manifest.xml @@ -366,66 +366,6 @@ ]]>