Skip to content

Commit 23051b3

Browse files
committed
Fix install/minimal view skeleton layout styles.
1 parent 9a0a1e8 commit 23051b3

File tree

7 files changed

+35
-15
lines changed

7 files changed

+35
-15
lines changed

admin/themes/default/css/sass/pages/_login.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
margin-top: 10%;
66
text-align: center;
77
background: white;
8-
padding: 25px;
8+
padding: 25px 0;
99
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
10+
box-sizing: border-box;
1011

1112
@include screen-xs {
12-
max-width: 260px;
13+
padding: 25px;
1314
}
1415
}
1516

@@ -110,4 +111,8 @@
110111
#required-note {
111112
display: block;
112113
}
114+
115+
.columns {
116+
max-width: 100%;
117+
}
113118
}

admin/themes/default/css/style.css

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/themes/default/css/style.css.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

application/views/scripts/css/style.css

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

application/views/scripts/css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/screen.css

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/views/scripts/layout.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body id="install">
1717

1818
<div class="container container-sixteen">
19-
<div id="content" class="ten columns offset-by-four">
19+
<div id="content" class="ten columns offset-by-three">
2020
<header>
2121
<h1><?php echo __('Omeka'); ?></h1>
2222
</header>

0 commit comments

Comments
 (0)