X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Funivbristopo%2Fstatic%2Fcss%2Fslice.topology.css;fp=plugins%2Funivbristopo%2Fstatic%2Fcss%2Fslice.topology.css;h=b5da77afc022abbdfe0ca991e555a5ab3d036b99;hb=6a3f5d4949171451d5df2df5d0f96e9eb396f29c;hp=0000000000000000000000000000000000000000;hpb=583c62239bbf6be5222e170609e547349389c1c1;p=myslice.git diff --git a/plugins/univbristopo/static/css/slice.topology.css b/plugins/univbristopo/static/css/slice.topology.css new file mode 100644 index 00000000..b5da77af --- /dev/null +++ b/plugins/univbristopo/static/css/slice.topology.css @@ -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; +} +