mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix tools actions with event delegation in basket workzone
fix bridge action href in basket workzone PHRAS-615 - fix tools actions positionning in basket workzone
This commit is contained in:
@@ -60,17 +60,14 @@
|
||||
}
|
||||
.SSTT {
|
||||
&.active {
|
||||
border: 1px solid #b1b1b1;
|
||||
&.ui-corner-top {
|
||||
border: none;
|
||||
border-top: 1px solid $mediumBorderColor;
|
||||
top: 0;
|
||||
background-color: $mediumBackgroundColor;
|
||||
}
|
||||
}
|
||||
&.grouping {
|
||||
&.active {
|
||||
// border: 1px solid #2f4a6f;
|
||||
&.ui-corner-top {
|
||||
border-bottom: none;
|
||||
}
|
||||
@@ -167,6 +164,9 @@
|
||||
right: 0;
|
||||
z-index: 15;
|
||||
vertical-align: middle;
|
||||
.WorkZoneElementRemover {
|
||||
padding: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.CHIM.diapo .bottom span, .CHIM.diapo .bottom img {
|
||||
|
@@ -141,7 +141,7 @@
|
||||
display: none;
|
||||
}
|
||||
.tools {
|
||||
//text-align: center;
|
||||
padding: 7px 0 7px 0;
|
||||
text-align: left !important;
|
||||
button {
|
||||
background-color: transparent;
|
||||
@@ -149,7 +149,7 @@
|
||||
width: 16px;
|
||||
height: 22px;
|
||||
cursor: pointer;
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
label {
|
||||
display: inline;
|
||||
|
Reference in New Issue
Block a user