themes: add new image button CSS classes, patch by Kevin Locke <klocke@digitalenginesoftware.com> (#207)
This commit is contained in:
parent
1db9f295fa
commit
098d4cb353
8 changed files with 48 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue