1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-09-09 05:30:45 +02:00
This commit is contained in:
Lars Jung
2011-06-16 01:53:16 +02:00
parent eb20529d08
commit 9ca2b61a9c
4 changed files with 29 additions and 29 deletions

View File

@@ -162,7 +162,6 @@ table .size {
div#empty {
display: none;
text-align: center;
margin: 50px 0px;
color: #ddd;
@@ -171,12 +170,12 @@ div#empty {
}
#box {
#icons {
padding: 10px;
border: 1px solid #eee;
border-radius: 15px;
}
#box .entry {
#icons .entry {
margin: 8px;
padding: 8px;
width: 100px;
@@ -188,14 +187,14 @@ div#empty {
cursor: pointer;
border: 1px solid rgba(0,0,0,0);
}
#box .entry:hover {
#icons .entry:hover {
color: #e80;
border-color: #eee;
-webkit-box-shadow: 0px 0px 20px #555;
-moz-box-shadow: 0px 0px 20px #555;
box-shadow: 0px 0px 20px #999;
}
#box .entry img {
#icons .entry img {
width: 48px;
height: 48px;
margin: 0px 0px 8px 0px;