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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-3 / +3 lines)
Lines 358-368 Link Here
358
    <p>
358
    <p>
359
        <input class="btn btn-success" type="submit" accesskey="s" name="do" title="Search" value="Search" />
359
        <input class="btn btn-success" type="submit" accesskey="s" name="do" title="Search" value="Search" />
360
        [% IF ( expanded_options ) %]
360
        [% IF ( expanded_options ) %]
361
            <a href="/cgi-bin/koha/opac-search.pl?expanded_options=0">[Fewer options]</a>
361
            <a href="/cgi-bin/koha/opac-search.pl?expanded_options=0" class="btn btn-default more-less-options">Fewer options</a>
362
        [% ELSE %]
362
        [% ELSE %]
363
            <a href="/cgi-bin/koha/opac-search.pl?expanded_options=1">[More options]</a>
363
            <a href="/cgi-bin/koha/opac-search.pl?expanded_options=1" class="btn btn-default more-less-options">More options</a>
364
        [% END %]
364
        [% END %]
365
        <a href="/cgi-bin/koha/opac-search.pl?do=Clear">[New search]</a>
365
        <a href="/cgi-bin/koha/opac-search.pl?do=Clear" class="btn btn-default new-search">New search</a>
366
    </p>
366
    </p>
367
[% END %]
367
[% END %]
368
368
(-)a/koha-tmpl/opac-tmpl/bootstrap/less/opac.less (-2 / +6 lines)
Lines 57-62 a { Link Here
57
        font-weight: bold;
57
        font-weight: bold;
58
        font-size : 108%;
58
        font-size : 108%;
59
    }
59
    }
60
    &.btn {
61
        &:visited {
62
            color : #333;
63
        }
64
    }
60
    &.btn-primary {
65
    &.btn-primary {
61
        &:visited {
66
        &:visited {
62
            color : #FFF;
67
            color : #FFF;
Lines 360-366 td { Link Here
360
    background: linear-gradient(to bottom, #c7c7c1 38%,#a7a7a2 100%);
365
    background: linear-gradient(to bottom, #c7c7c1 38%,#a7a7a2 100%);
361
    /* W3C */
366
    /* W3C */
362
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c1', endColorstr='#a7a7a2',GradientType=0 );
367
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c1', endColorstr='#a7a7a2',GradientType=0 );
363
    /* IE6-9 */;
368
    /* IE6-9 */
364
    label {
369
    label {
365
        font-size: 115%;
370
        font-size: 115%;
366
        font-weight: bold;
371
        font-weight: bold;
367
- 

Return to bug 12576