diff options
author | win32re <win32re@users.noreply.github.com> | 2014-10-11 17:40:33 +0200 |
---|---|---|
committer | win32re <win32re@users.noreply.github.com> | 2014-10-11 17:40:33 +0200 |
commit | d3f31b5046ebd2dacfcbeb96f900e12d2bddcad9 (patch) | |
tree | 1da2c4485967f45bb1e662c655a7725ed05d4f67 /MCServer/webadmin/template.html | |
parent | Fixed MSVC compilation. (diff) | |
download | cuberite-d3f31b5046ebd2dacfcbeb96f900e12d2bddcad9.tar cuberite-d3f31b5046ebd2dacfcbeb96f900e12d2bddcad9.tar.gz cuberite-d3f31b5046ebd2dacfcbeb96f900e12d2bddcad9.tar.bz2 cuberite-d3f31b5046ebd2dacfcbeb96f900e12d2bddcad9.tar.lz cuberite-d3f31b5046ebd2dacfcbeb96f900e12d2bddcad9.tar.xz cuberite-d3f31b5046ebd2dacfcbeb96f900e12d2bddcad9.tar.zst cuberite-d3f31b5046ebd2dacfcbeb96f900e12d2bddcad9.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/webadmin/template.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/MCServer/webadmin/template.html b/MCServer/webadmin/template.html index 822f73857..50eaa486b 100644 --- a/MCServer/webadmin/template.html +++ b/MCServer/webadmin/template.html @@ -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;} |