diff --git a/phpgwapi/templates/idots/css/kneschke.css b/phpgwapi/templates/idots/css/kneschke.css index e2365110d4..e7d8687450 100755 --- a/phpgwapi/templates/idots/css/kneschke.css +++ b/phpgwapi/templates/idots/css/kneschke.css @@ -48,7 +48,7 @@ a:active text-decoration: underline; } -input +input { font-size: 11px; color: #006699; @@ -56,6 +56,17 @@ input border: 1px #bbbbbb solid; } +input[type="image"] +{ + border: 1px #bbbbbb none; +} + +input[type=submit],input[type=button],button +{ + cursor: pointer; + cursor: hand; +} + select { font-size: 11px; diff --git a/phpgwapi/templates/idots/login.tpl b/phpgwapi/templates/idots/login.tpl index 6d9f809057..c2559feccb 100755 --- a/phpgwapi/templates/idots/login.tpl +++ b/phpgwapi/templates/idots/login.tpl @@ -29,26 +29,68 @@ z-index:9; } +#divMain +{ + background-color:white; + margin-top: 5px; + padding:9px; + border-color:#7e7e7e; + border-width:1px; + border-style:none; +} + + + body { background: #ffffff; } + + + + + + +
+
+ + + + + + +
spacer + + + + + + + +
spacer
 
+ +
spacer
+

-{logo_title} +
{lang_message}

 

- - - + + + +