2012-06-13 19:02:30 +02:00
|
|
|
.graph_holder {
|
|
|
|
border: 1px solid #aaa;
|
2012-11-23 17:33:43 +01:00
|
|
|
padding: 1px;
|
2012-06-13 19:02:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
h4 {
|
2012-11-23 17:51:38 +01:00
|
|
|
padding: 0 10px;
|
2012-06-13 19:02:30 +02:00
|
|
|
border-bottom: 1px solid #bbb;
|
2012-08-25 18:42:34 +02:00
|
|
|
@include bg-gray-gradient;
|
2012-06-13 19:02:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.graph {
|
|
|
|
background: #f1f1f1;
|
|
|
|
cursor: move;
|
|
|
|
height: 70%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|