Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
bitcoin-top
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Daniel Edgecumbe
bitcoin-top
Commits
dc18a5e6
Commit
dc18a5e6
authored
Nov 12, 2018
by
Daniel Edgecumbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various tweaks to styling; fix pointless scrollbars
parent
70702a54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
index.css
nginx/public_html/index.css
+11
-6
No files found.
nginx/public_html/index.css
View file @
dc18a5e6
...
...
@@ -98,7 +98,7 @@ div#app.nav_hidden {
div
#leftcol
{
overflow-x
:
hidden
;
overflow-y
:
scroll
;
overflow-y
:
auto
;
background-color
:
var
(
--primary-2
);
color
:
var
(
--neutral-6
);
}
...
...
@@ -175,7 +175,7 @@ div#leftcol { text-align: center; }
div
#rightcol
{
background-color
:
var
(
--neutral-6
);
overflow-x
:
hidden
;
overflow-y
:
scroll
;
overflow-y
:
auto
;
}
div
#rightcol
.staging
{
background-color
:
var
(
--red-6
);
}
...
...
@@ -314,7 +314,7 @@ div.c3chart {
}
*/
div
.tab
{
width
:
100%
;
height
:
100%
;
}
div
.tab
{
width
:
100%
;
}
div
#donations
img
{
width
:
5rem
;
}
div
#donations
a
{
font-family
:
monospace
;
font-size
:
1rem
;
}
...
...
@@ -322,9 +322,9 @@ div#donations a { font-family: monospace; font-size: 1rem; }
div
#contact
a
{
font-family
:
monospace
;
font-size
:
1rem
;
}
table
{
width
:
100%
;
}
th
,
td
{
text-align
:
center
;
}
th
{
b
order
:
1px
dotted
black
;
}
td
{
b
order
:
1px
dotted
lightgray
;
}
th
,
td
{
text-align
:
center
;
border-radius
:
0.3rem
;
}
th
{
b
ackground-color
:
var
(
--neutral-5
)
;
}
td
{
b
ackground-color
:
var
(
--neutral-6
)
;
}
div
#tab-chooser
span
.selected
{
background
:
var
(
--primary-1
);
}
div
#tab-chooser
span
:hover
{
background
:
var
(
--primary-3
);
}
...
...
@@ -505,3 +505,8 @@ div#about {
grid-template-columns
:
1
fr
1
fr
;
margin
:
2rem
;
}
/* temporary hacks */
div
#tab-block-template
,
div
#tab-mempool-table
,
div
#tab-blocks
,
div
#tab-peers
,
div
#tab-network-chart
{
padding
:
1rem
;
}
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