[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 marc-e... [rel_2_2]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes marc-e... [rel_2_2] |
Date: |
Wed, 01 Mar 2006 22:48:07 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Owen Leonard <address@hidden> 06/03/01 22:48:07
Removed files:
koha-tmpl/opac-tmpl/npl/en/includes: marc-editor.css
Log message:
Extraneous CSS. All relevant declarations are in the main layout and
color files
Patches:
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css
diff -u koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css:1.1.2.1
koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css:removed
--- koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css:1.1.2.1 Thu Jun
9 21:17:31 2005
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css Wed Mar 1
22:48:07 2006
@@ -1,91 +0,0 @@
-div.tabbed {
- /*border : 1px solid red;
- position: absolute;*/
- margin-left:5%;
- width:90%;
-/* display:block;*/
-}
-
-div.tabs {
-/* border : 1px solid aqua;*/
- float : left;
- margin : 5px 0 0 0;
-/* position:absolute;
- margin-left: .5em;
- margin-top:110px;*/
-}
-
-div.tabs a {
- display:block;
- background-color: #D8DEB8;
- color: #000066;
- font-weight : bold;
- text-decoration : none;
- border-bottom : 1px solid #999933;
- border-left : 1px solid #999933;
- border-right : 1px solid #FFFFCC;
- border-top : 1px solid #FFFFCC;
- margin : 0 0 2px 0;
- padding: 10px 5px 10px 5px;
-
-}
-
-div.tabs a:hover {
- background-color : #CCFF99;
- border-left : 1px solid #000066;
- border-bottom : 1px solid #000066;
-}
-
-div.tab {
- background-color : #FFFFCC;
- border : 1px solid #D8DEB8;
- border-top : 1px solid #FFFFCC;
- display: block;
- visibility:hidden;
- position : absolute;
- margin : 5px 0 0 55px;
- padding : 3px 3px 3px 10px;
- width : 70%;
- /*margin-top:110px;*/
-}
-
-/* style for tag definition (e.g. 700 - Statement of responsibility) */
-.MARCtag {
- clear : left;
- color : #000000;
- background-color : #FFFFCC;
- border-top : 7px solid #FFFFCC;
- border-bottom : thin solid #CCCC99;
- font-weight : bold;
- font-size : .8em;
- margin-top : 5px;
-}
-
-div.tab p {
- margin : 3px;
-}
-
-/* style for each subfield (e.g.: Publication year), just before the biblio
subfield */
-.labelsubfield {
- background-color : #FFFFE1;
-/* border : 1px solid red;*/
- clear : left;
- float : left;
- font-size : .8em;
- font-weight : normal;
- width : 12em;
- margin-left : 30px;
- display : inline;
-}
-
-#loading {
- position: absolute;
- top: 3em;
- left: 3em;
- padding: 1em;
- mozopacity: 50%;
- background-color: #FFFFFF;
- border: 10px solid #CCCC99;
- font-size: 1.5em;
- z-index: 999;
- }
\ No newline at end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes marc-e... [rel_2_2],
Owen Leonard <=