Added the styles for the fullscreen view of the visual consoles

(cherry picked from commit 72ff758d49)

Conflicts:
	pandora_console/include/styles/pandora.css
This commit is contained in:
Alejandro Gallardo Escobar 2016-05-25 13:35:05 +02:00
parent 735bb32e1a
commit 52921b4fde
1 changed files with 22 additions and 0 deletions

View File

@ -3263,3 +3263,25 @@ table#policy_modules td * {
vertical-align: middle;
margin: 1px;
}
/* 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 */