changed image button layout

This commit is contained in:
Roland Gruber 2010-09-04 12:41:22 +00:00
parent 3ef2f00a9e
commit 2790da61e1
1 changed files with 29 additions and 0 deletions

View File

@ -106,6 +106,7 @@ tr.highlight {
text-align: right;
}
/** buttons */
.saveButton {
background-image: url(../graphics/save.png) !important;
}
@ -118,10 +119,35 @@ tr.highlight {
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 {
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
*
@ -203,6 +229,9 @@ input.smallImageButton {
background-position: 2px center;
background-repeat: no-repeat;
height:24px;
border: 0px;
background-color: transparent;
cursor:pointer;
}
hr.modulePage {