diff options
Diffstat (limited to 'mediagoblin/static')
-rw-r--r-- | mediagoblin/static/css/base.css | 37 | ||||
-rw-r--r-- | mediagoblin/static/images/small-gavroche.png | bin | 0 -> 4599 bytes | |||
-rw-r--r-- | mediagoblin/static/images/small-gavroche.xcf | bin | 0 -> 392752 bytes |
3 files changed, 34 insertions, 3 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 0bd58738..c7e1496f 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -25,7 +25,7 @@ src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.ttf') format('truetype'); } -body { +html, body { background-color: #161616; color: #C3C3C3; padding: 0; @@ -110,6 +110,23 @@ input, textarea { /* website structure */ +#wrap { + min-height: 100%; + height: auto; + + /* This must be equal to the footer height + 5px */ + margin-bottom: -35px; +} + +#wrap:after { + content: ""; + display: block; +} + +footer, #wrap:after { + height: 30px; +} + header { width: 100%; padding: 0; @@ -176,9 +193,7 @@ a.logo { footer { width: 100%; - height: 30px; border-top: 1px solid #333; - bottom: 0px; padding: 8px 0; text-align: center; font-size: 0.875em; @@ -950,3 +965,19 @@ table.metadata_editor tr td { table.metadata_editor tr td.form_field_input input { width:350px; } + +.application { + min-height: 30px; + margin-left: 70px; +} + +.application-icon { + position: absolute; + left: 12px; + width: 50px; + height: 50px; +} + +.application-button { + float: right; +} diff --git a/mediagoblin/static/images/small-gavroche.png b/mediagoblin/static/images/small-gavroche.png Binary files differnew file mode 100644 index 00000000..13192d97 --- /dev/null +++ b/mediagoblin/static/images/small-gavroche.png diff --git a/mediagoblin/static/images/small-gavroche.xcf b/mediagoblin/static/images/small-gavroche.xcf Binary files differnew file mode 100644 index 00000000..0291d2e1 --- /dev/null +++ b/mediagoblin/static/images/small-gavroche.xcf |