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
9e7fe56e
Commit
9e7fe56e
authored
Oct 04, 2015
by
chriseth
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'd11e9-gh-pages' into preservePreviousContent
Conflicts: index.html
parents
ec718645
ad567503
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
2 deletions
+57
-2
ballot.sol.js
ballot.sol.js
+1
-0
index.html
index.html
+0
-0
browser-solidity.css
stylesheets/browser-solidity.css
+56
-2
No files found.
ballot.sol.js
View file @
9e7fe56e
...
...
@@ -25,6 +25,7 @@
var
multi
=
function
(
func
)
{
return
func
.
toString
().
match
(
/
[^]
*
\/\*([^]
*
)\*\/\}
$/
)[
1
];
}
var
BALLOT_EXAMPLE
=
multi
(
function
(){
/*contract Ballot {
struct Voter {
uint weight;
bool voted;
...
...
index.html
View file @
9e7fe56e
This diff is collapsed.
Click to expand it.
stylesheets/browser-solidity.css
View file @
9e7fe56e
...
...
@@ -10,12 +10,66 @@ body {
width
:
auto
;
bottom
:
0px
;
right
:
37em
;
}
#input
{
#files
{
font-size
:
15px
;
height
:
2.5em
;
box-sizing
:
border-box
;
line-height
:
2em
;
padding
:
0.5em
0.5em
0
;
}
#files
.file
,
#files
.newFile
{
display
:
inline-block
;
padding
:
0
0.6em
;
box-sizing
:
border-box
;
background-color
:
#f0f0f0
;
cursor
:
pointer
;
margin-right
:
0.5em
;
position
:
relative
;
}
#files
.newFile
{
background-color
:
#B1EAC5
;
font-weight
:
bold
;
color
:
#4E775D
;
}
#files
.file.active
{
font-weight
:
bold
;
border-bottom
:
0
none
;
padding-right
:
2.5em
;
}
#files
.file
.remove
{
position
:
absolute
;
right
:
0
;
top
:
0
;
height
:
1.25em
;
width
:
1.25em
;
line-height
:
1em
;
border-radius
:
1em
;
color
:
#FF8080
;
display
:
none
;
margin
:
0.4em
;
text-align
:
center
;
}
#files
.file
input
{
background-color
:
transparent
;
border
:
0
none
;
border-bottom
:
1px
dotted
black
;
line-height
:
1em
;
margin
:
0.5em
0
;
}
#files
.file.active
.remove
{
display
:
inline-block
;
}
#input
{
font-size
:
15px
;
position
:
absolute
;
top
:
2.5em
;
left
:
0
;
right
:
0
;
bottom
:
0
;
...
...
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