Koha/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css

38 lines
No EOL
566 B
CSS

#addbibliotabs {
margin-top : 1em;
}
a.buttonPlus {
font-weight : bold;
text-decoration : none;
}
a.expandfield {
color : #000;
text-decoration : none;
}
#yui-cms-loading {
background : #FFFFFF;
color : #333333;
display : none;
}
#yui-cms-loading #yui-cms-float {
text-align : center;
font-size : 175%;
background-image : url(../../img/loading.gif);
background-repeat : no-repeat;
background-position : top;
padding-top : 50px;
}
#authoritytabs {
margin-top : 1em;
margin-bottom : 1em;
}
.toptabs .ui-tabs-nav li a {
padding : .2em 1.2em;
}