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:
Arthur Barrett
2013-02-15 13:46:38 -05:00
parent 2848df8282
commit 24f519e32f
3 changed files with 37 additions and 25 deletions

View File

@@ -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;