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: Wed, 08 Mar 2006 23:03:16 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <address@hidden>   06/03/08 23:03:16

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

Log message:
        Style additions/changes relating to patron images

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.1&tr2=1.1.2.2&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.1&tr2=1.1.2.2&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.14&tr2=1.5.2.15&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.1 
koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css:1.1.2.2
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css:1.1.2.1     Sat Feb 
 4 18:27:43 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css     Wed Mar  8 
23:03:16 2006
@@ -423,6 +423,10 @@
        background-color : #C8EEF7;
 }
 
+#notes img {
+       border: 1px solid #CCCCCC;
+}
+
 
 #results, .results, caption, h1, h2, h3, h4, h5, h6 {
        color : #000066;
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.1 
koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css:1.1.2.2
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css:1.1.2.1 Mon Feb 
 6 20:41:26 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css Wed Mar  8 
23:03:16 2006
@@ -509,6 +509,10 @@
        border-right : 0px solid #006699;
 }
 
+#notes img {
+       border: 1px solid #CCCC99;
+}
+
 #results, .results {
        color : #000066;
 }
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.14 
koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.15
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.14  Mon Feb 
 6 20:41:26 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css   Wed Mar  8 
23:03:16 2006
@@ -866,14 +866,18 @@
 
 #notes {
        float: right;
+       font-size: 12px;
        margin: 0px;
-       padding: 0px;
 }
 
-#notes {
-       float: right;
-       font-size: 12px;
-       margin: 0px;
+#notes img {
+       float: left;
+       margin: 3px;
+       padding : 2px;
+}
+
+#notes ul {
+       margin-left: 95px;
 }
 
 #results, .results {




reply via email to

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