changed image button layout
This commit is contained in:
parent
3ef2f00a9e
commit
2790da61e1
|
@ -106,6 +106,7 @@ tr.highlight {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** buttons */
|
||||||
.saveButton {
|
.saveButton {
|
||||||
background-image: url(../graphics/save.png) !important;
|
background-image: url(../graphics/save.png) !important;
|
||||||
}
|
}
|
||||||
|
@ -118,10 +119,35 @@ tr.highlight {
|
||||||
background-image: url(../graphics/exit.png) !important;
|
background-image: url(../graphics/exit.png) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.undoButton {
|
||||||
|
background-image: url(../graphics/undo.png) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.passwordButton {
|
||||||
|
background-image: url(../graphics/key.png) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loadProfileButton {
|
||||||
|
background-image: url(../graphics/loadProfile.png) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.smallPadding span {
|
.smallPadding span {
|
||||||
padding: 0.1em 0.4em !important;
|
padding: 0.1em 0.4em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** subtitles */
|
||||||
|
div.subTitle {
|
||||||
|
margin: 20px 0px 15px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.subTitleText {
|
||||||
|
margin: 0px 0px 0px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.subTitle hr {
|
||||||
|
margin: 3px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* table style for delete.php
|
* table style for delete.php
|
||||||
*
|
*
|
||||||
|
@ -203,6 +229,9 @@ input.smallImageButton {
|
||||||
background-position: 2px center;
|
background-position: 2px center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height:24px;
|
height:24px;
|
||||||
|
border: 0px;
|
||||||
|
background-color: transparent;
|
||||||
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr.modulePage {
|
hr.modulePage {
|
||||||
|
|
Loading…
Reference in New Issue