diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-19 13:05:59 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-19 13:05:59 +0300 |
| commit | 1224df773b03079727303f0f9873b7b26cb16831 (patch) | |
| tree | 75ffb8ff031326f040b71a3a84fe70f5b88ddae4 /res/client/css/partials | |
| parent | fc15a327e2290d08b6f154f35068f7f1c54080f9 (diff) | |
Fixes issue #542
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/info-card.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/client/css/partials/info-card.scss b/res/client/css/partials/info-card.scss index 3827cf4a..79efc1e1 100644 --- a/res/client/css/partials/info-card.scss +++ b/res/client/css/partials/info-card.scss @@ -1,17 +1,17 @@ @import '../modules/mixins'; // For box-shadow and box-sizing .info-container { + margin-top: 85px; + margin-bottom: 20px; + position: absolute; + max-height: 300px; background-color: white; border-top: 6px solid $dark-grey; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.55); overflow-y: auto; padding: 12px 10px; - position: absolute; right: $graph-margin-right; - top: 120px; width: 300px; - bottom: 160px; - @include rz-box-sizing-border; } |
