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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css (+7 lines)
Lines 744-749 fieldset.rows li.lradio label { Link Here
744
  width: auto;
744
  width: auto;
745
  margin: 0 0 0 1em;
745
  margin: 0 0 0 1em;
746
}
746
}
747
fieldset.rows .hint {
748
  display: block;
749
  margin-left: 11em;
750
}
747
fieldset.action {
751
fieldset.action {
748
  clear: both;
752
  clear: both;
749
  float: none;
753
  float: none;
Lines 2357-2362 a.reviewlink:visited { Link Here
2357
  fieldset.rows ol {
2361
  fieldset.rows ol {
2358
    margin-left: 0;
2362
    margin-left: 0;
2359
  }
2363
  }
2364
  fieldset.rows .hint {
2365
    margin-left: 0;
2366
  }
2360
  body {
2367
  body {
2361
    padding: 0;
2368
    padding: 0;
2362
  }
2369
  }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 / +1 lines)
Lines 559-565 Link Here
559
                                                [% END %]
559
                                                [% END %]
560
                                            </select>
560
                                            </select>
561
                                            [% IF ( category2 && !OpacAllowPublicListCreation ) %]
561
                                            [% IF ( category2 && !OpacAllowPublicListCreation ) %]
562
                                                The library has disabled the ability for patrons to create new public lists.  If you make your list private, you will not be able to make it public again.
562
                                                <span class="hint alert alert-info">The library has disabled the ability for patrons to create new public lists.  If you make your list private, you will not be able to make it public again.</span>
563
                                            [% END %]
563
                                            [% END %]
564
                                        </li>
564
                                        </li>
565
                                        [% INCLUDE list_permissions %]
565
                                        [% INCLUDE list_permissions %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less (+4 lines)
Lines 733-738 fieldset { Link Here
733
                }
733
                }
734
            }
734
            }
735
        }
735
        }
736
        .hint {
737
            display: block;
738
            margin-left : 11em;
739
        }
736
    }
740
    }
737
    &.action {
741
    &.action {
738
        clear : both;
742
        clear : both;
(-)a/koha-tmpl/opac-tmpl/bootstrap/less/responsive.less (-1 / +3 lines)
Lines 81-86 Link Here
81
            ol {
81
            ol {
82
                margin-left : 0;
82
                margin-left : 0;
83
            }
83
            }
84
            .hint {
85
                margin-left: 0;
86
            }
84
        }
87
        }
85
    }
88
    }
86
    body {
89
    body {
87
- 

Return to bug 10865