aboutsummaryrefslogtreecommitdiff
path: root/doc/common/styles/html/coqremote/modules/node/node.css
diff options
context:
space:
mode:
authorMaxime Dénès2017-08-16 09:51:16 +0200
committerMaxime Dénès2017-08-16 09:51:16 +0200
commit4b92a109d0d8e1f04e259f56d82b5d15b3c79134 (patch)
treed08cf96208a2aa572cb354cb3f5f8cb4c8edf01b /doc/common/styles/html/coqremote/modules/node/node.css
parente1264c9f0d50bf8ca09fa7388101daa0b4c29635 (diff)
parent82fe61d1ec6969be6dc32ae3006faf99c8eedd55 (diff)
Merge PR #831: Port ssreflect user manual to Coq's latex/hevea style
Diffstat (limited to 'doc/common/styles/html/coqremote/modules/node/node.css')
-rw-r--r--doc/common/styles/html/coqremote/modules/node/node.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/common/styles/html/coqremote/modules/node/node.css b/doc/common/styles/html/coqremote/modules/node/node.css
new file mode 100644
index 0000000000..60d01308e9
--- /dev/null
+++ b/doc/common/styles/html/coqremote/modules/node/node.css
@@ -0,0 +1,43 @@
+
+.node-unpublished {
+ background-color: #fff4f4;
+}
+.preview .node {
+ background-color: #ffffea;
+}
+#node-admin-filter ul {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+ width: 100%;
+}
+#node-admin-buttons {
+ float: left; /* LTR */
+ margin-left: 0.5em; /* LTR */
+ clear: right; /* LTR */
+}
+td.revision-current {
+ background: #ffc;
+}
+.node-form .form-text {
+ display: block;
+ width: 95%;
+}
+.node-form .container-inline .form-text {
+ display: inline;
+ width: auto;
+}
+.node-form .standard {
+ clear: both;
+}
+.node-form textarea {
+ display: block;
+ width: 95%;
+}
+.node-form .attachments fieldset {
+ float: none;
+ display: block;
+}
+.terms-inline {
+ display: inline;
+}