minor CSS changes

This commit is contained in:
tipaul 2004-08-05 16:36:50 +00:00
parent c411f8ab37
commit 6cb86ed737
5 changed files with 16 additions and 33 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>KOHA: INTRANET: Reports</title>
<title>KOHA: INTRANET: Serials management</title>
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/javascript">
@ -40,18 +40,8 @@ a.bull:hover {
<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
<a class="about" href="/cgi-bin/koha/about.pl">About</a>
&nbsp&nbsp&nbsp&nbsp&nbsp
&nbsp&nbsp&nbsp&nbsp&nbsp
&nbsp&nbsp
&nbsp&nbsp&nbsp&nbsp&nbsp
&nbsp&nbsp&nbsp&nbsp&nbsp
&nbsp&nbsp
&nbsp&nbsp&nbsp&nbsp&nbsp
&nbsp&nbsp&nbsp&nbsp&nbsp
<a class="bull" href="/cgi-bin/koha/bull-home.pl">Serial</a> <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
<a class="bull" href="/cgi-bin/koha/bull-home.pl">Serial</a>
<a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
</div>
<div id="submenu">
<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>

View file

@ -78,6 +78,9 @@ table.noborder {
border-collapse:collapse;
float:center;
}
table.small {
width:auto;
}
/* header */
th {
@ -97,6 +100,7 @@ th.noborder {
border-bottom:1px solid #ad11ad;
padding:0px;
}
/* standard cell */
td {
border-left:0px;

View file

@ -5,6 +5,6 @@
<title>KOHA: online help</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/onlinehelp.css">
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<body>
<div id="mainbloc">

View file

@ -22,10 +22,10 @@ p {
.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;
@ -33,8 +33,10 @@ p {
color: black;
border-radius: 6px;
cursor:pointer;
vertical-align:middle;
-moz-border-radius: 6px;
background-color:#99CC33;
background-color:#F00000;
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
}
h1 {

View file

@ -4,22 +4,9 @@
<head>
<title>popup</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
<style type="text/css">
.authority {
background-color: #6b7cbe;
color:#FFFFFF;
text-decoration: normal;
font-weight: bold;
background-image:none;
}
a.authority:hover {
background-color: #6b7cbe;
color: #FFFFFF;
text-decoration: normal;
font-weight: bold;
}
</style>
</head>
<body>