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

Last change on this file since 25089 was 25089, checked in by Eric, 11 years ago

Initial release 2.5.0

File size: 298 bytes
RevLine 
[25028]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;
[25089]18}
19
20textarea.pp_textfields
21{
22  width: 70%;
[25028]23}
Note: See TracBrowser for help on using the repository browser.