source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/static/css/d3_graph.css

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 740 bytes
Line 
1    .node {fill: steelblue;
2           stroke: #636363;
3           stroke-width: 1px;}
4
5    .auth {fill: lightgrey;}
6
7    .table {r: 10;}
8
9    .link {stroke: #bbbbbb;
10           stroke-width: 2px;}
11    td {padding: 4px;}
12
13    div.tooltip {
14       position: absolute;
15       text-align: left;
16       /* width: 140px; */
17       /* height: 28px;*/
18       padding: 0px 5px 0px 5px;
19       padding-top: 0px;
20       font: 12px sans-serif;
21       background: #fff7bc;
22       border: solid 1px #aaa;
23       border-radius: 6px;
24       pointer-events: none;}
25
26    h5 { font: 14px sans-serif;
27         background : #ec7014;
28         color: #ffffe5;
29         padding: 5px 2px 5px 2px;
30         margin-top: 1px;}
31    path {
32           fill: #aaaaaa;}
33
Note: See TracBrowser for help on using the repository browser.