﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
272	"Style-Definitionen in ""login_admin.php"" verweisen auf das neue Template ""tpl_modified"""	Torsten Riemer	Markus Rehm	"In Zeile 215 der Datei ""login_admin.php"" steht derzeit:

{{{
<link rel=""stylesheet"" href=""templates/tpl_modified/stylesheet.css"" type=""text/css"" />
}}}

Ich wäre dafür hier entweder ""CURRENT_TEMPLATE"" einzufügen oder die Style-Definitionen hier wieder direkt in die ""login_admin.php"" einzufügen wie in früheren Versionen der Datei:

{{{
<style type=""text/css"">
html {
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ffffff));
  background: -moz-linear-gradient(top,  #ededed,  #ffffff);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
form {
  background:#f0f0f0;
  border:1px #fff solid;
  width:300px;
  height:190px;
  margin:60px auto 0;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,1.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,1.2);
  box-shadow: 0 1px 2px rgba(0,0,0,1.2);
}
form h1 {
  font-size: 16px;
  width: 300px;
  margin: 12px auto 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:500;
  letter-spacing: 3px;
  border-bottom: 2px dotted #AF417E;
  text-indent: 10px;
}
form p {
  width: 280px;
  margin: 10px auto;
}
form i {
  width: 80px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  font-size: 13px;
  letter-spacing: 3px;
  display:block;
}
form a {
  float:right;
  margin: 10px;
}
form img {
  border: none;
}
input[type=text], input[type=password] {
  width: 220px;
  background: #dfdfdf;
  letter-spacing:1px;
  padding:2px 5px;
}
input[type=text]:focus, input[type=password]:focus {
  background: #f5f5f5;
}
.login {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  float:right;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .1em 2em .15em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.login:hover {
  text-decoration: none;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.login:active {
  position: relative;
  top: 1px;
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: -moz-linear-gradient(top,  #ededed,  #fff);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
</style>
}}}
"	Bug/Fehler	closed	normal	modified-shop-2.0.0.0	Shop	2.0.0.0	fixed				
