mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-01 10:50:37 +02:00
#64 Admin Responsive - Next Round
This commit is contained in:
@@ -569,4 +569,8 @@ td, th {
|
||||
.users-btns > div:nth-child(2) {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.page-users .btn-cancel {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
@@ -63,7 +63,7 @@
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="page-<?php echo Request::get('id'); ?>">
|
||||
|
||||
<nav class="navbar navbar-default navbar-inverse" role="navigation">
|
||||
<div class="container">
|
||||
|
@@ -92,7 +92,7 @@
|
||||
echo (
|
||||
Html::br().
|
||||
Form::submit('edit_profile', __('Save', 'users'), array('class' => 'btn btn-phone btn-primary')).Html::nbsp(2).
|
||||
Html::anchor(__('Cancel', 'users'), 'index.php?id=users', array('title' => __('Cancel', 'users'), 'class' => 'btn btn-phone btn-default')).
|
||||
Html::anchor(__('Cancel', 'users'), 'index.php?id=users', array('title' => __('Cancel', 'users'), 'class' => 'btn btn-phone btn-cancel btn-default')).
|
||||
Form::close()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user