mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix plugin integration in workzone
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
$proposalColor: #4c5d84;
|
||||
$thesaurusColor: #884c92;
|
||||
$basketsColor: #076882;
|
||||
$pluginsColor: #FFF;
|
||||
|
||||
@import '../../_shared/styles/variables';
|
||||
|
||||
@@ -530,6 +531,7 @@ h4 {
|
||||
@import 'ui-components/workzone-thesaurus';
|
||||
@import 'ui-components/workzone-baskets';
|
||||
@import 'ui-components/workzone-proposals';
|
||||
@import 'ui-components/workzone-plugins';
|
||||
@import 'ui-components/actions';
|
||||
@import 'ui-components/gui';
|
||||
@import 'ui-components/gui-misc';
|
||||
|
@@ -0,0 +1,10 @@
|
||||
|
||||
#idFrameC {
|
||||
|
||||
#plugins {
|
||||
//position: relative;
|
||||
//left: 5px;
|
||||
//border-top: 1px solid $darkBorderColor;
|
||||
top: $tabHeight !important;
|
||||
}
|
||||
}
|
@@ -100,6 +100,11 @@ $workzoneTabDisabledTextColor: $mediumTextActiveColor !default;
|
||||
&.baskets.ui-state-active a {
|
||||
border-bottom: 3px solid $basketsColor;
|
||||
}
|
||||
&.plugins.ui-state-active a {
|
||||
border-bottom: 3px solid $pluginsColor;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -136,7 +141,7 @@ $workzoneTabDisabledTextColor: $mediumTextActiveColor !default;
|
||||
width: 100%;
|
||||
}
|
||||
.icon-menu {
|
||||
.WZtabs {
|
||||
.WZtabs, .WZplugins {
|
||||
display: block;
|
||||
width: 70px;
|
||||
height: 82px;
|
||||
|
@@ -22,7 +22,7 @@
|
||||
</a>
|
||||
</li>
|
||||
{% if plugins.workzone is not empty %}
|
||||
<li>
|
||||
<li class="plugins">
|
||||
<a href="#plugins" class="WZplugins">
|
||||
<img src="/skins/icons/plugins.png" title="{{ 'phraseanet:: plugin.workzone' | trans }}"/>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user