Clean styles.

This commit is contained in:
Lars Jung 2014-12-06 20:04:26 +01:00
parent b0c779b514
commit 1670528bec
5 changed files with 43 additions and 59 deletions

View file

@ -7,7 +7,7 @@
#content-header, #content-footer {
margin: 16px;
color: #333;
color: @col;
a, a:active, a:visited {
color: @col-link;

View file

@ -9,57 +9,54 @@
display: block;
width: 100%;
border-collapse: collapse;
}
th, td {
padding: 6px;
text-align: left;
border: none;
}
th {
padding-bottom: 18px;
color: #999;
font-weight: lighter;
}
td {
border-bottom: 1px solid @col-border;
overflow: hidden;
white-space: nowrap;
}
a, a:active, a:visited {
display: block;
color: inherit;
text-decoration: none;
cursor: pointer;
th, td {
padding: 6px;
text-align: left;
border: none;
&:hover {
color: @col-hover;
}
th {
padding-bottom: 18px;
color: #555;
font-weight: normal;
opacity: 0.4;
}
td {
border-bottom: 1px solid @col-border;
overflow: hidden;
white-space: nowrap;
}
.fb-i {
width: 24px;
a, a:active, a:visited {
display: block;
color: #555;
text-decoration: none;
cursor: pointer;
&:hover {
color: @col-hover;
}
}
}
.fb-i {
img {
width: 24px;
img {
width: 24px;
height: 24px;
}
}
.fb-n {
width: 682px;
max-width: 682px;
}
.fb-d {
text-align: right;
width: 160px;
min-width: 160px;
}
.fb-s {
text-align: right;
width: 70px;
min-width: 70px;
height: 24px;
}
}
.fb-n {
width: 682px;
max-width: 682px;
}
.fb-d {
text-align: right;
width: 160px;
min-width: 160px;
}
.fb-s {
text-align: right;
width: 70px;
min-width: 70px;
}
}

View file

@ -24,12 +24,6 @@
display: none;
}
}
}
@media only screen and (max-width: 500px) {
body {
margin: 8px;
}
#tree {
display: none !important;
}

View file

@ -6,7 +6,6 @@
order: 99;
width: 200px;
padding: 16px 8px 16px 16px;
// background: #eaeaea;
border-left: 1px solid @col-border;
}

View file

@ -4,8 +4,6 @@
flex: 0 0 auto;
order: 1;
min-height: 30px;
// background-color: @col-widget-back;
// border-bottom: @border-widget;
font-weight: lighter;
background: #fafafa;
@ -42,12 +40,9 @@
.transition(all 0.2s ease-in-out);
display: block;
// height: 30px;
// line-height: 30px;
height: 48px;
line-height: 48px;
font-size: 15px;
// padding: 0 10px;
padding: 0 6px;
&:hover, &.hover {
@ -67,7 +62,6 @@
opacity: 0.8;
}
img + span, img + input {
// margin-left: 6px;
margin-left: 8px;
}
.crumb {