/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    This file contains rules for the offline edit mode
    in Sitevision.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* When hovering modules in page editing mode they get a very high
   z-index laying them above the UU header (and other fixed
   elements). These rules cancel that effect. */
.sv-no-touch .sv-relative-portlet:hover {
    z-index: auto;
}
/* Also fix the move handle on all modules. */
.sv-portlet-context-menu.sv-editor-frame {
    z-index: auto;
}

/* Leads are hidden in online mode if empty but shown in offline mode. */
.sv-edit-mode .sv-text-portlet .lead {
    display: block;
}

.sv-edit-view-carousel {
    line-height: 1.5;
}