[fix] tweak the ux
This commit is contained in:
parent
9b7f4170b0
commit
330e128ede
@ -20,8 +20,6 @@ a:visited {color:#ff5555;}
|
|||||||
a:hover {color:#999999;}
|
a:hover {color:#999999;}
|
||||||
a:active {color:#ff5555;}
|
a:active {color:#ff5555;}
|
||||||
|
|
||||||
ul li {
|
|
||||||
}
|
|
||||||
body {
|
body {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
background:#000;
|
background:#000;
|
||||||
@ -33,11 +31,13 @@ body {
|
|||||||
table{
|
table{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr td {
|
table tr td {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.links a {
|
td.links a {
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
@ -55,3 +55,7 @@ th {
|
|||||||
td.name {
|
td.name {
|
||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
}
|
}
|
||||||
|
span.info {
|
||||||
|
float: right;
|
||||||
|
color: #655;
|
||||||
|
}
|
||||||
|
@ -368,7 +368,6 @@ jQuery(function(){
|
|||||||
jQuery("h2").live("click",function(e){
|
jQuery("h2").live("click",function(e){
|
||||||
var el = jQuery(this);
|
var el = jQuery(this);
|
||||||
el.next().toggle();
|
el.next().toggle();
|
||||||
el.find(".info").toggle();
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user