1
0

Merge pull request #1530 from win32re/patch-1

Update template.html
This commit is contained in:
Alexander Harkness 2014-10-11 16:42:59 +01:00
commit d1a5abec89

View File

@ -51,7 +51,7 @@
table {
border-top: 1px solid #ddd;
width: 700px;
}
}
table tr th {
text-align: left;
@ -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;}