diff --git a/trunk/AnaliseAcidentesTrabalho/web/Footer.jspf b/trunk/AnaliseAcidentesTrabalho/web/Footer.jspf index 1bf9523a..8710abcd 100644 --- a/trunk/AnaliseAcidentesTrabalho/web/Footer.jspf +++ b/trunk/AnaliseAcidentesTrabalho/web/Footer.jspf @@ -2,7 +2,7 @@
- + diff --git a/trunk/AnaliseAcidentesTrabalho/web/Login.jsp b/trunk/AnaliseAcidentesTrabalho/web/Login.jsp index b4469c49..c0d508c1 100644 --- a/trunk/AnaliseAcidentesTrabalho/web/Login.jsp +++ b/trunk/AnaliseAcidentesTrabalho/web/Login.jsp @@ -1,56 +1,64 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - -
-
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +
+
+
+
diff --git a/trunk/AnaliseAcidentesTrabalho/web/resources/images/logo_SIPRP.png b/trunk/AnaliseAcidentesTrabalho/web/resources/images/logo_SIPRP.png new file mode 100644 index 00000000..a97e643c Binary files /dev/null and b/trunk/AnaliseAcidentesTrabalho/web/resources/images/logo_SIPRP.png differ diff --git a/trunk/AnaliseAcidentesTrabalho/web/resources/stylesheet.css b/trunk/AnaliseAcidentesTrabalho/web/resources/stylesheet.css index e8a45dde..0fcc29fa 100644 --- a/trunk/AnaliseAcidentesTrabalho/web/resources/stylesheet.css +++ b/trunk/AnaliseAcidentesTrabalho/web/resources/stylesheet.css @@ -1,5 +1,6 @@ /* Style rules to make data tables look better */ -body {background-color: #bbd400} +body {background-color: #bbd400;} + .list-header { background-color: #eeeeee; font-size: larger; @@ -175,7 +176,6 @@ body {background-color: #bbd400} font-weight: bold; } - .labelTrabalhador { color: #000000; } @@ -189,8 +189,6 @@ body {background-color: #bbd400} font-weight : bold; } - - .show{ display : inline; } @@ -202,3 +200,99 @@ body {background-color: #bbd400} .lnkRed{ color : #990000 ; } + +/* Login */ + +body.lg { + background: #e6e6e6 !important; +} + +form.lg { + position: relative !important; + margin: 0 auto !important; + width: 400px !important; +} + +table.lg-1 { + background: #ffffff !important; + width: 400px !important; + position: absolute !important; + left: 0 !important; + height: 24px !important; + max-width: 400px !important; + table-layout: fixed !important; + margin: 0 auto !important; + border: 0 none !important; + top: 200px !important; +} + +tr.lg-image { + width: 400px !important; + text-align: center !important; + height: 82px !important; +} + +tr.lg-banner { + width: 400px !important; + text-align: center !important; + background: #999999 !important; + height: 40px !important; + color: #ffffff !important; +} + +table.lg-2 { + height: 24px !important; + margin: 0 auto !important; +} + +table.lg-4 { + height: 72px !important; + width: 340px !important; + margin: 0 auto !important; + margin-bottom: 10px !important; + margin-top: 10px !important; +} + +span.lg-label1, span.lg-label2 { + height: 24px !important; + width: 144px !important; + font-weight: normal !important; +} + +input.lg-input1, input.lg-input2 { + height: 24px !important; + width: 235px !important; + border: 0 none !important; + background: #f2f2f2 !important; +} + +table.lg-5, table.lg-6 { + height: 24px !important; + width: 340px !important; + margin: 0 auto !important; +} + +a.lg-link1 { + height: 24px !important; + width: 168px !important; + color: #c5232f !important; +} + +input.lg-btn1 { + height: 24px !important; + width: 120px !important; + border: medium none !important; + background: #808080 !important; + color: white !important; +} + +input.lg-btn1:hover { + background: #333333 !important; +} + +span.lg-label3 { + color: #c5232f !important; + font-size :14px !important; + font-weight: normal !important; + height: 24px !important; +}