Move copyright images into brand directory
|
@ -336,7 +336,7 @@
|
|||
<td class="headerContent">
|
||||
|
||||
<!-- // Begin Module: Standard Header Image \\ -->
|
||||
<img src="https://www.sharelatex.com/img/logo/banner-plain.png" style="max-width:600px;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
|
||||
<img src="https://www.sharelatex.com/brand/logo/banner-plain.png" style="max-width:600px;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
|
||||
<!-- // End Module: Standard Header Image \\ -->
|
||||
|
||||
</td>
|
||||
|
|
|
@ -327,7 +327,7 @@
|
|||
<table border="0" cellpadding="0" cellspacing="0" width="600" id="templateHeader">
|
||||
<tr>
|
||||
<td class="headerContent">
|
||||
<img src="<%=view_data.sharelatex_url%>/img/logo/banner-plain.png" style="max-width:600px;" id="headerImage" />
|
||||
<img src="<%=view_data.sharelatex_url%>/brand/logo/banner-plain.png" style="max-width:600px;" id="headerImage" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -20,5 +20,5 @@
|
|||
a(href="/user/bonus").plain-link Recommend ShareLaTeX to your friends and we'll upgrade your account for free.
|
||||
p
|
||||
a(href="/user/bonus").btn.btn-success Get free stuff
|
||||
img(src="/img/logo/lion-64.png").lion
|
||||
img(src="/brand/logo/logo-64.png").lion
|
||||
|
||||
|
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 486 B After Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
|
@ -219,7 +219,7 @@ define [
|
|||
|
||||
url = "https://www.facebook.com/dialog/feed?link=#{encodeURIComponent(@url("fb"))}&" +
|
||||
"app_id=148710621956179&" +
|
||||
"picture=https://www.sharelatex.com/img/logo/lion-128.png&" +
|
||||
"picture=https://www.sharelatex.com/brand/logo/logo-128.png&" +
|
||||
"name=#{@ide.project.get("name")}&" +
|
||||
"caption=My LaTeX project (#{@ide.project.get("name")}) is available online on ShareLaTeX&" +
|
||||
"redirect_uri=http://www.sharelatex.com&" +
|
||||
|
|
|
@ -30,7 +30,7 @@ body.editor {
|
|||
z-index: 1040;
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
background-image: url(/img/logo/lion-128.png);
|
||||
background-image: url(/brand/logo/logo-128.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center 0px;
|
||||
padding-top: 130px;
|
||||
|
@ -98,22 +98,22 @@ body.editor {
|
|||
height: 40px;
|
||||
}
|
||||
a.code-tab {
|
||||
background-image: url(/img/pictos/code.png);
|
||||
background-image: url(/brand/pictos/code.png);
|
||||
}
|
||||
a.history-tab {
|
||||
background-image: url(/img/pictos/history.png);
|
||||
background-image: url(/brand/pictos/history.png);
|
||||
}
|
||||
a.settings-tab, a.account-settings-tab {
|
||||
background-image: url(/img/pictos/settings.png);
|
||||
background-image: url(/brand/pictos/settings.png);
|
||||
}
|
||||
a.collaborators-tab {
|
||||
background-image: url(/img/pictos/collaborators.png);
|
||||
background-image: url(/brand/pictos/collaborators.png);
|
||||
}
|
||||
a.project-list-tab {
|
||||
background-image: url(/img/pictos/projects.png);
|
||||
background-image: url(/brand/pictos/projects.png);
|
||||
}
|
||||
a.subscription-tab {
|
||||
background-image: url(/img/pictos/subscription.png);
|
||||
background-image: url(/brand/pictos/subscription.png);
|
||||
}
|
||||
|
||||
#toolbar-footer {
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
.welcome {
|
||||
width: 350px;
|
||||
margin: auto;
|
||||
background-image: url(/img/logo/lion-128.png);
|
||||
background-image: url(/brand/logo/logo-128.png);
|
||||
background-position: top center;
|
||||
background-repeat: no-repeat;
|
||||
h2 {
|
||||
|
|