CSS: Add icon-big, comment-text and icon-col

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 16:39:50 +02:00
parent adbc6ee852
commit 5698a0448d
1 changed files with 42 additions and 29 deletions

View File

@ -17,6 +17,10 @@
} }
} }
.big-icon {
font-size: 28px;
}
.clearfix { .clearfix {
&:after { &:after {
content: ""; content: "";
@ -25,6 +29,15 @@
} }
} }
.comment-text {
color: @text-color-light;
font-family: @font-family-fixed;
}
.icon-col {
width: 28px;
}
.name-value-table { .name-value-table {
border-spacing: @vertical-padding 0; border-spacing: @vertical-padding 0;
line-height: @line-height; line-height: @line-height;
@ -65,6 +78,35 @@
font-size: @font-size-small; font-size: @font-size-small;
} }
.user-avatar {
height: 16px;
width: 16px;
}
a:hover .icon-cancel {
color: @color-critical;
}
a.button {
.button();
display: inline-block;
height: 35px;
line-height: 20px;
min-width: 175px;
&:hover {
text-decoration: none;
}
* {
line-height: inherit;
}
i {
font-size: 16px;
}
}
dl.feed-list { dl.feed-list {
dd { dd {
// Reset default margin // Reset default margin
@ -97,32 +139,3 @@ table.listing-table {
} }
} }
} }
a:hover .icon-cancel {
color: @color-critical;
}
a.button {
.button();
display: inline-block;
height: 35px;
line-height: 20px;
min-width: 175px;
&:hover {
text-decoration: none;
}
* {
line-height: inherit;
}
i {
font-size: 16px;
}
}
.user-avatar {
height: 16px;
width: 16px;
}