Skip to content

Commit

Permalink
#61 | Contex Menu is shifted
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-null committed Nov 8, 2016
1 parent ab79f29 commit 085b59a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[![Build status](https://ci.appveyor.com/api/projects/status/4nag8qas7dk96nme/branch/master?svg=true)](https://ci.appveyor.com/project/alannull/sc-ext/branch/master)

# Sitecore Extensions
Sitecore Extensions is a google chrome extension which provides small improvements for Sitecore CMS.

Sitecore Extensions is a google chrome/firefox extension which provides small improvements for Sitecore CMS.

## Supported versions:
- Sitecore.NET 8.2
- Sitecore.NET 8.1
- Sitecore.NET 8.0
- Sitecore.NET 7.5 (partial)
- Sitecore.NET 7.2 (partial)
- Sitecore.NET 8.2
- Sitecore.NET 8.1
- Sitecore.NET 8.0
- Sitecore.NET 7.5 (partial)
- Sitecore.NET 7.2 (partial)
- Sitecore.NET 7.1 (partial)
- Sitecore.NET 7.0 (partial)

Expand All @@ -24,7 +24,7 @@ Sitecore Extensions is a google chrome extension which provides small improvemen
## Contributing
If you are interested in fixing issues and contributing directly to the code base, please see the document [How to Contribute](.github/CONTRIBUTING.md)

## Development
## Development
Follow steps below if you want to start coding.
#### Prerequisites
Install **nodejs**
Expand All @@ -49,7 +49,7 @@ Build project
```
gulp build
```
Run watch task if you want dynamic code rebuild in the background
Run watch task if you want dynamic code rebuild in the background
```
gulp watch
```
Expand Down
1 change: 0 additions & 1 deletion app/sc_ext/modules/treeScope/Popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ namespace SitecoreExtensions.Modules.TreeScope {

let value = buttonHeight * count;
this.popupElement.style.height = (this.parseStyleInt(this.popupElement.style.height) + value) + "px";
this.popupElement.style.top = (this.parseStyleInt(this.popupElement.style.top) - value) + "px";
}

private getNumberOfExistingButtons(): number {
Expand Down

0 comments on commit 085b59a

Please sign in to comment.