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:
parent
735bb32e1a
commit
52921b4fde
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue