| author | Malgorzata Janczarska | 2011-05-25 06:55:32 (EDT) |
|---|---|---|
| committer | Malgorzata Janczarska | 2011-05-25 06:55:32 (EDT) |
| commit | 979f64ba72a0489df2dc32bd69c7e39d372eb7b4 (patch) (side-by-side diff) | |
| tree | 0b31884b92bee94fe28571e9caebde56e161dd14 | |
| parent | 943d6b644decd518fdff526a9982767d1f17eb1f (diff) | |
| download | org.eclipse.orion.client-979f64ba72a0489df2dc32bd69c7e39d372eb7b4.zip org.eclipse.orion.client-979f64ba72a0489df2dc32bd69c7e39d372eb7b4.tar.gz org.eclipse.orion.client-979f64ba72a0489df2dc32bd69c7e39d372eb7b4.tar.bz2 | |
Bug 346284 - [client] Horizontal scrollbar on the git log page issue -
correction
Change-Id: I286d0b3537a18a290ee4a667e7eae06312b976c8
| -rw-r--r-- | bundles/org.eclipse.orion.client.git/static/git-clone.html | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.orion.client.git/static/git-log.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.orion.client.git/static/git-clone.html b/bundles/org.eclipse.orion.client.git/static/git-clone.html index 4ed3d6e..5b9f73c 100644 --- a/bundles/org.eclipse.orion.client.git/static/git-clone.html +++ b/bundles/org.eclipse.orion.client.git/static/git-clone.html @@ -55,7 +55,7 @@ </div>
<div class="mainpane" style="margin-left: 44px; " id="rightPane" dojoType="dijit.layout.ContentPane" region="center" splitter="false">
- <div id="explorer-tree" class="navigator">
+ <div id="explorer-tree" class="navigator" style="margin-left: 16px">
<div id="clonesList" style="min-width: 500px">
<div id="clonesProgress">Loading git clones...</div>
</div>
diff --git a/bundles/org.eclipse.orion.client.git/static/git-log.html b/bundles/org.eclipse.orion.client.git/static/git-log.html index ccd355a..77f2e2e 100644 --- a/bundles/org.eclipse.orion.client.git/static/git-log.html +++ b/bundles/org.eclipse.orion.client.git/static/git-log.html @@ -74,7 +74,7 @@ </div>
</div>
<div class="mainpane" id="centerPane" dojoType="dijit.layout.ContentPane" region="center" splitter="false">
- <div id="explorer-tree" class="navigator">
+ <div id="explorer-tree" class="navigator" style="margin-left: 16px">
<!-- Breadcrumbs, commit navigator content go here -->
</div>
</div>
|

