Merge branch 'fibre' of ssh://git.onelab.eu/git/myslice into fibre
[unfold.git] / plugins / univbristopo / static / css / slice.topology.css
diff --git a/plugins/univbristopo/static/css/slice.topology.css b/plugins/univbristopo/static/css/slice.topology.css
new file mode 100644 (file)
index 0000000..b5da77a
--- /dev/null
@@ -0,0 +1,60 @@
+#topologyContainer {
+       background: #fff !important; /* Overwrites settings from .expandable */
+       border: 1px solid #7e9fc0 !important;
+       margin-bottom: 20px;
+       overflow: hidden;
+       padding: 0px !important;
+       position:relative
+       top:200px
+       left:200px
+       width:450px
+}
+#topologyAddAggregate {
+       left: 25em;
+       position: relative;
+       top: 15em;
+       width: 450px;
+}
+#target svg {
+       width: 100% !important;
+}
+
+/*#target{
+       background: white;
+}*/
+
+/* Buttons within lower menu */
+#topology_options_menu {
+       background-color: #3d5266;
+       margin-top: 2px;
+       padding-top: 2px;
+       text-align: right;
+       width: 100%;
+}
+#link_group img, #link_zoom_out img {
+       height: 16px;
+       text-align: middle;
+}
+#link_zoom_in img, #link_zoom_out img {
+       height:16px;
+}
+
+/* Links and nodes */
+.link {
+       stroke: #ccc;
+       stroke-width:4px;
+}
+.node {
+       stroke-width:2px;
+}
+.node text {
+       pointer-events: none;
+       font: 10px sans-serif;
+}
+
+#selected_node_info {
+       background-color: #ebf5ff;
+       height: 17px;
+       text-shadow: #eee -3px 2px 4px;
+}
+