Minor style fixes remove console errors

stable
Xavier Julián 2014-08-29 08:54:41 +02:00
parent a34fe3c45e
commit 09082f512c
5 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
.us-created-by {
@include table-flex();
margin-top: .5rem;
margin-bottom: 1rem;
margin-top: .5rem;
position: relative;
.user-avatar {
@include table-flex-child(0, 40px, 0);

View File

@ -2,7 +2,7 @@
// Font face
@each $font-face in DroidSans, DroidSans-Bold, ostrichSans, OpenSans-CondLight-webfont, taiga {
@each $font-face in DroidSans, DroidSans-Bold, OpenSans-CondLight-webfont, taiga {
@font-face {
font-family: '#{$font-face}';
src: url('../fonts/#{$font-face}.eot?#iefix') format('embedded-opentype'),

View File

@ -2,7 +2,7 @@
header {
position: relative;
}
h1 {
h1 {
margin-bottom: 0;
}
p {

View File

@ -35,7 +35,6 @@
}
.status,
.points {
padding-right: 3rem;
position: relative;
text-align: right;
.popover {
@ -54,6 +53,7 @@
}
.pop-status {
@include popover(200px, 0, 65%, '', '');
padding-right: 1rem;
&.fix {
bottom: 0;
top: auto;
@ -70,6 +70,7 @@
}
.pop-points {
@include popover(150px, '', 30px, 10px, '');
padding-right: 3rem;
}
.pop-points-open {
@include popover(200px, 0, 260px, '', '');
@ -212,7 +213,7 @@
opacity: 0;
position: absolute;
right: 0;
top: -.1rem;
top: .1rem;
}
.icon-drag-v {
cursor: move;

View File

@ -38,6 +38,9 @@
&:first-child {
margin-top: 0;
}
&:last-child {
border: 0;
}
.username {
color: $green-taiga;
display: block;