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
831e6b62
Commit
831e6b62
authored
Aug 08, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update browser-solidity.css to the righthandpanel
parent
d7c431f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
55 deletions
+70
-55
browser-solidity.css
assets/css/browser-solidity.css
+70
-55
No files found.
assets/css/browser-solidity.css
View file @
831e6b62
...
...
@@ -42,27 +42,37 @@
display
:
inline-block
;
}
#header
{
#righthand-panel
{
top
:
0
;
right
:
0
;
bottom
:
0
;
box-sizing
:
border-box
;
overflow
:
hidden
;
}
#righthand-panel
{
font-size
:
13px
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
#
header
#solIcon
{
#
righthand-panel
#solIcon
{
float
:
right
;
height
:
90%
;
background-color
:
white
;
padding-right
:
1%
;
}
#
header
#menu
{
#
righthand-panel
#menu
{
border-bottom
:
3px
solid
#F4F6FF
;
height
:
2em
;
font-size
:
1em
;
padding-top
:
0.5em
;
box-sizing
:
content-box
;
display
:
flex
;
}
#
header
#options
{
#
righthand-panel
#options
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
...
...
@@ -70,55 +80,58 @@
justify-content
:
space-between
;
}
#
header
#options
li
.active
{
#
righthand-panel
#options
li
.active
{
background-color
:
#F4F6FF
;
}
#
header
#options
li
a
{
#
righthand-panel
#options
li
a
{
color
:
inherit
;
}
#header
#optionViews
{
clear
:
both
;
overflow
:
auto
;
#righthand-panel
#optionViews
{
background-color
:
#F4F6FF
;
overflow
:
scroll
;
height
:
100%
;
}
#
header
#optionViews
>
div
{
#
righthand-panel
#optionViews
>
div
{
display
:
none
;
}
#header
#optionViews
.txView
#txView
{
#righthand-panel
#optionViews
.txView
#txView
{
display
:
block
;
}
#righthand-panel
#optionViews
.settingsView
#settingsView
{
display
:
block
;
}
#
header
#optionViews
.settingsView
#settings
View
{
#
righthand-panel
#optionViews
.publishView
#publish
View
{
display
:
block
;
}
#
header
#optionViews
.publishView
#publish
View
{
#
righthand-panel
#optionViews
.compileView
#compileTab
View
{
display
:
block
;
}
#
header
#optionViews
.envView
#env
View
{
#
righthand-panel
#optionViews
.runView
#runTab
View
{
display
:
block
;
}
#
header
#optionViews
.debugView
#debugView
{
#
righthand-panel
#optionViews
.debugView
#debugView
{
display
:
block
;
}
#
header
#optionViews
.verificationView
#verificationView
{
#
righthand-panel
#optionViews
.verificationView
#verificationView
{
display
:
block
;
}
#
header
#optionViews
.staticanalysisView
#staticanalysisView
{
#
righthand-panel
#optionViews
.staticanalysisView
#staticanalysisView
{
display
:
block
;
}
#
header
#optionViews
.txView
input
,
#
header
#optionViews
.txView
select
{
#
righthand-panel
#optionViews
.txView
input
,
#
righthand-panel
#optionViews
.txView
select
{
max-width
:
13em
;
padding
:
0.3em
;
box-sizing
:
border-box
;
...
...
@@ -126,7 +139,7 @@
border-radius
:
3px
;
}
#
header
#optionViews
.pre
{
#
righthand-panel
#optionViews
.pre
{
word-wrap
:
break-word
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);
font-family
:
monospace
;
...
...
@@ -135,11 +148,11 @@
padding
:
0
0.6em
;
}
#
header
#optionViews
.hide
{
#
righthand-panel
#optionViews
.hide
{
display
:
none
;
}
#
header
.info
{
#
righthand-panel
.info
{
font-family
:
monospace
;
min-height
:
6em
;
padding
:
0.25em
0
;
...
...
@@ -158,31 +171,6 @@
cursor
:
pointer
;
}
#publishView
button
{
background-color
:
#C6CFF7
;
font-size
:
12px
;
margin-bottom
:
.5em
;
color
:
black
;
border
:
0
none
;
border-radius
:
3px
;
width
:
8em
;
height
:
20px
;
margin-right
:
1em
;
cursor
:
pointer
;
}
#staticanalysisView
button
{
background-color
:
#C6CFF7
;
font-size
:
12px
;
padding
:
0.25em
;
margin
:
2em
1em
.5em
0
;
color
:
black
;
border
:
0
none
;
border-radius
:
3px
;
width
:
8em
;
cursor
:
pointer
;
}
#debugView
button
{
background-color
:
#C6CFF7
;
font-size
:
12px
;
...
...
@@ -207,7 +195,7 @@
font-weight
:
bold
;
}
#
header
#versionSelector
{
#
righthand-panel
#versionSelector
{
text-decoration
:
none
;
background-color
:
#C6CFF7
;
cursor
:
pointer
;
...
...
@@ -269,6 +257,7 @@
margin-bottom
:
1em
;
}
.sol.success
,
.sol.error
,
.sol.warning
{
word-wrap
:
break-word
;
...
...
@@ -280,6 +269,7 @@
padding
:
8px
15px
;
}
.sol.success
pre
,
.sol.error
pre
,
.sol.warning
pre
{
background-color
:
transparent
;
...
...
@@ -290,6 +280,7 @@
border-radius
:
0
;
}
.sol.success
.close
,
.sol.error
.close
,
.sol.warning
.close
{
font-weight
:
bold
;
...
...
@@ -310,6 +301,22 @@
border
:
.2em
dotted
#ffbd01
;
}
.sol.success
{
background-color
:
hsla
(
59
,
56%
,
78%
,
0.5
);
border
:
.2em
dotted
green
;
}
#ghostbar
{
width
:
1px
;
background-color
:
red
;
opacity
:
0.5
;
position
:
absolute
;
cursor
:
col-resize
;
z-index
:
9999
;
top
:
0
;
bottom
:
0
;
}
input
[
readonly
]
{
display
:
block
;
width
:
100%
;
...
...
@@ -355,8 +362,13 @@ input[type="file"] {
/* Modal Header */
.modal-header
{
padding
:
2px
16px
;
background-color
:
orange
;
background-color
:
hsla
(
59
,
56%
,
78%
,
0.5
);
border-top-right-radius
:
3px
;
border-top-left-radius
:
3px
;
color
:
white
;
display
:
flex
;
align-items
:
baseline
;
justify-content
:
space-between
;
}
/* Modal Body */
...
...
@@ -365,8 +377,10 @@ input[type="file"] {
/* Modal Footer */
.modal-footer
{
padding
:
2px
16px
;
background-color
:
orange
;
color
:
white
;
background-color
:
hsla
(
59
,
56%
,
78%
,
0.5
);
color
:
black
;
display
:
flex
;
justify-content
:
flex-end
;
}
/* Modal Content */
...
...
@@ -375,13 +389,14 @@ input[type="file"] {
background-color
:
#fefefe
;
margin
:
auto
;
padding
:
0
;
border
:
1px
solid
#888
;
border-top-right-radius
:
3px
;
border-top-left-radius
:
3px
;
width
:
50%
;
box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
6px
20px
0
rgba
(
0
,
0
,
0
,
0.19
);
-webkit-animation-name
:
animatetop
;
-webkit-animation-duration
:
0.4s
;
animation-name
:
animatetop
;
animation-duration
:
0.4s
animation-duration
:
0.4s
;
}
#modal-footer-cancel
{
...
...
@@ -395,7 +410,7 @@ input[type="file"] {
/* Add Animation */
@-webkit-keyframes
animatetop
{
from
{
top
:
-300px
;
opacity
:
0
}
from
{
top
:
-300px
;
opacity
:
0
}
to
{
top
:
0
;
opacity
:
1
}
}
...
...
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