| author | Malgorzata Janczarska | 2011-05-25 05:31:50 (EDT) |
|---|---|---|
| committer | Malgorzata Janczarska | 2011-05-25 05:31:50 (EDT) |
| commit | fba5ea5e2263f8cb08d88578cae8958710122077 (patch) (side-by-side diff) | |
| tree | dc6eacbf4b0fad0b552719abce9bd53958f044b0 | |
| parent | 833a51102eea5f6065fad7c4c5061f19b49f0c50 (diff) | |
| download | org.eclipse.orion.client-fba5ea5e2263f8cb08d88578cae8958710122077.zip org.eclipse.orion.client-fba5ea5e2263f8cb08d88578cae8958710122077.tar.gz org.eclipse.orion.client-fba5ea5e2263f8cb08d88578cae8958710122077.tar.bz2 | |
Bug 346284 - [client] Horizontal scrollbar on the git log page issue
Change-Id: I0e13c15ca514e08bdadaab79e04e6c4b65c4dd9b
| -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 cd444ff..4ed3d6e 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="mainpane">
+ <div id="explorer-tree" class="navigator">
<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 75eec80..ccd355a 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="mainpane">
+ <div id="explorer-tree" class="navigator">
<!-- Breadcrumbs, commit navigator content go here -->
</div>
</div>
|

