Move copyright images into brand directory

This commit is contained in:
James Allen 2014-02-14 11:44:09 +00:00
parent 4ec7deb7d6
commit fd911c278f
20 changed files with 12 additions and 12167 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 428 B

View file

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

View file

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 486 B

View file

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 363 B

View file

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

View file

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 363 B

View file

@ -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&" +

File diff suppressed because it is too large Load diff

View file

@ -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 {

View file

@ -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 {