Started the process of getting rid of image buttons that contain text.

This commit is contained in:
wolfpac444 2003-04-26 03:21:50 +00:00
parent 5e0db7fa98
commit 9c3b9e63bc
10 changed files with 28 additions and 3 deletions

View file

@ -23,9 +23,12 @@
<table align="right">
<tr>
<td>
<a href=returns.pl>
<img src="<TMPL_VAR name="themelang">/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
&nbsp<a href=branchtransfers.pl><img src="<TMPL_VAR name="themelang">/images/button-transfers.gif" width="127" height="42" border="0" alt="Transfers"></a>
<a href=returns.pl class="button">
Returns
</a>
<a href=branchtransfers.pl class="button">
Transfers
</a>
</td>
</tr>
</table>

View file

@ -8,6 +8,7 @@
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}

View file

@ -8,6 +8,7 @@
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}

View file

@ -8,6 +8,7 @@
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}

View file

@ -8,9 +8,11 @@
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}
.koha {
font-weight: normal;
text-decoration: none;

View file

@ -0,0 +1,13 @@
.button {
display: block;
text-align: center;
font: 1.2em sans-serif;
padding: 10px 15px;
margin: 0 0 2px;
border-style: solid;
border-width: 3px;
text-decoration: none;
color: black;
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
}

View file

@ -8,6 +8,7 @@
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}

View file

@ -8,6 +8,7 @@
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}

View file

@ -8,6 +8,7 @@
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}

View file

@ -8,6 +8,7 @@
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
<TMPL_INCLUDE NAME="common-style.css">
#menubar {
border-top:1px solid #666;
}