X-Git-Url: http://git.rot13.org/?p=koha.git;a=blobdiff_plain;f=koha-tmpl%2Fopac-tmpl%2Fbootstrap%2Fcss%2Fopac.css;h=d9a22de61061a1fab81344aaa2fb91b977286d78;hp=a97158f2de5161841fdbd052b59acfae9e572640;hb=77c19db26f1e4b6ec3bf4af001ea7201baa93502;hpb=363e986c60b8d3a0fc6badf3739e58fbb3e65801 diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css b/koha-tmpl/opac-tmpl/bootstrap/css/opac.css index a97158f2de..d9a22de610 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/opac.css @@ -755,6 +755,9 @@ fieldset.action { fieldset.action p { margin-bottom: 1em; } +fieldset table { + font-size: 100%; +} div.rows + div.rows { margin-top: .6em; } @@ -2194,6 +2197,46 @@ td img { #shelfbrowser #browser_next { background-position: -9px -1057px; } +#holds { + margin: 0 auto; + max-width: 800px; +} +.holdrow { + clear: both; + padding: 0 1em 1em 1em; + border-bottom: 1px solid #CCC; + margin-bottom: .5em; +} +.holdrow fieldset { + border: 0; + margin: 0; + float: none; +} +.holdrow fieldset .label { + font-size: 14px; +} +.holdrow label { + display: inline; +} +.hold-options { + clear: both; +} +.toggle-hold-options { + background-color: #eee; + clear: both; + display: block; + font-weight: bold; + margin: 1em 0; + padding: .5em; +} +.copiesrow { + clear: both; +} +.shadowed { + -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); + box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); +} @media only screen and (min-width: 0px) and (max-width: 304px) { /* Screens bewteen 0 and 304 pixels wide */ #oh:after {