| 1 |
form {margin: 0;} |
| 2 |
input[type="button"]{padding: 2px 24px 2px 24px;} |
| 3 |
#item-form label {vertical-align: top;} |
| 4 |
#item-form textarea#description, |
| 5 |
#item-form textarea#license { |
| 6 |
width: 727px; height: 188px; |
| 7 |
} |
| 8 |
#item-form textarea#keywords {width: 727px; height: 34px;} |
| 9 |
#item-form #code { |
| 10 |
margin-top: 15px; |
| 11 |
width: 746px; |
| 12 |
height: 348px; |
| 13 |
} |
| 14 |
#item-form textarea#changeLog { |
| 15 |
height: 247px; |
| 16 |
width: 523px; |
| 17 |
margin-left: 2px; |
| 18 |
} |
| 19 |
#item-form #form-tabs .ui-tabs-panel {height: 474px; overflow: auto;} |
| 20 |
#item-form select{margin-left: -2px;} |
| 21 |
#item-form input#email, |
| 22 |
#item-form input#url{ |
| 23 |
width: 384px; |
| 24 |
} |
| 25 |
#item-form sub { |
| 26 |
color: red; |
| 27 |
position: relative; |
| 28 |
top: -7px; |
| 29 |
} |