[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes opac-c... [dev_week]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes opac-c... [dev_week] |
Date: |
Sat, 07 Oct 2006 18:55:24 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Owen Leonard <oleonard> 06/10/07 18:55:24
Modified files:
koha-tmpl/opac-tmpl/npl/en/includes: opac-colors.css
opac-layout.css
Log message:
Many improvements here and there, including a fix for Bug 1200
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-colors.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3.2.8&r2=1.1.2.3.2.9
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-layout.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.12&r2=1.1.2.4.2.13
Patches:
Index: opac-colors.css
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-colors.css,v
retrieving revision 1.1.2.3.2.8
retrieving revision 1.1.2.3.2.9
diff -u -b -r1.1.2.3.2.8 -r1.1.2.3.2.9
--- opac-colors.css 3 Oct 2006 15:30:36 -0000 1.1.2.3.2.8
+++ opac-colors.css 7 Oct 2006 18:55:24 -0000 1.1.2.3.2.9
@@ -162,6 +162,7 @@
}
td {
+ background-color: #FFFFFF;
border-bottom: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
@@ -283,7 +284,6 @@
}
.further li {
- border-bottom: 1px solid #DDDED3;
}
.issued {
Index: opac-layout.css
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/opac-layout.css,v
retrieving revision 1.1.2.4.2.12
retrieving revision 1.1.2.4.2.13
diff -u -b -r1.1.2.4.2.12 -r1.1.2.4.2.13
--- opac-layout.css 3 Oct 2006 15:30:36 -0000 1.1.2.4.2.12
+++ opac-layout.css 7 Oct 2006 18:55:24 -0000 1.1.2.4.2.13
@@ -55,6 +55,7 @@
float: left;
width: 100%;
}
+
body#withnav #main
{
margin: 0 0 0 175px;
@@ -199,7 +200,6 @@
div.tab {
display: block;
- float: left;
margin-right: 0px;
width: 100%;
}
@@ -217,7 +217,6 @@
}
div.tab table {
- width: 100%;
}
div.tabbloc {
@@ -445,6 +444,10 @@
padding: 0;
}
+*html td, *html th {
+ font-size : .8em;
+}
+
td {
padding: 3px;
}
@@ -684,7 +687,7 @@
.further ul, .further li {
list-style: none;
- margin: 0 0 0 .5em;
+ margin: .5em 0 .7em .4em;
padding: 0;
}
@@ -1177,7 +1180,6 @@
div#holdings, div#descriptions, div#reviews, div#serials, div#publicshelves,
div#privateshelves, div#fines, div#waiting, div#overdues, div#issues,
div#reserves {
margin-top : 4px;
- margin-right : 55%;
padding : .7em;
width : 90%;
}