aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/static/new/css/network_graph.css
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/static/new/css/network_graph.css')
-rw-r--r--gn2/wqflask/static/new/css/network_graph.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/gn2/wqflask/static/new/css/network_graph.css b/gn2/wqflask/static/new/css/network_graph.css
new file mode 100644
index 00000000..1a0bafeb
--- /dev/null
+++ b/gn2/wqflask/static/new/css/network_graph.css
@@ -0,0 +1,37 @@
+#content h2, h3, h4, h5, h6 {
+ color: #545454;
+ margin-bottom: 1em;
+ border-bottom: dashed 1px #dfdfdf;
+ padding-bottom: 0.3em;
+}
+
+#content table td {
+ padding: 0.5em;
+ /* border-right: solid 1px #fff; */
+}
+
+#secondaryContent {
+ position: relative;
+ float: left;
+ width: 18.5em;
+ background: #fff url('/static/new/images/a1.gif') top right repeat-y;
+}
+
+
+input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
+ align-items: flex-start;
+ text-align: center;
+ cursor: default;
+ color: buttontext;
+ border-image-source: initial;
+ border-image-slice: initial;
+ border-image-width: initial;
+ border-image-outset: initial;
+ border-image-repeat: initial;
+ background-color: buttonface;
+ box-sizing: border-box;
+ padding: 2px 6px 3px;
+ border-width: 2px;
+ border-style: outset;
+ border-color: buttonface;
+} \ No newline at end of file