[ Index ] |
|
Code source de Seagull 0.6.1 |
1 /* 2 ======================Article Manager=========================*/ 3 4 /* 5 -- articleManager.html ---------------------------------------*/ 6 #frmAddArticle p label { 7 width: 140px; 8 } 9 #articleTypeSelector { 10 display: none; 11 position: absolute; 12 top: 2.4em; 13 left: 6.25em; 14 background: <?php echo $tertiaryLightest ?>; 15 border-style: solid; 16 border-color: <?php echo $primary ?>; 17 border-width: 1px; 18 } 19 #articleTypeSelector a { 20 display: block; 21 clear: left; 22 float: left; 23 margin: 0; 24 padding: 0 5px; 25 border: none; 26 background: none; 27 text-indent: 10px; 28 } 29 #articleTypeSelector a:hover { 30 border: none; 31 } 32 33 /* 34 -- articleMgrAdd.html / articleMgrEdit.html ------------------*/ 35 #articleAddOptions p label { 36 width: 200px; 37 } 38 #articleAddContent p label { 39 width: 80px; 40 text-align: left; 41 } 42 #articleAddContent p input.longText { 43 width: 80%; 44 } 45 #articleAddContent span.tipText { 46 width: 250%; 47 } 48 img.calendar{ 49 border: none; 50 vertical-align: middle; 51 cursor: pointer; 52 } 53 54 /* 55 =====================Document Manager=========================*/ 56 57 /* 58 -- documentManager.html ---------------------------------------*/ 59 #newAsset p label { 60 width: 140px; 61 } 62 63 /* 64 -- documentMgrAdd.html ---------------------------------------*/ 65 #uploadAsset p label { 66 width: 20%; 67 } 68 #uploadAsset input.longText, #uploadAsset textarea.longText { 69 width: 40%; 70 } 71 #uploadAsset textarea.longText { 72 height: 6em; 73 } 74 75 /* 76 -- documentMgrEdit.html ---------------------------------------*/ 77 #editAsset p label { 78 width: 20%; 79 padding-right: 2em; 80 } 81 #editAsset .longText { 82 width: 50%; 83 } 84 #editAsset textarea.longText { 85 height: 6em; 86 } 87 88 /* 89 -- contentTypeAdd.html / contentTypeEdit.html ---------------------------------------*/ 90 #addContentType p input.longText, #editContentType p input.longText { 91 width: 60%; 92 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 30 01:27:52 2007 | par Balluche grâce à PHPXref 0.7 |