1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

UI Improvements - Admin Default Theme - Updates #194

This commit is contained in:
Awilum
2014-04-03 00:21:49 +04:00
parent 312d79c2c9
commit 4803e3285e
2 changed files with 14 additions and 4 deletions

View File

@@ -529,8 +529,9 @@ td, th {
3. MEDIA QUERIES 3. MEDIA QUERIES
*************************************/ *************************************/
/* iPhone 4 */
@media (max-width: 320px) { @media (max-width: 480px) {
/* MarkItUp */
.markItUpButton11, .markItUpButton11,
.markItUpButton12, .markItUpButton12,
.markItUpButton13, .markItUpButton13,
@@ -544,4 +545,12 @@ td, th {
.markItUpSeparator{ .markItUpSeparator{
display: none; display: none;
} }
/* Dashboard */
.dashboard-well .col-xs-6 {
width: 100%;
}
.dashboard-well .col-xs-6 .pull-right {
float: left!important;
}
} }

View File

@@ -148,7 +148,8 @@
</div> </div>
<div><?php Action::run('admin_post_template'); ?></div> <div><?php Action::run('admin_post_template'); ?></div>
</div> </div>
<footer class="container"> <div class="margin-top-1 margin-bottom-1 hidden-md"></div>
<footer class="container visible-md visible-lg">
<p class="pull-right"> <p class="pull-right">
<span> <span>
<a href="http://forum.monstra.org" target="_blank"><?php echo __('Official Support Forum', 'system'); ?></a> / <a href="http://forum.monstra.org" target="_blank"><?php echo __('Official Support Forum', 'system'); ?></a> /