source:
extensions/GrumPluginClasses/css/inputPages.css
@
24865
Last change on this file since 24865 was 17562, checked in by , 12 years ago | |
---|---|
File size: 280 bytes |
Line | |
---|---|
1 | /* for inputPages plugin */ |
2 | |
3 | ul.ui-inputPages { |
4 | width:100%; |
5 | margin: 0; |
6 | padding: 0; |
7 | } |
8 | |
9 | ul.ui-inputPages li { |
10 | display: inline-block; |
11 | height: 15px; |
12 | list-style: none outside none; |
13 | margin: 1px; |
14 | padding: 0px; |
15 | text-align: center; |
16 | min-width: 15px; |
17 | cursor:default; |
18 | } |
Note: See TracBrowser
for help on using the repository browser.