Changeset 886 for cpc/trunk/project/web
- Timestamp:
- Oct 9, 2009, 3:42:00 AM (12 years ago)
- Location:
- cpc/trunk/project/web
- Files:
-
- 25 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/css/xneth/style.css
r872 r886 6 6 background: #e4e4e1 url('images/mosaique.gif') repeat; 7 7 } 8 9 /* Captcha */ 10 .captcha { 11 width: 325px; 12 padding: 5px; 13 background-color: #EFEEEE; 14 border: 1px solid #AFAFAF; 15 } 16 .image_captcha { 17 float: left; 18 } 19 .image_captcha img { 20 height: 54px; 21 width: 134px; 22 border: 1px solid #AAA9AD; 23 } 24 .images_fonctions { 25 float: left; 26 width: 30px; 27 border-right: 1px solid #AFAFAF; 28 } 29 .images_fonctions img { 30 float: left; 31 margin: 3px; 32 } 33 .entrer_code { 34 float: right; 35 line-height: 25px; 36 text-align: center; 37 } 38 8 39 /* Formulaires classiques */ 9 40 .form {
Note: See TracChangeset
for help on using the changeset viewer.