Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 211338 Details for
Bug 371230
[FF] The 'Clone into' button on GitHub just says "Clone into"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix v01
clipboard.txt (text/plain), 1.34 KB, created by
Tomasz Zarna
on 2012-02-21 11:05:02 EST
(
hide
)
Description:
Fix v01
Filename:
MIME Type:
Creator:
Tomasz Zarna
Created:
2012-02-21 11:05:02 EST
Size:
1.34 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.core/web/images/orion-small.png b/bundles/org.eclipse.orion.client.core/web/images/orion-small.png >new file mode 100644 >index 0000000..99ed67c >--- /dev/null >+++ b/bundles/org.eclipse.orion.client.core/web/images/orion-small.png >Binary files differ >diff --git a/bundles/org.eclipse.orion.client.git.greasemonkey/github.com/cloneIntoOrion.user.js b/bundles/org.eclipse.orion.client.git.greasemonkey/github.com/cloneIntoOrion.user.js >index 7fb7190..1e5f342 100644 >--- a/bundles/org.eclipse.orion.client.git.greasemonkey/github.com/cloneIntoOrion.user.js >+++ b/bundles/org.eclipse.orion.client.git.greasemonkey/github.com/cloneIntoOrion.user.js >@@ -38,12 +38,12 @@ > > var span = document.createElement("span"); > span.innerHTML = "Clone into"; >- span.style["background-repeat"] = "no-repeat"; >- span.style["background-position"] = "right 2px"; >- span.style["padding-left"] = "2px"; >- span.style["padding-right"] = "45px"; >- span.style["background-image"] = orionSmallGif; >- span.style["margin-right"] = "5px"; >+ span.style.backgroundRepeat = "no-repeat"; >+ span.style.backgroundPosition = "right 2px"; >+ span.style.paddingLeft = "2px"; >+ span.style.paddingRight = "45px"; >+ span.style.backgroundImage = orionSmallGif; >+ span.style.marginRight = "5px"; > > a.appendChild(span); > li.appendChild(a);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 371230
: 211338 |
211339