Xxe/Css/publidoc.css
changeset 166 4e4c9b47f2a1
parent 156 29405a66e77b
child 174 ca43d2c3a2c2
--- a/Xxe/Css/publidoc.css	lun. févr. 04 18:00:19 2013 +0100
+++ b/Xxe/Css/publidoc.css	lun. févr. 04 22:48:10 2013 +0100
@@ -283,15 +283,36 @@
   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
            " Type = " text-field(attribute, type, columns, 5, color, black);
 }
+section[for]:before {
+  content: insert-before-button() add-attribute-button(icon, icon(plus-box))
+           " Pour = " text-field(attribute, for, columns, 5, color, black);
+}
 section[xml|lang]:before {
   content: insert-before-button() add-attribute-button(icon, icon(plus-box))
            " Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
 }
+section[type][for]:before {
+  content: insert-before-button() add-attribute-button(icon, icon(plus-box))
+           " Type = " text-field(attribute, type, columns, 5, color, black)
+           " – Pour = " text-field(attribute, for, columns, 5, color, black);
+}
 section[type][xml|lang]:before {
-  content: insert-before-button()
+  content: insert-before-button() add-attribute-button(icon, icon(plus-box))
            " Type = " text-field(attribute, type, columns, 5, color, black)
            " – Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
 }
+section[for][xml|lang]:before {
+  content: insert-before-button() add-attribute-button(icon, icon(plus-box))
+           " Pour = " text-field(attribute, for, columns, 5, color, black)
+           " – Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
+}
+section[type][for][xml|lang]:before {
+  content: insert-before-button()
+           " Type = " text-field(attribute, type, columns, 5, color, black)
+           " Pour = " text-field(attribute, for, columns, 5, color, black)
+           " – Langue = " text-field(attribute, "xml:lang", columns, 2, color, black);
+}
+
 section section:before {
   margin-left: 1em;
 }