source: extensions/GrumPluginClasses/css/inputPages.css @ 31786

Last change on this file since 31786 was 17562, checked in by grum, 12 years ago

bug:2723
+ improve some GPC framework functionnalities

File size: 280 bytes
RevLine 
[16012]1/* for inputPages plugin */
2
3ul.ui-inputPages {
4  width:100%;
5  margin: 0;
6  padding: 0;
7}
8
9ul.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;
[17562]16  min-width: 15px;
[16012]17  cursor:default;
18}
Note: See TracBrowser for help on using the repository browser.