Merged in luisfernandosl/processmaker/PM-2390 (pull request #2039)

PM-2390 "[Enterprise][Community] Login:..." SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2015-04-30 11:08:53 -04:00

View File

@@ -22,6 +22,18 @@
</script>
<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 {
font-family: tahoma,arial,verdana,sans-serif;
}
@@ -129,4 +141,3 @@ var saveConfig = function()
}
};
</script>