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
38a41d6c
Commit
38a41d6c
authored
Aug 08, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update files-teb styling
parent
fe57e448
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
files-tab.js
src/app/files-tab.js
+11
-4
No files found.
src/app/files-tab.js
View file @
38a41d6c
...
...
@@ -14,13 +14,19 @@ var css = csjs`
.filesTabView {
padding: 2%;
}
.crow {
margin-
top: 1em
;
.crow
extends
${
styles
.
displayBox
}
{
margin-
bottom: 1%
;
display: flex;
flex-wrap: wrap;
}
.infoBox extends
${
styles
.
infoTextBox
}
{
margin-top: 2em;
}
.button extends
${
styles
.
button
}
{
background-color:
${
styles
.
colors
.
blue
}
;
margin-bottom: .5em;
margin-right: 1em;
}
`
module
.
exports
=
filesTab
...
...
@@ -29,14 +35,15 @@ function filesTab (container, appAPI, events, opts) {
var
el
=
yo
`
<div class="
${
css
.
filesTabView
}
" id="publishView">
<div class="
${
css
.
crow
}
">
<button id="gist" title="Publish all files as public gist on github.com">
<button
class="
${
css
.
button
}
"
id="gist" title="Publish all files as public gist on github.com">
<i class="fa fa-github"></i>
Publish Gist
</button>
Publish all open files to an anonymous github gist.<br>
</div>
<div class="
${
css
.
crow
}
">
<button id="copyOver" title="Copy all files to another instance of browser-solidity.">
<button class="
${
css
.
button
}
" id="copyOver" title="Copy all files to another instance of browser-solidity.">
<i class="fa fa-files-o" aria-hidden="true"></i>
Copy files
</button>
Copy all files to another instance of Browser-solidity.
...
...
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