Moved the return link above the inline discussion and updated the header styling so the hide annotations button is right-aligned with the help icon.
This commit is contained in:
@@ -11,7 +11,21 @@
|
||||
padding: 2px 4px;
|
||||
border: 1px solid $border-color;
|
||||
border-radius: 3px;
|
||||
.annotatable-toggle { }
|
||||
.annotatable-toggle {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 30px;
|
||||
}
|
||||
.annotatable-help-icon {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
background: url(../images/info-icon.png) no-repeat;
|
||||
}
|
||||
.annotatable-toggle, .annotatable-help-icon { margin: 2px 7px 2px 0; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,17 +60,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.annotatable-help-icon {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 33%;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
margin: 0 7px 0 0;
|
||||
background: url(../images/info-icon.png) no-repeat;
|
||||
}
|
||||
|
||||
.ui-tooltip.qtip.ui-tooltip {
|
||||
font-size: $body-font-size;
|
||||
border: 1px solid #333;
|
||||
|
||||
Reference in New Issue
Block a user