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:
@@ -529,8 +529,9 @@ td, th {
|
||||
3. MEDIA QUERIES
|
||||
*************************************/
|
||||
|
||||
/* iPhone 4 */
|
||||
@media (max-width: 320px) {
|
||||
|
||||
@media (max-width: 480px) {
|
||||
/* MarkItUp */
|
||||
.markItUpButton11,
|
||||
.markItUpButton12,
|
||||
.markItUpButton13,
|
||||
@@ -544,4 +545,12 @@ td, th {
|
||||
.markItUpSeparator{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Dashboard */
|
||||
.dashboard-well .col-xs-6 {
|
||||
width: 100%;
|
||||
}
|
||||
.dashboard-well .col-xs-6 .pull-right {
|
||||
float: left!important;
|
||||
}
|
||||
}
|
@@ -148,7 +148,8 @@
|
||||
</div>
|
||||
<div><?php Action::run('admin_post_template'); ?></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">
|
||||
<span>
|
||||
<a href="http://forum.monstra.org" target="_blank"><?php echo __('Official Support Forum', 'system'); ?></a> /
|
||||
|
Reference in New Issue
Block a user