Commit 8a01690a authored by Leo Iannacone's avatar Leo Iannacone

some padding on status.icon

parent 6d3053b5
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
cursor: pointer; cursor: pointer;
} }
aside .nav-pills li {
line-height: 10px;
}
footer { footer {
height: 40px; height: 40px;
} }
...@@ -16,7 +20,6 @@ footer { ...@@ -16,7 +20,6 @@ footer {
padding-bottom: 40px; padding-bottom: 40px;
} }
footer { footer {
position: fixed; position: fixed;
padding-top: 10px; padding-top: 10px;
...@@ -31,11 +34,22 @@ footer { ...@@ -31,11 +34,22 @@ footer {
font-size: small; font-size: small;
} }
#status > span.label {
margin-right: 10px;
}
#status .packages { #status .packages {
display: inline; display: inline;
} }
aside .nav-pills li { #status .packages li a {
line-height: 10px; position: relative;
padding-right: 22px;
}
#status .packages li a .icon {
position: absolute;
top: 3px;
right: 5px;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment