themes: add new image button CSS classes, patch by Kevin Locke <klocke@digitalenginesoftware.com> (#207)

This commit is contained in:
Jo-Philipp Wich 2011-03-05 06:36:05 +00:00
parent 1db9f295fa
commit 098d4cb353
8 changed files with 48 additions and 0 deletions

View file

@ -279,6 +279,12 @@ td input[type=password] {
width: 99%;
}
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;

View file

@ -368,6 +368,12 @@ td input[type=password] {
width: 99%;
}
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;

View file

@ -540,6 +540,12 @@ td input[type=password] {
width: 99%;
}
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;

View file

@ -467,6 +467,12 @@ td input[type=password] {
width: 99%;
}
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;

View file

@ -376,6 +376,12 @@ td input[type=password] {
width: 99%;
}
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;

View file

@ -465,6 +465,12 @@ td input[type=password] {
width: 99%;
}
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;

View file

@ -386,6 +386,12 @@ td input[type=password] {
width: 99%;
}
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;

View file

@ -320,6 +320,12 @@ td input[type=password] {
width: 99%;
}
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;