Fixed style of simple value
This commit is contained in:
parent
7a3662c962
commit
c88c32b007
|
@ -3156,8 +3156,6 @@ table#policy_modules td * {
|
|||
}
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
/*
|
||||
* ---------------------------------------------------------------------
|
||||
* - Styles for the new networkmap -
|
||||
|
@ -3294,7 +3292,6 @@ table#policy_modules td * {
|
|||
margin: 1px;
|
||||
}
|
||||
|
||||
>>>>>>> 6f33c0e... modificacion de estilos de ventana modal y editor de usuarios
|
||||
/* Visual map */
|
||||
div#vc-controls {
|
||||
position: fixed;
|
||||
|
@ -3315,10 +3312,9 @@ div#vc-controls img.vc-qr {
|
|||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
div.simple_value > span.text > p {
|
||||
white-space: pre;
|
||||
}
|
||||
div.simple_value > span.text > p,
|
||||
div.simple_value > a > span.text > p {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue