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,26 +166,24 @@
} }
} }
/* No Content ------------------------------------------------*/ }
.no_content {
position: absolute; /* No Content ------------------------------------------------*/
top: 50%; .no_content {
left: 50%; position: absolute;
height: 160px; top: 50%;
width: 180px; left: 50%;
margin-top: -60px; padding-top: 20px;
margin-left: -90px; color: rgba(10, 10, 10, 1);
padding-top: 20px; color: black(.9);
color: rgba(15, 15, 15, 1); text-shadow: 0 1px 0 white(.02);
text-shadow: 0 1px 0 white(.01); text-align: center;
text-align: center; transform: translateX(-50%) translateY(-50%);
.icon { font-size: 80px; } .icon { font-size: 80px; }
p { p {
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
} }
}
} }