comparison style-rlg.css @ 57:e7c864e80a79

RLG-Web client: explain when there are no games to watch If no games are available for watching, display a message saying so instead of showing an empty table.
author John "Elwin" Edwards <elwin@sdf.org>
date Mon, 18 Jun 2012 16:53:44 -0700
parents 7f3ca16409fe
children b6a3b26fe0dc
comparison
equal deleted inserted replaced
56:7f3ca16409fe 57:e7c864e80a79
57 } 57 }
58 58
59 div#register div.formtable span.ibutton { 59 div#register div.formtable span.ibutton {
60 font-weight: bold; 60 font-weight: bold;
61 } 61 }
62
63 div#nogames {
64 display: none;
65 text-align: center;
66 }