View | Details | Raw Unified | Return to bug 5871
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (-1 / +35 lines)
Lines 1985-1990 div.ft { Link Here
1985
.searchresults .commentline.yours {
1985
.searchresults .commentline.yours {
1986
	background-color : rgb(239, 254, 213);
1986
	background-color : rgb(239, 254, 213);
1987
	background-color : rgba(239, 254, 213, 0.4);
1987
	background-color : rgba(239, 254, 213, 0.4);
1988
1989
select.advsearch {
1990
   margin-left:5em;
1991
}
1992
select.advsearchoperator {
1993
    position:absolute;
1994
}
1995
1996
.authorSearch {
1997
    position: absolute;
1998
    display: none;
1999
    z-index: 2;
2000
    background-color: white;
2001
    border: 1px solid black;
2002
    padding: 4px;
2003
}
2004
.authorSearch li {
2005
    list-style-type: none;
2006
}
2007
.authorSearch ul {
2008
    padding-left: 0px; 
2009
}
2010
.subjectSearch {
2011
    position: absolute;
2012
    display: none;
2013
    z-index: 2;
2014
    background-color: white;
2015
    border: 1px solid black;
2016
    padding: 4px;
2017
}
2018
.subjectSearch li {
2019
    list-style-type: none;
2020
}
2021
.subjectSearch ul {
2022
    padding-left: 0px; 
1988
}
2023
}
1989
2024
1990
#plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
2025
#plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
1991
- 

Return to bug 5871