Minor changes
This commit is contained in:
parent
400aa949e6
commit
3257cc68e8
|
@ -151,6 +151,27 @@ div.dashboardBox h2 {
|
|||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
div.dashboardBox ul.menu {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.dashboardBox ul.menu a {
|
||||
color: #2672ec;
|
||||
}
|
||||
|
||||
div.dashboardBox ul.menu li.title {
|
||||
|
||||
}
|
||||
|
||||
div.dashboardBox ul.menu li.description {
|
||||
border-bottom: 1px dashed #ddd;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
||||
/* ----------- FORMS ----------- */
|
||||
|
|
|
@ -2,7 +2,36 @@
|
|||
|
||||
<div class="units-row">
|
||||
|
||||
<div class="unit-40">
|
||||
<div class="unit-50">
|
||||
|
||||
<div class="dashboardBox">
|
||||
<h2>Start here!</h2>
|
||||
<div class="content">
|
||||
<ul class="menu">
|
||||
<li class="title"><a href="">New post</a></li>
|
||||
<li class="description">Create a new article for your blog</li>
|
||||
<li class="title"><a href="">New page</a></li>
|
||||
<li class="description">Create a new page for your site</li>
|
||||
<li class="title"><a href="">Language and timezone</a></li>
|
||||
<li class="description">Select your language and locale for a correct display of dates</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="unit-50">
|
||||
<?php if($_newPosts || $_newPages) { ?>
|
||||
<div class="dashboardBox">
|
||||
<div class="content contentGreen">
|
||||
<div class="bigContent"><?php $Language->p('database-regenerated') ?></div>
|
||||
<div class="littleContent"><?php $Language->p('new-posts-and-pages-synchronized') ?></div>
|
||||
<i class="iconContent fa fa-pie-chart"></i>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="dashboardBox">
|
||||
<div class="content contentBlue">
|
||||
|
@ -20,18 +49,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="unit-60">
|
||||
<?php if($_newPosts || $_newPages) { ?>
|
||||
<div class="dashboardBox">
|
||||
<div class="content contentGreen">
|
||||
<div class="bigContent"><?php $Language->p('database-regenerated') ?></div>
|
||||
<div class="littleContent"><?php $Language->p('new-posts-and-pages-synchronized') ?></div>
|
||||
<i class="iconContent fa fa-pie-chart"></i>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<div class="dashboardBox">
|
||||
<h2>Drafts</h2>
|
||||
<div class="content">
|
||||
|
|
|
@ -8,8 +8,5 @@
|
|||
"website": "",
|
||||
"version": "0.1",
|
||||
"releaseDate": ""
|
||||
},
|
||||
|
||||
"name": "Name",
|
||||
"first-name": "First Name"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue