Fixed style of simple value

This commit is contained in:
m-lopez-f 2016-10-20 10:38:44 +02:00
parent 7a3662c962
commit c88c32b007
1 changed files with 2 additions and 6 deletions

View File

@ -3156,8 +3156,6 @@ table#policy_modules td * {
} }
} }
<<<<<<< HEAD
=======
/* /*
* --------------------------------------------------------------------- * ---------------------------------------------------------------------
* - Styles for the new networkmap - * - Styles for the new networkmap -
@ -3294,7 +3292,6 @@ table#policy_modules td * {
margin: 1px; margin: 1px;
} }
>>>>>>> 6f33c0e... modificacion de estilos de ventana modal y editor de usuarios
/* Visual map */ /* Visual map */
div#vc-controls { div#vc-controls {
position: fixed; position: fixed;
@ -3315,10 +3312,9 @@ div#vc-controls img.vc-qr {
margin-left: 8px; margin-left: 8px;
margin-right: 8px; margin-right: 8px;
} }
div.simple_value > span.text > p { div.simple_value > span.text > p,
white-space: pre;
}
div.simple_value > a > span.text > p { div.simple_value > a > span.text > p {
font-family: monospace;
white-space: pre; white-space: pre;
} }