view web/default.css @ 2868:4fc59d8e53c0

Fix #648: Correctly size image windows opened from collections https://github.com/BestImageViewer/geeqie/pull/648
author Dave Lambert <>
date Mon, 26 Nov 2018 17:53:22 +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;
}