Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnew-gh <github@hazelden.ca>2021-04-18 22:09:46 +0300
committerjnew-gh <github@hazelden.ca>2021-04-18 22:09:46 +0300
commit17ffb2593d3879dd5a4dba6090f1ee8eab7c5574 (patch)
tree793ea02a3a0bfea5fe019b43e7c7792c84c46056
parentd456787f5c1c40d46eaa489b3caf6fc99647e1d3 (diff)
css required for dmarcts-reports-viewer-options.php
css styling for options table.
-rw-r--r--default.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/default.css b/default.css
index ec91497..809bcfb 100644
--- a/default.css
+++ b/default.css
@@ -70,6 +70,52 @@ a:visted {
z-index: 1;
}
+table.optionlist tr.option_title {
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
+ background-color: var(--header);
+}
+
+table.optionlist {
+ margin: auto;
+ border-spacing: 0 15px;
+ clear: both;
+ cursor: inherit;
+}
+
+table.optionlist td {
+ padding-right: 10px;
+ vertical-align: baseline;
+ padding-left: 10px;
+}
+
+table.optionlist td.left_column {
+ padding-right: 10px;
+ padding-left: 10px;
+ vertical-align: baseline;
+ border-right: 1px solid var(--text);
+ width: 50%
+}
+
+table.optionlist td.right_column {
+ vertical-align: middle;
+}
+table.optionlist td {
+ vertical-align: baseline;
+}
+
+table.optionlist span.bold {
+ vertical-align: baseline;
+ font-weight: bold;
+}
+
+.option_description {
+ font-family: sans-serif;
+ font-size: 95%;
+ font-style: italic;
+}
+
table.reportlist {
margin: auto;
border-collapse: collapse;