@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("jira.atlassian.com")
{

/*
§	comment block always visible (no need to click button or press "m")
	because: demanding a click or hotkey just to show comment filed is nonsense
*/
#addcomment .mod-content
{	display: block !important
}
#footer-comment-button
{	display: none !important
}

/*
§	reasonable colours for (visited) links
	because: its often worth to be able to distinguish where you have been already and where not
*/
.aui-theme-default .content-body a:link
{	color: #00c !important
}
.aui-theme-default .content-body a:visited 
{	color: #080 !important
}
.aui-theme-default .content-body a[href="#"]
{	color: #600 !important
}

/*
§	dashboard items: gadget menu always visible (no :hover needed)
	because: eases "targeting", does not ruin anything
*/
.gadget .gadget-menu 
{	display: block !important
}

/*
§	permalinks and action icons always visible (no :hover needed)
	because: eases "targeting", does not ruin anything
*/
.issue-links tr .actions .icon ,
.issue-data-block .actionContainer .action-links
{	visibility: visible !important
}

/*
§	disable "intelligent" scrolling
	= no fixed header + whole page scrollable
	because: vertical viewport is precious
	because: unusual scrolling scheme is counterintuitive
*/
header#header
{	opacity: 1 !important
}
.stalker-placeholder
{	display: none !important
}
header#stalker.issue-header.js-stalker.detached
{	position: static !important
}

/*
§	comment tools above comment field
	because: its annoying that preview button moves away when pressed
*/
.aui-field-wikiedit
{	position: relative !important
;	padding-top: 25px !important
}
.aui-field-wikiedit > *:not(.wiki-edit)
{	position: absolute !important
;	top: 0  !important
;	right: 0 !important
}
.aui-field-wikiedit > .field-tools
{	left: 0 !important
}
.aui-field-wikiedit > .security-level
{	left: 50px !important
}

/*
§	dashboard - actions: "cogwheel" always visible 
	because: hidden = evil.
*/
#issuetable .issue_actions a.aui-dd-link
{	left: 0 !important
;	top: 0 !important
}

/*
§	modal dialogs: allow text selection 'beneath'
*/
.aui-blanket 
{	z-index: -1 !important;
}
	
}