1
0
mirror of https://github.com/danog/schema.tl.git synced 2024-11-26 20:14:52 +01:00
This commit is contained in:
TJ Horner 2017-08-21 20:14:56 -07:00
parent de5179d66f
commit ceeb076f73
3 changed files with 11 additions and 4 deletions

View File

@ -26,7 +26,7 @@ header {
.header-inner a {
color: white;
text-decoration: none;
margin-right: 10px;
margin-right: 15px;
}
.header-inner a.home {
@ -35,6 +35,13 @@ header {
color: white;
}
.ic-download {
background-image: url(/img/ic_cloud_download_white_24dp_1x.png);
padding-left: 25px;
background-size: 20px;
background-repeat: no-repeat;
}
.header-right {
display: inline-block;
float: right;

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

View File

@ -3,7 +3,7 @@
<title>TL-Schema Explorer</title>
<link href="https://fonts.googleapis.com/css?family=Fira+Mono" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v5">
<link rel="stylesheet" href="/css/styles.css?v6">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/rgs.css">
@ -21,10 +21,10 @@
<header>
<div class="header-inner">
<a href="#!/" class="home">TL-Schema Explorer (Layer 71)</a>
<a href="/resources/schema.json">Download schema.json</a>
<a href="/resources/schema.tl">Download schema.tl</a>
<div class="header-right">
<a href="/resources/schema.json" class="ic-download">schema.json</a>
<a href="/resources/schema.tl" class="ic-download">schema.tl</a>
<input type="text" placeholder="Search..." ng-hide="hideGlobalSearch" class="header-search" ng-model="globalSearch" ng-change="doSearch()">
</div>
</div>