overhauled histograms
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -313,6 +313,10 @@ tr:hover .taglist .tag button {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.histo .bar{
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
#app nav a{
|
||||
background: black;
|
||||
|
||||
@@ -504,6 +504,14 @@ a.wikilink{
|
||||
}
|
||||
}
|
||||
|
||||
.poll .weight .description{
|
||||
display: block;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.histo {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.grid2{
|
||||
|
||||
@@ -304,6 +304,10 @@ tr:hover .taglist .tag button {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.histo .bar{
|
||||
background: #a00;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
#app nav a{
|
||||
background: black;
|
||||
|
||||
@@ -624,6 +624,10 @@ a.wikilink{
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.histo {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.grid2,
|
||||
.grid3{
|
||||
|
||||
@@ -283,6 +283,10 @@ tr:hover .taglist .tag button {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.histo .bar{
|
||||
background: cyan;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
#app nav a{
|
||||
background: white;
|
||||
|
||||
@@ -504,6 +504,14 @@ a.wikilink{
|
||||
}
|
||||
}
|
||||
|
||||
.poll .weight .description{
|
||||
display: block;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.histo {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.grid2{
|
||||
|
||||
Reference in New Issue
Block a user