koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [rel_2_2]
Date: Thu, 13 Apr 2006 19:51:53 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <address@hidden>   06/04/13 19:51:53

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/includes: colors.css 
                                                 colors.npl.css 
                                                 intranet.css 

Log message:
        Some additional styling for subtitles and authors on biblio details 
screen

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css.diff?only_with_tag=rel_2_2&tr1=1.5.2.16&tr2=1.5.2.17&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css:1.1.2.3 
koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css:1.1.2.4
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css:1.1.2.3     Mon Mar 
13 19:38:13 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css     Thu Apr 13 
19:51:53 2006
@@ -201,7 +201,7 @@
        color : #CC3300;
 }
 
-h3.title {
+h3.title, h4.subtitle, h5.author {
        background-color : #E6E6E6;
 }
 
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css:1.1.2.3 
koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css:1.1.2.4
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css:1.1.2.3 Mon Mar 
13 19:38:13 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css Thu Apr 13 
19:51:53 2006
@@ -262,7 +262,7 @@
        color: #CC0000;
 }
 
-h3.title {
+h3.title, h4.subtitle, h5.author {
        background-color: #EEF0DB;
 }
 
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.16 
koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.17
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.16  Mon Mar 
13 19:38:13 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css   Thu Apr 13 
19:51:53 2006
@@ -78,6 +78,11 @@
        margin: 3px 0px 0px 5px;
 }
 
+br.clear {
+       clear : both;
+       line-height: 1px;
+}
+
 caption {
        font-size: 20px;
        font-weight: bold;
@@ -449,6 +454,12 @@
        margin-top: 3px;
 }
 
+h4.subtitle {
+       padding : 0 5px 5px 5px;
+       margin: 0px;
+       text-indent: 1em;
+}
+
 h5 {
        font-size: 13px;
        font-weight: bold;
@@ -456,6 +467,13 @@
        margin-top: 1px;
 }
 
+h5.author {
+       font-size: 104%;
+       text-indent: 1em;
+       padding: 0 5px 5px 5px;
+       margin: 0;
+}
+
 h6 {
        font-size: 12px;
        font-weight: bold;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]