Bug 11142 - Update Bootstrap theme's place hold form to match the new version in...
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / opac.css
index a97158f..d9a22de 100644 (file)
@@ -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 {