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
bdcfd4c8
Commit
bdcfd4c8
authored
Aug 28, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove uneeded css && margin on contracts ui
parent
32d46d5f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
30 deletions
+0
-30
browser-solidity.css
assets/css/browser-solidity.css
+0
-13
universal-dapp.css
assets/css/universal-dapp.css
+0
-14
universal-dapp.js
src/universal-dapp.js
+0
-3
No files found.
assets/css/browser-solidity.css
View file @
bdcfd4c8
...
...
@@ -180,19 +180,6 @@
font-weight
:
bold
;
}
.contract.hidesub
{
padding-bottom
:
0
;
margin
:
0
;
}
.contract.hidesub
>
*
:not
(
.title
)
{
display
:
none
;
}
.contract.hidesub
>
.title
:before
{
content
:
"\25B6"
;
}
#output
.udapp
{
border
:
0
none
;
box-shadow
:
none
;
...
...
assets/css/universal-dapp.css
View file @
bdcfd4c8
...
...
@@ -109,12 +109,6 @@
cursor
:
pointer
;
}
.udapp
.instance.hidesub
.title
{
margin-bottom
:
0
;
padding-right
:
1.5em
;
word-wrap
:
break-word
;
}
.udapp
.instance
.title
:before
{
content
:
"\25BC"
;
opacity
:
0.5
;
...
...
@@ -123,14 +117,6 @@
margin-top
:
0.2em
;
}
.udapp
.instance.hidesub
>
*
:not
(
.title
)
{
display
:
none
;
}
.udapp
.instance.hidesub
>
.title
:before
{
content
:
"\25B6"
;
}
#runTabView
.contractProperty
{
overflow
:
auto
;
margin-bottom
:
0.4em
;
...
...
src/universal-dapp.js
View file @
bdcfd4c8
...
...
@@ -57,9 +57,6 @@ var css = csjs`
content: "\\25B8";
margin-right: 5%;
}
.instance.hidesub {
margin: 0;
}
.instance.hidesub > * {
display: none;
}
...
...
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