Browse Source

Design fixes

pull/1/head
Sebastian 9 years ago
parent
commit
0db1620982
  1. 5
      src/Squidex/Views/Account/Error.cshtml
  2. 5
      src/Squidex/Views/Account/LockedOut.cshtml
  3. 2
      src/Squidex/app/shell/pages/internal/internal-area.component.html
  4. 1
      src/Squidex/wwwroot/index.html
  5. 2
      src/Squidex/wwwroot/styles/static.css

5
src/Squidex/Views/Account/Error.cshtml

@ -11,8 +11,9 @@
<link href="/styles/static.css" rel="stylesheet" />
</head>
<body>
<h1>Login failed</h1>
<p>
<h1 class="splash-h1">Login failed</h1>
<p class="splash-text">
We are really sorry, something failed when you tried to login.
</p>
</body>

5
src/Squidex/Views/Account/LockedOut.cshtml

@ -11,8 +11,9 @@
<link href="/styles/static.css" rel="stylesheet" />
</head>
<body>
<h1>Account locked</h1>
<p>
<h1 class="splash-h1">Account locked</h1>
<p class="splash-text">
Your account is locked, please contact the administrator.
</p>
</body>

2
src/Squidex/app/shell/pages/internal/internal-area.component.html

@ -1,5 +1,5 @@
<nav class="navbar navbar-fixed-top navbar-inverse bg-primary bg-faded">
<span class="navbar-brand">
<span class="navbar-brand" [routerLink]="['/app']">
<i class="icon-logo"></i>
</span>

1
src/Squidex/wwwroot/index.html

@ -19,7 +19,6 @@
</noscript>
</head>
<body>
<sqx-app>
<div class="loading">
<img src="/images/loader.gif" />

2
src/Squidex/wwwroot/styles/static.css

@ -8,7 +8,7 @@
line-height: 1.5;
}
h1, p {
.splash-h1, .splash-text {
text-align: center;
}

Loading…
Cancel
Save