]> git.parisson.com Git - telemeta.git/commitdiff
change css + fix
authorjulia <>
Sun, 9 Mar 2008 18:50:34 +0000 (18:50 +0000)
committerjulia <>
Sun, 9 Mar 2008 18:50:34 +0000 (18:50 +0000)
telemeta/htdocs/css/more.gif
telemeta/htdocs/css/telemeta.css
telemeta/templates/collection_detail.html
telemeta/templates/mediaitem_detail.html

index 502526b5209d8f9739b8fc89378d187399e7a7cb..f4e7d5e6c46b1d8d8948c09040673da9866e2721 100644 (file)
Binary files a/telemeta/htdocs/css/more.gif and b/telemeta/htdocs/css/more.gif differ
index 48da02877b6ccb78a7ca4783cbf48c949c133098..f9390195c366fc363a6235f50ce661adb8910e19 100644 (file)
@@ -345,23 +345,6 @@ label.disabled { color: #d7d7d7 }
 
 
 /* Definition list */
-div.infos, div.extraInfos {
-    margin-bottom: 15px;
-}
-div.extraInfos {
-    border-top: 1px solid #949494;
-    border-left: 1px solid #949494;
-    border-right: 1px solid #949494;
-}
-div.extraInfos div {
-    padding: 0 5px;
-}
-div.extraInfos .nett {
-    border-bottom: 1px solid #949494;
-    position: relative;
-    height: 0;
-    margin-bottom: -5px;
-}
 dl {
     position: relative;
     margin: 0;
@@ -442,31 +425,45 @@ dl.dublincore dd.caption {
     padding-left: .4em;
 }
 
-/* extraInfos item/collection */
+/* infos item/collection */
+.infos, .extraInfos {
+    margin-bottom: 15px;
+}
+.extraInfos div {
+    padding: 0 5px;
+}
+.extraInfos .nett {
+    position: relative;
+    height: 0;
+    margin-bottom: -5px;
+}
 .extraInfos h4 {
-    background-color: #B8B7C1;
     clear: both;
     font-size: 0.9em;
     line-height: 1.4em;
 }
 .extraInfos h4 a {
     display: block;
-    color: #FFF;
+    color: #333;
     text-decoration: none;
     margin: 0;
-    background: transparent url(more.gif) no-repeat left top;
+    background: #fff url(more.gif) no-repeat left top;
     padding-bottom: 2px;
-    padding-left: 20px;
+    padding-left: 16px;
     border-bottom: none;
     outline: none;
 }
 .extraInfos h4 a:hover {
     background-color: transparent;
     border-bottom: none;
-    color: #EFEFEF;
+    color: #555;
+}
+.extraInfos h4.on {
+    border-bottom: 1px dotted #aaa;
+    margin-right: 15px;
 }
 .extraInfos h4.on a {
-    color: #FFF;
+    color: #333;
     background-position: 0 -17px;
 }
 
index e43ab70bb82d8656343a39e055c882217ddad3f6..92493b7c0e2b33504c5cb08f9c480e5eaf80123a 100644 (file)
             </div>
             <div class="nett"></div>
         </div>
-        </div>
         <h4>Items</h4>
         {% with object.ordered_items as items %}
             {% include "inc/mediaitem_list.html" %}
         {% endwith %}
+        </div>
     </div>
     <script type="text/javascript">
         ployBlocks();
index 22c6b56c5159abfa0c152b4d6b3873fc748c5331..a385625e203aab2fc9e1b1bc19a51b6c4c72841b 100644 (file)
@@ -80,7 +80,7 @@
                 <dt>Région / Village</dt><dd>{{ item.region_village }}</dd>\r
                 <dt>Ethnie/ Groupe social</dt><dd>{{ item.ethnie_grsocial }}</dd>\r
                 <dt>Aire culturelle</dt><dd>{{ item.aire_geo_cult }}</dd>\r
-                <dt>Contexte ethnographique</dt><dd>?</dd>\r
+                <dt>Contexte ethnographique</dt><dd><!-- champ ? --></dd>\r
                 <dt>Mots clés</dt><dd>{{ item.fonction_usage }}</dd>\r
                 <dt>Commentaires</dt><dd>{{ item.comm_fonctusage }}</dd>\r
                 </dl>\r
@@ -94,7 +94,7 @@
                 <dt>Forme / genre vernaculaire</dt><dd>{{ item.form_genr_style }}</dd>\r
                 <dt>Forme / genre générique</dt><dd>{{ item.formstyl_generi }}</dd>\r
                 </dl>\r
-                + bloc 4 col\r
+                <!-- + bloc 4 col -->\r
             </div>\r
             <div class="nett"></div>\r
         </div>\r