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
002126d2
Commit
002126d2
authored
Oct 08, 2015
by
d11e9
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tidy header
parent
4e19a755
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
7 deletions
+32
-7
index.html
index.html
+3
-6
browser-solidity.css
stylesheets/browser-solidity.css
+29
-1
No files found.
index.html
View file @
002126d2
...
...
@@ -62,17 +62,14 @@ THE SOFTWARE.
<div
id=
"righthand-panel"
>
<div
id=
"header"
>
<img
id=
"solIcon"
src=
"solidity.svg
"
>
<img
id=
"solIcon"
title=
"Solidity realtime compiler and runtime"
src=
"sol.gif
"
>
<div
class=
"info"
>
<p>
Version:
<span
id=
"version"
>
(loading)
</span><br/>
Change to:
<select
id=
"versionSelector"
></select>
</p>
<div
class=
"version"
>
Solidity version:
<span
id=
"version"
>
(loading)
</span>
change to:
<select
id=
"versionSelector"
></select></div>
</div>
<div
id=
"optimizeBox"
>
<button
id=
"gist"
title=
"Publish all files as public gist on github.com"
><img
src=
"stylesheets/github.png"
alt=
""
>
Publish gist
</button>
<label
for=
"editorWrap"
><input
id=
"editorWrap"
type=
"checkbox"
>
Text Wrap
</label>
<label
for=
"optimize"
><input
id=
"optimize"
type=
"checkbox"
>
Enable Optimization
</label>
<button
id=
"gist"
title=
"Publish all files as public gist on github.com"
>
Publish gist
</button>
<code
class=
"origin"
>
tx.origin:
<span
id=
"txorigin"
/></code>
<span
id=
"executionContext"
>
<label
for=
"vm"
title=
"Execution environment does not connect to any node, everything is local and in memory only."
>
...
...
stylesheets/browser-solidity.css
View file @
002126d2
...
...
@@ -120,18 +120,46 @@ body {
}
#header
#solIcon
{
float
:
righ
t
;
float
:
lef
t
;
height
:
5em
;
}
#header
.info
{
font-size
:
10px
;
font-family
:
monospace
;
min-height
:
5em
;
padding
:
1em
0
;
padding-left
:
7em
;
}
#header
#gist
{
background-color
:
#efefef
;
padding
:
0.25em
;
color
:
black
;
border
:
0
none
;
border-radius
:
0.5em
;
width
:
8em
;
margin-right
:
1em
;
cursor
:
pointer
;
}
#header
#gist
img
{
height
:
1.15em
;
margin-right
:
0.5em
;
}
#header
.origin
,
#header
#executionContext
{
padding
:
0.4em
1em
;
background-color
:
#efefef
;
display
:
block
;
margin-top
:
0.5em
;
word-wrap
:
break-word
;
}
#header
#executionContext
{
margin-top
:
0
;
}
.col1
{
width
:
30%
;
float
:
left
;
...
...
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