PM-2390 "[Enterprise][Community] Login:..." SOLVED

> Code Isuue:
  [Enterprise][Community] Login: Despues de realizar la instalacion, muestra una ventana con un header sin estilo
> Solution:
  Se agrega estilo al header de la ventana de bienvenida a ProcessMaker.
This commit is contained in:
Luis Fernando Saisa Lopez
2015-04-29 14:11:26 -04:00
parent 4ac5555fc4
commit d65a73402c

View File

@@ -22,6 +22,18 @@
</script> </script>
<style type="text/css"> <style type="text/css">
.panel_title___processmaker {
background: #3D9DE4 !important;
}
.panel_close___processmaker {
background: url("/skins/neoclassic/images/icons_silk/calendar_x_button.png") no-repeat center right;
}
.panel_content___processmaker {
border-width: 0 !important;
}
body, table { body, table {
font-family: tahoma,arial,verdana,sans-serif; font-family: tahoma,arial,verdana,sans-serif;
} }
@@ -129,4 +141,3 @@ var saveConfig = function()
} }
}; };
</script> </script>