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... [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [dev_week]
Date: Wed, 11 Oct 2006 14:07:53 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/10/11 14:07:53

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

Log message:
        - Correction to style names that makes tab-switch styling work in 
addbiblio
        - Various small chages and cleanup

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.7&r2=1.1.2.4.2.8
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css?cvsroot=koha&only_with_tag=dev_week&r1=1.5.2.17.2.9&r2=1.5.2.17.2.10

Patches:
Index: colors.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.css,v
retrieving revision 1.1.2.4.2.7
retrieving revision 1.1.2.4.2.8
diff -u -b -r1.1.2.4.2.7 -r1.1.2.4.2.8
--- colors.css  9 Oct 2006 14:08:00 -0000       1.1.2.4.2.7
+++ colors.css  11 Oct 2006 14:07:53 -0000      1.1.2.4.2.8
@@ -139,6 +139,8 @@
 }
 
 div.compact td {
+       border-right: 0px;
+       border-top: 0px;
        border-bottom : 1px solid #D9D9D9;
        border-left : 1px solid #D9D9D9;
 }
@@ -167,6 +169,10 @@
        border-right : 1px solid #B2B2B2;
 }
 
+div.data table th[scope=col], div.data-main table th[scope=col] {
+       border-left: 0;
+}
+
 div.data table tr.highlight td {
        background-color : #FAFAFA;
 }
@@ -192,7 +198,8 @@
 }
 
 div.details {
-       border-bottom : 1px solid #666666;
+       background-color : #F0F0F0;
+       border-bottom : 1px solid #CCCCCC;
 }
 
 div.details dt {
@@ -221,8 +228,9 @@
        color : #990000;
 }
 
-div.form, div.details {
+div.form {
        background-color : #F0F0F0;
+       border: 0px;
 }
 
 div.help {
@@ -236,6 +244,7 @@
 }
 
 div.items {
+       border: 0px;
        background-color : #F0F0F0;
 }
 
@@ -329,19 +338,19 @@
        color : #000066;
 }
 
-div.tabs a.addbibliotaboff {
+div.tabs a.addbiblioTabOff {
        background-color : #CBCBCB;
        color : #669999;
 }
 
-div.tabs a.addbibliotaboff:hover {
+div.tabs a.addbiblioTabOff:hover {
        background-color : #CCFF00;
        border-bottom : 1px solid #669999;
        border-left : 1px solid #669999;
        border-top : 1px solid #FFFFE1;
 }
 
-div.tabs a.addbibliotabon {
+div.tabs a.addbiblioTabOn {
        background-color : #EEEEEE;
        color : #000066;
 }
@@ -457,6 +466,7 @@
 
 table.marc th {
        background-color : #D9D9D9;
+       border: 0px;
 }
 
 td {

Index: intranet.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/intranet.css,v
retrieving revision 1.5.2.17.2.9
retrieving revision 1.5.2.17.2.10
diff -u -b -r1.5.2.17.2.9 -r1.5.2.17.2.10
--- intranet.css        9 Oct 2006 14:08:00 -0000       1.5.2.17.2.9
+++ intranet.css        11 Oct 2006 14:07:53 -0000      1.5.2.17.2.10
@@ -123,15 +123,12 @@
 }
 
 div.compact td {
-       border-right: 0px;
-       border-top: 0px;
        font-size: 13px;
        font-weight: normal;
        padding: 1px 1px 1px 10px;
 }
 
 div.compact th {
-       border-top: 0px;
        padding: 1px 10px 1px 1px;
        font-weight: normal;
        font-size: 13px;
@@ -164,10 +161,6 @@
        width: 17%;
 }
 
-div.data table th[scope=col], div.data-main table th[scope=col] {
-       border-left: 0;
-}
-
 div.data table tr.highlight th {
        font-size: 70%;
        font-weight: bold;
@@ -186,6 +179,7 @@
 
 div.details {
        margin-bottom: 5px;
+       padding: 5px;
 }
 
 div.details dd {
@@ -204,8 +198,6 @@
 }
 
 div.details td, div.form td {
-       border-right: 0px;
-       border-top: 0px;
 }
 
 div.details td:first-child, div.form td:first-child {
@@ -262,14 +254,12 @@
        padding: 0px;
 }
 
-div.form, div.details {
-       border: 0px;
+div.form {
        margin: 0px auto;
        padding: 5px;
 }
 
 div.help {
-       border: 0;
        font-size: 90%;
        margin-bottom: 5px;
 }
@@ -290,7 +280,6 @@
 }
 
 div.items {
-       border: 0px;
        margin: 0px auto;
        padding: 5px;
        width: 98%;
@@ -547,7 +536,6 @@
 }
 
 table.marc th {
-       border: 0px;
        text-align: left;
        font-weight: normal;
 }
@@ -1253,7 +1241,7 @@
 #sidebar
        {
        float: left;
-       margin-top : 2.4em;
+       margin-top: .5em;
        width: 39%;
 }
 




reply via email to

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