source: extensions/GrumPluginClasses/css/inputPosition.css @ 8961

Last change on this file since 8961 was 8961, checked in by grum, 13 years ago

release 3.4.0
fix bug:1984, bug:2109
js file are minified, remove packed files

  • Property svn:executable set to *
File size: 230 bytes
Line 
1/* for inputPosition plugin */
2.ui-inputPosition {
3  cursor:default;
4}
5.ui-inputPosition div {
6  width:100%;
7  height:100%;
8}
9.ui-inputPosition input[type='radio'] {
10  border:none;
11  background:transparent;
12  position:absolute;
13}
Note: See TracBrowser for help on using the repository browser.