Skip to content

Commit

Permalink
Update template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
win32re committed Oct 11, 2014
1 parent a47d9e5 commit d3f31b5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions MCServer/webadmin/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
table {
border-top: 1px solid #ddd;
width: 700px;
}
}

table tr th {
text-align: left;
Expand All @@ -71,17 +71,23 @@
border: 1px solid #ddd;
border-radius: 3px;
}
#main table tr.odd td {

#main table tr.odd td {
background: #fbfbfb;
}

table tr:hover td { background: #fdfcf6; }
table tr:hover td {
background: #fdfcf6;
}

table .action {
text-align: right;
padding: 0 20px 0 10px;
}

table tr .action a { color: #9b9b9b; }
table tr .action a {
color: #9b9b9b;
}

#cssmenu{ height:10px; display:table; padding:0; margin: 0 auto; border:1px #707070 solid; border-radius:5px; }
#cssmenu > ul {list-style:inside none; padding:0; margin:0;}
Expand Down

0 comments on commit d3f31b5

Please sign in to comment.