Changeset 5657
- Timestamp:
- Mar 11, 2008, 3:57:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/markup/style.css
r5638 r5657 77 77 zoom: 1; 78 78 } 79 *:first-child+html li { 79 *:first-child+html ul *, 80 *:first-child+html ol * { 80 81 zoom: normal; 81 82 } … … 83 84 zoom: 1; 84 85 } 85 * html li { 86 * html ul *, 87 * html ol * { 86 88 zoom: normal; 87 89 } … … 111 113 .input_password, 112 114 textarea { 113 border: 1px solid #888888;114 115 background-color: #f8f8f8; 115 116 } 117 .input_text, 118 .input_password, 119 textarea, 116 120 select { 117 121 border: 1px solid #888888; … … 173 177 .input_radio { 174 178 width: 16px; 175 dmargin-right: 2px;176 vertical-align: middle;177 179 } 178 180 ul.check { … … 699 701 width: 140px; 700 702 } 701 .formTable td p.publicSelector { 702 position: absolute; 703 right: 0; 704 top: 0; 705 } 706 div.pbox { 707 position: relative; 703 .formTable table table td { 704 padding: 0; 705 border: none; 706 } 707 .formTable textarea { 708 width: 99%; 709 } 710 .formTable table table td.publicSelector { 711 width: 150px; 712 text-align: right; 713 } 714 .formTable div.checkList ul { 715 overflow: hidden; 716 } 717 .formTable div.checkList li { 718 overflow: hidden; 719 float: left; 720 width: 27%; 721 padding-left: 18px; 722 text-indent: -18px; 723 line-height: 1.6; 724 } 725 .formTable div.operation { 726 padding: 10px 0; 708 727 } 709 728 /*==============================================================================
Note: See TracChangeset
for help on using the changeset viewer.