minor modif in button
authortipaul <tipaul>
Thu, 15 Jul 2004 09:44:27 +0000 (09:44 +0000)
committertipaul <tipaul>
Thu, 15 Jul 2004 09:44:27 +0000 (09:44 +0000)
koha-tmpl/intranet-tmpl/default/en/includes/common-style.css

index 4ffb558..9a3815b 100644 (file)
@@ -48,10 +48,10 @@ label {
 .button {
        text-align: center;
        font: 1.2em sans-serif;
-       padding: 3px;
-       margin:5px;
+       padding: 0px 5px 0px 5px;
+       margin:2px;
        display:inline;
-       height:2em;
+       position:static;
        border-style: solid;
        border-width: 1px;
        border-color: black;
@@ -59,6 +59,7 @@ label {
        color: black;
        border-radius: 6px;
        cursor:pointer;
+       vertical-align:middle;
        -moz-border-radius: 6px;
        background-color:#FFFFFF;
        background-image:url("/intranet-tmpl/default/images/background-mem.gif");