Added the styles for the fullscreen view of the visual consoles

This commit is contained in:
Alejandro Gallardo Escobar 2016-05-25 13:35:05 +02:00
parent a1155e5e71
commit 72ff758d49
1 changed files with 22 additions and 0 deletions

View File

@ -3127,3 +3127,25 @@ table#policy_modules td * {
transform: rotate(359deg); transform: rotate(359deg);
} }
} }
/* Visual map */
div#vc-controls {
position: fixed;
top: 30px;
right: 20px;
}
div#vc-controls div.vc-title, div#vc-controls div.vc-refr {
margin-top: 6px;
margin-left: 3px;
margin-right: 3px;
}
div#vc-controls div.vc-refr>div {
display: inline;
}
div#vc-controls img.vc-qr {
margin-top: 6px;
margin-left: 8px;
margin-right: 8px;
}
/* Visual map */