Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#272 closed Bug/Fehler (fixed)

Style-Definitionen in "login_admin.php" verweisen auf das neue Template "tpl_modified"

Reported by: Torsten Riemer Owned by: Markus Rehm
Priority: normal Milestone: modified-shop-2.0.0.0
Component: Shop Version: 2.0.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

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>

Attachments (0)

Change History (3)

comment:1 by Gerhard Waldemair, 11 years ago

Owner: changed from somebody to Markus Rehm
Status: newassigned

comment:2 by Gerhard Waldemair, 11 years ago

Resolution: fixed
Status: assignedclosed

comment:3 by Torsten Riemer, 11 years ago

Fixed in r7100

Modify Ticket

Action
as closed The owner will remain Markus Rehm.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.