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 { #content-header, #content-footer {
margin: 16px; margin: 16px;
color: #333; color: @col;
a, a:active, a:visited { a, a:active, a:visited {
color: @col-link; color: @col-link;

View file

@ -9,7 +9,7 @@
display: block; display: block;
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
}
th, td { th, td {
padding: 6px; padding: 6px;
text-align: left; text-align: left;
@ -17,18 +17,17 @@
} }
th { th {
padding-bottom: 18px; padding-bottom: 18px;
color: #555; color: #999;
font-weight: normal; font-weight: lighter;
opacity: 0.4;
} }
td { td {
border-bottom: 1px solid @col-border; border-bottom: 1px solid @col-border;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
}
a, a:active, a:visited { a, a:active, a:visited {
display: block; display: block;
color: #555; color: inherit;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
@ -36,7 +35,6 @@
color: @col-hover; color: @col-hover;
} }
} }
}
.fb-i { .fb-i {
width: 24px; width: 24px;
@ -59,7 +57,6 @@
width: 70px; width: 70px;
min-width: 70px; min-width: 70px;
} }
}
} }

View file

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

View file

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

View file

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