diff --git a/resources/ISOlogo-login.png b/resources/ISOlogo-login.png new file mode 100644 index 0000000..f30ae54 Binary files /dev/null and b/resources/ISOlogo-login.png differ diff --git a/resources/css/kt-login.css b/resources/css/kt-login.css index 3317438..35fcddc 100644 --- a/resources/css/kt-login.css +++ b/resources/css/kt-login.css @@ -6,6 +6,25 @@ background: #fefefe url(../graphics/loginbg.png) top left repeat-x; } + h1, h2 { + margin: 0; + padding: 0; + line-height: 1em; + text-align: left; + } + + h1 { + font-size: 22px; + font-weight: bold; + margin-bottom: 8px; + } + + h2 { + font-size: 16px; + font-weight: bold; + color: #555; + } + label { font-weight: bold; display: block; @@ -16,6 +35,7 @@ position: relative; padding: 1em; border: 1px solid #B7B7B7; + border-top: 0px; width: 280px; margin-left: auto; margin-right: auto; @@ -23,7 +43,7 @@ } #loginbox_outer.hasDisclaimer { - width: 580px; + width: 560px; } #loginbox { @@ -38,6 +58,31 @@ background: white url(../powered-by-kt.png) bottom right no-repeat; } + #header { + position: relative; + padding: 1em; + border: 1px solid #B7B7B7; + border-bottom: 0px; + width: 280px; + margin-left: auto; + margin-right: auto; + background-color: #FFF; + } + + #header.hasDisclaimer { + width: 560px; + background: #ddd url(../graphics/dashlet-gradient-info_old.gif) bottom left no-repeat; + border-bottom: 3px solid #B7B7B7; + } + + .logo { + right: 1em; + position: absolute; + top: 1em; + text-align: right; + } + + #loginbox.hasDisclaimer { /* background: white url(../graphics/ktbg.png) bottom left repeat-x;*/ } @@ -65,7 +110,7 @@ } #disclaimerbox { - width: 252px; + width: 265px; float: left; padding-left: 0px; border-left: 1px solid #eee; @@ -77,6 +122,8 @@ margin-top: 0; margin-left: 5px; margin-bottom: 1em; + color: #666; + font-size: small; } input { @@ -102,7 +149,7 @@ } #loginbox.hasDisclaimer .form_actions { - padding: 1em 0 6em 0; + padding: 1em 0 1em 0; border-width: 0 0 0 0; } @@ -110,16 +157,27 @@ width: auto; } -.descriptiveText -{ +.instructionText { margin-top: 5px; color: #666; clear: both; } +.descriptiveText +{ + margin-top: 5px; + color: #666; + clear: both; + text-align: right; +} + .descriptiveText.version { - font-size: x-small; + font-size: xx-small; + text-align: right; + /*position: absolute; + bottom: 1em; + right: 2em; */ } #bottomspacer { diff --git a/resources/logoincam-login.png b/resources/logoincam-login.png new file mode 100644 index 0000000..7b87c9c Binary files /dev/null and b/resources/logoincam-login.png differ diff --git a/templates/ktcore/login.smarty b/templates/ktcore/login.smarty index 26f06db..3819538 100644 --- a/templates/ktcore/login.smarty +++ b/templates/ktcore/login.smarty @@ -12,28 +12,31 @@ - - + {* + *}
-
+ {$disclaimer}
++ {if ($disclaimer)} + {$disclaimer} + {/if} +
+ +
+
+ {i18n arg_appname="$appname"}#appname#{/i18n}
Versión: {$versionName}
+ {if ($smallVersion == 'Community Edition')}
+ {i18n}This program is free software and published under the GNU General Public License version 3{/i18n}
+ {else}
+ {i18n}All rights reserved.{/i18n}
+ {/if}
+ {*
+ {i18n}Document Management Software{/i18n}
+ {i18n}© 2008, 2009 KnowledgeTree Inc.{/i18n}
+ *}
+
+
-
- {* {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}
- {i18n}Document Management Software{/i18n}
- {i18n}© 2008, 2009 KnowledgeTree Inc.{/i18n}
- {if ($smallVersion == 'Community Edition')}
- {i18n}This program is free software and published under the GNU General Public License version 3{/i18n}
- {else}
- {i18n}All rights reserved.{/i18n}
- {/if}
- *}
-