|
@@ -200,6 +200,46 @@ span.italic {
|
|
|
content: "⚠ ";
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
+h3.graphtitle select {
|
|
|
+ display: inline;
|
|
|
+ background-color: transparent;
|
|
|
+ border: 0 none transparent;
|
|
|
+ font-family: inherit;
|
|
|
+ box-shadow: none;
|
|
|
+ font-size: 0.9em;
|
|
|
+ width: auto;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+h3.graphtitle select option {
|
|
|
+ font-size: 0.6em;
|
|
|
+}
|
|
|
+
|
|
|
+a.cfglink:before {
|
|
|
+ content: "⎘ ";
|
|
|
+}
|
|
|
+
|
|
|
+/* Champs éditables */
|
|
|
+
|
|
|
+.flatform:before {
|
|
|
+ content: "Les champs marqués d'un ✎ sont éditables.";
|
|
|
+}
|
|
|
+.flatform .legend {
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+.flatfield label {
|
|
|
+ background-color: #0086A9;
|
|
|
+ color: #F0F0F0;
|
|
|
+ font-size: 0.9em;
|
|
|
+ padding: 0.2em 0.5em;
|
|
|
+}
|
|
|
+.flatfield td+td:before {
|
|
|
+ content: "✎";
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
.flatfield input {
|
|
|
margin-bottom: 0;
|
|
|
border: 0 none transparent;
|
|
@@ -208,6 +248,7 @@ span.italic {
|
|
|
box-shadow: none;
|
|
|
font-size: 1.1em;
|
|
|
color: #222222;
|
|
|
+ width: 90%;
|
|
|
}
|
|
|
.flatfield input::-moz-placeholder {
|
|
|
font-style: italic;
|
|
@@ -222,22 +263,3 @@ span.italic {
|
|
|
background-color: #FFFFFF;
|
|
|
border: 1px solid #C0C0C0;
|
|
|
}
|
|
|
-
|
|
|
-h3.graphtitle select {
|
|
|
- display: inline;
|
|
|
- background-color: transparent;
|
|
|
- border: 0 none transparent;
|
|
|
- font-family: inherit;
|
|
|
- box-shadow: none;
|
|
|
- font-size: 0.9em;
|
|
|
- width: auto;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-h3.graphtitle select option {
|
|
|
- font-size: 0.6em;
|
|
|
-}
|
|
|
-
|
|
|
-a.cfglink:before {
|
|
|
- content: "⎘ ";
|
|
|
-}
|