I tried to find global-static.css file under '/atlassian-jira/stayle', however I failed to find it. So where this css file?
-----------------------------------
I havn't found this css file, but I have solved my issue about resizing the custom logo in Jira.
The solution is to edit the topnav.vm file under /atlassian-jira/WEB-INF/classes/templates/plugins/topnavigation/.
<h1 id="logo"><a href="${baseurl}/secure/MyJiraHome.jspa"><img src="$jiraLogo" style="width:725px; height:105px" alt="$textutils.htmlEncode($jiraTitle)" /></a></h1>
You can search using search facility (Ctrl+F for windows) for the file global-static.css in /atlassian-jira . Its not in Jira 4.3 and 4.4.4.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can have a look this for finding files in linux. I guess its not even present in Jira 5.0 . Many of the css files that jira uses are in /atlassian-jira/ui .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.