Changeset 900 for cpc/trunk/project/web
- Timestamp:
- Oct 19, 2009, 12:13:42 AM (11 years ago)
- Location:
- cpc/trunk/project/web/css/xneth
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/css/xneth/style.css
r886 r900 9 9 /* Captcha */ 10 10 .captcha { 11 width: 325px; 12 padding: 5px; 13 background-color: #EFEEEE; 14 border: 1px solid #AFAFAF; 11 background-color: #EFEADA; 15 12 } 16 13 .image_captcha { 17 14 float: left; 15 width: 157px; 16 height: 78px; 17 background: url('images/captcha_fond.png') no-repeat 0 0; 18 18 } 19 19 .image_captcha img { … … 21 21 width: 134px; 22 22 border: 1px solid #AAA9AD; 23 margin: 10px; 23 24 } 24 25 .images_fonctions { 25 26 float: left; 26 27 width: 30px; 27 border-right: 1px solid #AFAFAF; 28 height: 76px; 29 background-color: #F2F2E6; 30 border: 1px solid #AFAFAF; 28 31 } 29 32 .images_fonctions img { 30 33 float: left; 31 margin: 3px; 34 padding-top: 10px; 35 padding-left: 3px; 36 } 37 .cont_code { 38 float: right; 39 width: 157px; 40 height: 78px; 41 background: url('images/captcha_fond.png') no-repeat -8px 0; 32 42 } 33 43 .entrer_code { 34 float: right;35 line-height: 25px;44 width: 134px; 45 height: 54px; 36 46 text-align: center; 47 line-height: 22px; 48 background-color: #FFFEFA; 49 border: 1px solid #AFAFAF; 50 margin: 10px; 37 51 } 38 52 … … 51 65 padding: 10px; 52 66 border-bottom: 1px dashed #E8E7E4; 67 } 68 .form th { 69 text-align: left; 53 70 } 54 71 .form td { … … 63 80 margin-top: 35px; 64 81 margin-bottom: 35px; 65 background: #fff url('images/minilogo_nosdeputes_fond.png') no-repeat 95% 15%;82 background: #fff url('images/minilogo_nosdeputes_fond.png') no-repeat 95% 60px; 66 83 } 67 84 .b_f_h { … … 94 111 padding: 10px; 95 112 border-bottom: 1px dashed #E8E7E4; 113 } 114 .b_f_cont th { 115 text-align: left; 116 } 117 .b_f_cont td { 118 text-align: right; 96 119 } 97 120 .bf_cont h1 {
Note: See TracChangeset
for help on using the changeset viewer.