mirror of https://github.com/ColorlibHQ/gentelella
responsive fixes
parent
2084f14fd2
commit
e102b6db3a
|
@ -4870,7 +4870,7 @@ ul.notifications {
|
|||
}
|
||||
|
||||
/* Experiment for responsive tables - from https://codepen.io/AllThingsSmitty/pen/MyqmdM */
|
||||
@media screen and (max-width: 600px) {
|
||||
@media screen and (max-width: 700px) {
|
||||
table.responsive-experimental {
|
||||
border: 0;
|
||||
}
|
||||
|
|
|
@ -302,7 +302,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-sm-12 col-12">
|
||||
<div class="x_panel" style="height:600px;">
|
||||
<div class="x_panel">
|
||||
<div class="x_title">
|
||||
<h2>Pricing Tables Design</h2>
|
||||
<ul class="nav navbar-right panel_toolbox">
|
||||
|
|
|
@ -340,7 +340,7 @@
|
|||
</div>
|
||||
<h3>Samuel Doe</h3>
|
||||
|
||||
<ul class="list-unstyled user_data">
|
||||
<ul class="list-unstyled user_data mb-2">
|
||||
<li><i class="fa fa-map-marker user-profile-icon"></i> San
|
||||
Francisco, California, USA
|
||||
</li>
|
||||
|
@ -356,7 +356,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<a class="btn btn-success"><i class="fa fa-edit m-right-xs"></i>Edit
|
||||
<a class="btn btn-success mb-2"><i class="fa fa-edit m-right-xs"></i>Edit
|
||||
Profile</a>
|
||||
<br/>
|
||||
|
||||
|
@ -398,10 +398,10 @@
|
|||
<div class="col-md-9 col-sm-9 col-12">
|
||||
|
||||
<div class="profile_title row">
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-6 col-6">
|
||||
<h2>User Activity Report</h2>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-6 col-6">
|
||||
<div id="reportrange" class="pull-right"
|
||||
style="margin-top: 5px; background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #E6E9ED">
|
||||
<i class="glyphicon glyphicon-calendar fa fa-calendar"></i>
|
||||
|
|
Loading…
Reference in New Issue