source: extensions/Password_Policy/admin/template/pp.css @ 25028

Last change on this file since 25028 was 25028, checked in by Eric, 11 years ago
File size: 256 bytes
Line 
1/* PP instructions */
2li {
3  margin-bottom: 15px;
4}
5
6label {
7    cursor: pointer;
8    display: list-item;
9    list-style: none outside none;
10}
11
12/* jQuery cluetip instructions */
13label.cluetip
14{
15  display: block;
16  font-weight: bold;
17  margin-bottom: 5px;
18}
Note: See TracBrowser for help on using the repository browser.