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

(-)a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css (-4 / +10 lines)
Lines 197-208 body { Link Here
197
#statusbar {
197
#statusbar {
198
    background-color: #F4F8F9;
198
    background-color: #F4F8F9;
199
    border: solid 2px #b9d8d9;
199
    border: solid 2px #b9d8d9;
200
    border-bottom-style: none;
200
    border-radius: 6px;
201
    border-radius: 6px 6px 0 0;
202
    margin-bottom: -32px;
203
    overflow: auto;
201
    overflow: auto;
204
    padding: 4px;
202
    padding: 4px;
205
    padding-bottom: 0;
206
}
203
}
207
204
208
#statusbar #status-tag-info, #statusbar #status-subfield-info {
205
#statusbar #status-tag-info, #statusbar #status-subfield-info {
Lines 456-458 body { Link Here
456
.CodeMirror-gutter-wrapper {
453
.CodeMirror-gutter-wrapper {
457
    position: absolute;
454
    position: absolute;
458
}
455
}
456
457
/* Small devices (tablets, 768px and up) */
458
@media (min-width: @screen-sm-min) {
459
    #statusbar {
460
        border-bottom-style: none;
461
        border-radius: 6px 6px 0 0;
462
        margin-bottom: -32px;
463
    }
464
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-12 / +5 lines)
Lines 248-265 Link Here
248
248
249
249
250
    </form>
250
    </form>
251
                            </div> <!-- /.col-sm-10 -->
251
                            </div> <!-- /#cataloguing_additem_newitem -->
252
                        </div> <!-- /.row -->
252
                        </div> <!-- /.col-sm-10 -->
253
                    </div> <!-- /div -->
253
                    </div> <!-- /.row -->
254
                </div> <!-- /#cataloguing_additem_itemlist -->
254
                </div> <!-- /#cataloguing_additem_itemlist -->
255
            </main>
255
            </main>
256
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
256
        </div> <!-- /.col-sm-12 -->
257
257
    </div> <!-- /.row -->
258
        <div class="col-sm-2 col-sm-pull-10">
259
            <aside>
260
                [% INCLUDE 'admin-menu.inc' %]
261
            </aside>
262
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
263
     </div> <!-- /.row -->
264
258
265
[% INCLUDE 'intranet-bottom.inc' %]
259
[% INCLUDE 'intranet-bottom.inc' %]
266
- 

Return to bug 21307