view web/default.css @ 2861:727f2f8edf74

Info sidebar: Preserve state of Show Hidden flags In the Info Sidebar, preserve the state of the Show Hidden flags for the Exif and File Info panes
author Colin Clark <colin.clark@cclark.uk>
date Thu, 08 Nov 2018 12:26:09 +0000
parents 00773211590e
children
line wrap: on
line source

#header {
    margin: 0 0 0 0;
    text-align: center;
    width: 50em;
    border: 1px solid #8BA0FF;
    background: #d0e0ff;
}

#side {
    float: left;
    width: 10em;
    padding: 1em;
}

#side ul {
    padding-left: 0;
    margin-left: 0.5em;
}

#main {
    width: 40em;
    margin-top: 1em;
    margin-left: 12em;
}

#main h1 {
    margin-top: 1em;
}