mirror of
https://github.com/danbee/tube-status-server
synced 2025-03-04 08:39:12 +00:00
Minor styling tweak.
This commit is contained in:
parent
e655ddbe42
commit
cc19323910
@ -3,7 +3,7 @@ li .name {
|
|||||||
padding: 0.2em 0.5em;
|
padding: 0.2em 0.5em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(255, 255, 255, 0.6);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.1); }
|
border: 1px solid rgba(0, 0, 0, 0.1); }
|
||||||
|
|
||||||
li .status {
|
li .status {
|
||||||
|
|||||||
@ -3,7 +3,7 @@ li .name {
|
|||||||
padding: 0.2em 0.5em;
|
padding: 0.2em 0.5em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(255, 255, 255, 0.6);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
li .status { float: right; text-transform: capitalize; font-size: 0.8em; padding-top: 0.1em; }
|
li .status { float: right; text-transform: capitalize; font-size: 0.8em; padding-top: 0.1em; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user