Navigation Menu

Skip to content

Commit

Permalink
Fix install/minimal view skeleton layout styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Sep 21, 2021
1 parent 9a0a1e8 commit 23051b3
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 15 deletions.
9 changes: 7 additions & 2 deletions admin/themes/default/css/sass/pages/_login.scss
Expand Up @@ -5,11 +5,12 @@
margin-top: 10%;
text-align: center;
background: white;
padding: 25px;
padding: 25px 0;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
box-sizing: border-box;

@include screen-xs {
max-width: 260px;
padding: 25px;
}
}

Expand Down Expand Up @@ -110,4 +111,8 @@
#required-note {
display: block;
}

.columns {
max-width: 100%;
}
}
11 changes: 8 additions & 3 deletions admin/themes/default/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions admin/themes/default/css/style.css.map

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions application/views/scripts/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion application/views/scripts/css/style.css.map

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions install/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/views/scripts/layout.phtml
Expand Up @@ -16,7 +16,7 @@
<body id="install">

<div class="container container-sixteen">
<div id="content" class="ten columns offset-by-four">
<div id="content" class="ten columns offset-by-three">
<header>
<h1><?php echo __('Omeka'); ?></h1>
</header>
Expand Down

0 comments on commit 23051b3

Please sign in to comment.