From 2790da61e1dcbfc0905c8c80b73e23f767688179 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 4 Sep 2010 12:41:22 +0000 Subject: [PATCH] changed image button layout --- lam/style/500_layout.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index ca40c299..f8476097 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -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 {