Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
a85a9e84
Commit
a85a9e84
authored
Oct 06, 2015
by
d11e9
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix dragbar not working when rhp is scolled
parent
28f9e179
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.html
index.html
+1
-1
browser-solidity.css
stylesheets/browser-solidity.css
+2
-2
No files found.
index.html
View file @
a85a9e84
...
...
@@ -56,10 +56,10 @@ THE SOFTWARE.
<span
class=
"newFile"
title=
"New File"
>
+
</span>
</div>
<div
id=
"input"
></div>
<div
id=
"dragbar"
></div>
</div>
<div
id=
"righthand-panel"
>
<div
id=
"dragbar"
></div>
<div
id=
"header"
>
<img
id=
"solIcon"
src=
"solidity.svg"
>
<h1>
Solidity realtime
<br/>
compiler and runtime
</h1>
...
...
stylesheets/browser-solidity.css
View file @
a85a9e84
...
...
@@ -215,8 +215,8 @@ body {
#dragbar
{
background-color
:
transparent
;
position
:
absolute
;
width
:
5
px
;
left
:
0
;
width
:
10
px
;
right
:
-10px
;
top
:
0
;
bottom
:
0
;
cursor
:
col-resize
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment