0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Merge pull request #2769 from novaugust/ember-settings-fade

Added fade-in to ember settings panes
This commit is contained in:
Hannah Wolfe 2014-05-19 20:01:16 +03:00
commit 50b4281c9d
4 changed files with 8 additions and 8 deletions

View file

@ -1,9 +1,9 @@
<header>
<header class="fade-in">
<button class="button-back">Back</button>
<h2 class="title">Apps</h2>
</header>
<section class="content">
<section class="content fade-in">
<ul class="js-apps">
{{#each availableApps}}
<li>

View file

@ -1,7 +1,7 @@
<header>
<header class="fade-in">
<h2 class="title">General</h2>
</header>
<section class="content">
<section class="content fade-in">
<form id="settings-export">
<fieldset>
<div class="form-group">

View file

@ -1,4 +1,4 @@
<header>
<header class="fade-in">
<button class="button-back">Back</button>
<h2 class="title">General</h2>
<section class="page-actions">
@ -6,7 +6,7 @@
</section>
</header>
<section class="content">
<section class="content fade-in">
<form id="settings-general" novalidate="novalidate">
<fieldset>

View file

@ -1,4 +1,4 @@
<header>
<header class="fade-in">
<button class="button-back">Back</button>
<h2 class="title">Your Profile</h2>
<section class="page-actions">
@ -6,7 +6,7 @@
</section>
</header>
<section class="content no-padding">
<section class="content no-padding fade-in">
<header class="user-profile-header">
<img id="user-cover" class="cover-image" {{bind-attr src=cover title=coverTitle}} />