Fixed a problem with the .no_content styling

This commit is contained in:
Tobias Reich 2015-01-20 13:20:17 +01:00
parent 53c1366e7e
commit 0e70328094

View File

@ -166,19 +166,19 @@
} }
} }
}
/* No Content ------------------------------------------------*/ /* No Content ------------------------------------------------*/
.no_content { .no_content {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
height: 160px;
width: 180px;
margin-top: -60px;
margin-left: -90px;
padding-top: 20px; padding-top: 20px;
color: rgba(15, 15, 15, 1); color: rgba(10, 10, 10, 1);
text-shadow: 0 1px 0 white(.01); color: black(.9);
text-shadow: 0 1px 0 white(.02);
text-align: center; text-align: center;
transform: translateX(-50%) translateY(-50%);
.icon { font-size: 80px; } .icon { font-size: 80px; }
@ -187,5 +187,3 @@
font-weight: bold; font-weight: bold;
} }
} }
}