зеркало из https://github.com/mozilla/treeherder.git
Bug 1189484 - Update disabled/help raw log icons
This commit is contained in:
Родитель
60af18fdaa
Коммит
2dc8389d57
|
@ -1975,8 +1975,8 @@ fieldset[disabled] .btn-repo.active {
|
|||
}
|
||||
|
||||
#help-raw-log-icon {
|
||||
font-size: 13px;
|
||||
color: #9fa3a5;
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#help-logviewer-icon {
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<!-- build:css css/help.min.css -->
|
||||
<link href="vendor/css/bootstrap.css" rel="stylesheet" media="screen">
|
||||
<link href="css/treeherder.css" rel="stylesheet" media="screen">
|
||||
<link href="vendor/css/font-awesome.css" rel="stylesheet" media="screen">
|
||||
<!-- endbuild -->
|
||||
<link id="favicon" type="image/png" rel="shortcut icon" href="img/tree_open.png">
|
||||
</head>
|
||||
|
@ -167,7 +168,7 @@
|
|||
<tr>
|
||||
<td><span class="kbd">ctrl/cmd</span>+<span class="kbd">c</td>
|
||||
<td>Copy job details
|
||||
<span id="help-raw-log-icon" class="glyphicon glyphicon-align-left">
|
||||
<span id="help-raw-log-icon" class="fa fa-file-text-o">
|
||||
</span> raw log url on hover</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -61,9 +61,9 @@
|
|||
</li>
|
||||
<li>
|
||||
<a ng-if="!job_log_urls.length"
|
||||
class="disabled"
|
||||
class="disabled raw-log-icon"
|
||||
title="No logs available for this job">
|
||||
<span class="glyphicon glyphicon-align-left"></span>
|
||||
<span class="fa fa-file-text-o"></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Загрузка…
Ссылка в новой задаче