Remove not use assets, html and styles
|
@ -1072,8 +1072,7 @@ table.jambo_table tbody tr.selected td {
|
|||
.dataTables_wrapper {
|
||||
position: relative;
|
||||
clear: both;
|
||||
zoom: 1;
|
||||
/* Feeling sorry for IE */ }
|
||||
zoom: 1; }
|
||||
|
||||
.dataTables_processing {
|
||||
position: absolute;
|
||||
|
@ -1112,47 +1111,6 @@ table.dataTable td.focus {
|
|||
outline: 2px solid #1ABB9C !important;
|
||||
outline-offset: -1px; }
|
||||
|
||||
/* Pagination nested */
|
||||
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
|
||||
height: 19px;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
color: #111 !important; }
|
||||
|
||||
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
|
||||
text-decoration: none !important; }
|
||||
|
||||
.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
|
||||
outline: none; }
|
||||
|
||||
.paginate_disabled_previous, .paginate_disabled_next {
|
||||
color: #666 !important; }
|
||||
|
||||
.paginate_disabled_previous, .paginate_enabled_previous {
|
||||
padding-left: 23px; }
|
||||
|
||||
.paginate_disabled_next, .paginate_enabled_next {
|
||||
padding-right: 23px;
|
||||
margin-left: 10px; }
|
||||
|
||||
.paginate_disabled_previous {
|
||||
background: url("../images/back_disabled.png") no-repeat top left; }
|
||||
|
||||
.paginate_enabled_previous {
|
||||
background: url("../images/back_enabled.png") no-repeat top left; }
|
||||
|
||||
.paginate_enabled_previous:hover {
|
||||
background: url("../images/back_enabled_hover.png") no-repeat top left; }
|
||||
|
||||
.paginate_disabled_next {
|
||||
background: url("../images/forward_disabled.png") no-repeat top right; }
|
||||
|
||||
.paginate_enabled_next {
|
||||
background: url("../images/forward_enabled.png") no-repeat top right; }
|
||||
|
||||
.paginate_enabled_next:hover {
|
||||
background: url("../images/forward_enabled_hover.png") no-repeat top right; }
|
||||
|
||||
table.display {
|
||||
margin: 0 auto;
|
||||
clear: both;
|
||||
|
@ -1259,7 +1217,7 @@ div.box {
|
|||
border: 1px solid #8080FF;
|
||||
background-color: #E5E5FF; }
|
||||
|
||||
/* ********* /tables styleing ****************************** */
|
||||
/* ********* /tables styling ****************************** */
|
||||
/* ********* /dashboard widget **************************** */
|
||||
/* ********* widgets *************************************** */
|
||||
ul.msg_list li {
|
||||
|
@ -3069,100 +3027,6 @@ ul.project_files li a i {
|
|||
transform: rotate(-90deg); }
|
||||
|
||||
/* ********* /verticle tabs **************************** */
|
||||
.avatar-view {
|
||||
display: block;
|
||||
border: 3px solid #fff;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
|
||||
cursor: pointer;
|
||||
overflow: hidden; }
|
||||
|
||||
.avatar-body {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px; }
|
||||
|
||||
.avatar-upload {
|
||||
overflow: hidden; }
|
||||
|
||||
.avatar-upload label {
|
||||
display: block;
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100px; }
|
||||
|
||||
.avatar-upload input {
|
||||
display: block;
|
||||
margin-left: 110px; }
|
||||
|
||||
.avater-alert {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px; }
|
||||
|
||||
.avatar-wrapper {
|
||||
height: 364px;
|
||||
width: 100%;
|
||||
margin-top: 15px;
|
||||
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
|
||||
background-color: #fcfcfc;
|
||||
overflow: hidden; }
|
||||
|
||||
.avatar-wrapper img {
|
||||
display: block;
|
||||
height: auto;
|
||||
max-width: 100%; }
|
||||
|
||||
.avatar-preview {
|
||||
float: left;
|
||||
margin-top: 15px;
|
||||
margin-right: 15px;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 4px;
|
||||
background-color: #fff;
|
||||
overflow: hidden; }
|
||||
|
||||
.avatar-preview:hover {
|
||||
border-color: #ccf;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
|
||||
|
||||
.avatar-preview img {
|
||||
width: 100%; }
|
||||
|
||||
.preview-lg {
|
||||
height: 184px;
|
||||
width: 184px;
|
||||
margin-top: 15px; }
|
||||
|
||||
.preview-md {
|
||||
height: 100px;
|
||||
width: 100px; }
|
||||
|
||||
.preview-sm {
|
||||
height: 50px;
|
||||
width: 50px; }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.avatar-preview {
|
||||
float: none; } }
|
||||
.avatar-btns {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 15px; }
|
||||
|
||||
.avatar-btns .btn-group {
|
||||
margin-right: 5px; }
|
||||
|
||||
.loading {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff url("../images/loading.gif") no-repeat center center;
|
||||
opacity: .75;
|
||||
filter: alpha(opacity=75);
|
||||
z-index: 20140628; }
|
||||
|
||||
/* ********* /image cropping **************************** */
|
||||
/* ********* moris **************************** */
|
||||
.morris-hover {
|
||||
position: absolute;
|
||||
|
|
|
@ -314,20 +314,20 @@
|
|||
|
||||
<div class="col-md-7 col-sm-7 col-xs-12">
|
||||
<div class="product-image">
|
||||
<img src="images/prod1.jpg" alt="..." />
|
||||
<img src="images/prod-1.jpg" alt="..." />
|
||||
</div>
|
||||
<div class="product_gallery">
|
||||
<a>
|
||||
<img src="images/prod2.jpg" alt="..." />
|
||||
<img src="images/prod-2.jpg" alt="..." />
|
||||
</a>
|
||||
<a>
|
||||
<img src="images/prod3.jpg" alt="..." />
|
||||
<img src="images/prod-3.jpg" alt="..." />
|
||||
</a>
|
||||
<a>
|
||||
<img src="images/prod4.jpg" alt="..." />
|
||||
<img src="images/prod-4.jpg" alt="..." />
|
||||
</a>
|
||||
<a>
|
||||
<img src="images/prod5.jpg" alt="..." />
|
||||
<img src="images/prod-5.jpg" alt="..." />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1406,13 +1406,11 @@
|
|||
<div class="container cropper">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
<!-- <h3 class="page-header">Demo:</h3> -->
|
||||
<div class="img-container">
|
||||
<img id="image" src="images/picture2.jpg" alt="Picture">
|
||||
<img id="image" src="images/cropper.jpg" alt="Picture">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<!-- <h3 class="page-header">Preview:</h3> -->
|
||||
<div class="docs-preview clearfix">
|
||||
<div class="img-preview preview-lg"></div>
|
||||
<div class="img-preview preview-md"></div>
|
||||
|
@ -1420,7 +1418,6 @@
|
|||
<div class="img-preview preview-xs"></div>
|
||||
</div>
|
||||
|
||||
<!-- <h3 class="page-header">Data:</h3> -->
|
||||
<div class="docs-data">
|
||||
<div class="input-group input-group-sm">
|
||||
<label class="input-group-addon" for="dataX">X</label>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 894 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 284 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 694 B |
Before Width: | Height: | Size: 358 B |
|
@ -452,7 +452,7 @@
|
|||
<ul>
|
||||
<li>
|
||||
<a href="#" class="atch-thumb">
|
||||
<img src="images/1.png" alt="img" />
|
||||
<img src="images/inbox.png" alt="img" />
|
||||
</a>
|
||||
|
||||
<div class="file-name">
|
||||
|
@ -469,7 +469,7 @@
|
|||
|
||||
<li>
|
||||
<a href="#" class="atch-thumb">
|
||||
<img src="images/1.png" alt="img" />
|
||||
<img src="images/inbox.png" alt="img" />
|
||||
</a>
|
||||
|
||||
<div class="file-name">
|
||||
|
@ -484,7 +484,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<a href="#" class="atch-thumb">
|
||||
<img src="images/1.png" alt="img" />
|
||||
<img src="images/inbox.png" alt="img" />
|
||||
</a>
|
||||
|
||||
<div class="file-name">
|
||||
|
|
|
@ -988,7 +988,7 @@
|
|||
<!-- Chart.js -->
|
||||
<script src="../vendors/Chart.js/dist/Chart.min.js"></script>
|
||||
<!-- gauge.js -->
|
||||
<script src="../vendors/bernii/gauge.js/dist/gauge.min.js"></script>
|
||||
<script src="../vendors/gauge.js/dist/gauge.min.js"></script>
|
||||
<!-- bootstrap-progressbar -->
|
||||
<script src="../vendors/bootstrap-progressbar/bootstrap-progressbar.min.js"></script>
|
||||
<!-- iCheck -->
|
||||
|
|
|
@ -856,7 +856,7 @@
|
|||
<script src="../vendors/raphael/raphael.min.js"></script>
|
||||
<script src="../vendors/morris.js/morris.min.js"></script>
|
||||
<!-- gauge.js -->
|
||||
<script src="../vendors/bernii/gauge.js/dist/gauge.min.js"></script>
|
||||
<script src="../vendors/gauge.js/dist/gauge.min.js"></script>
|
||||
<!-- bootstrap-progressbar -->
|
||||
<script src="../vendors/bootstrap-progressbar/bootstrap-progressbar.min.js"></script>
|
||||
<!-- Skycons -->
|
||||
|
|
|
@ -415,7 +415,7 @@
|
|||
<img src="images/visa.png" alt="Visa">
|
||||
<img src="images/mastercard.png" alt="Mastercard">
|
||||
<img src="images/american-express.png" alt="American Express">
|
||||
<img src="images/paypal2.png" alt="Paypal">
|
||||
<img src="images/paypal.png" alt="Paypal">
|
||||
<p class="text-muted well well-sm no-shadow" style="margin-top: 10px;">
|
||||
Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, weebly ning heekya handango imeem plugg dopplr jibjab, movity jajah plickers sifteo edmodo ifttt zimbra.
|
||||
</p>
|
||||
|
|
|
@ -317,7 +317,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask">
|
||||
<p>Your Text</p>
|
||||
<div class="tools tools-bottom">
|
||||
|
@ -335,7 +335,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask">
|
||||
<p>Your Text</p>
|
||||
<div class="tools tools-bottom">
|
||||
|
@ -353,7 +353,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask">
|
||||
<p>Your Text</p>
|
||||
<div class="tools tools-bottom">
|
||||
|
@ -371,7 +371,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask">
|
||||
<p>Your Text</p>
|
||||
<div class="tools tools-bottom">
|
||||
|
@ -389,7 +389,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask">
|
||||
<p>Your Text</p>
|
||||
<div class="tools tools-bottom">
|
||||
|
@ -409,7 +409,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask no-caption">
|
||||
<div class="tools tools-bottom">
|
||||
<a href="#"><i class="fa fa-link"></i></a>
|
||||
|
@ -428,7 +428,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask no-caption">
|
||||
<div class="tools tools-bottom">
|
||||
<a href="#"><i class="fa fa-link"></i></a>
|
||||
|
@ -447,7 +447,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask no-caption">
|
||||
<div class="tools tools-bottom">
|
||||
<a href="#"><i class="fa fa-link"></i></a>
|
||||
|
@ -466,7 +466,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask no-caption">
|
||||
<div class="tools tools-bottom">
|
||||
<a href="#"><i class="fa fa-link"></i></a>
|
||||
|
@ -485,7 +485,7 @@
|
|||
<div class="col-md-55">
|
||||
<div class="thumbnail">
|
||||
<div class="image view view-first">
|
||||
<img style="width: 100%; display: block;" src="images/4.jpg" alt="image" />
|
||||
<img style="width: 100%; display: block;" src="images/media.jpg" alt="image" />
|
||||
<div class="mask no-caption">
|
||||
<div class="tools tools-bottom">
|
||||
<a href="#"><i class="fa fa-link"></i></a>
|
||||
|
|
|
@ -308,83 +308,12 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
|
||||
<div class="col-md-3 col-sm-3 col-xs-12 profile_left">
|
||||
|
||||
<div class="profile_img">
|
||||
|
||||
<!-- end of image cropping -->
|
||||
<div id="crop-avatar">
|
||||
<!-- Current avatar -->
|
||||
<img class="img-responsive avatar-view" src="images/picture.jpg" alt="Avatar" title="Change the avatar">
|
||||
|
||||
<!-- Cropping modal -->
|
||||
<div class="modal fade" id="avatar-modal" aria-hidden="true" aria-labelledby="avatar-modal-label" role="dialog" tabindex="-1">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<form class="avatar-form" action="crop.php" enctype="multipart/form-data" method="post">
|
||||
<div class="modal-header">
|
||||
<button class="close" data-dismiss="modal" type="button">×</button>
|
||||
<h4 class="modal-title" id="avatar-modal-label">Change Avatar</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="avatar-body">
|
||||
|
||||
<!-- Upload image and data -->
|
||||
<div class="avatar-upload">
|
||||
<input class="avatar-src" name="avatar_src" type="hidden">
|
||||
<input class="avatar-data" name="avatar_data" type="hidden">
|
||||
<label for="avatarInput">Local upload</label>
|
||||
<input class="avatar-input" id="avatarInput" name="avatar_file" type="file">
|
||||
</div>
|
||||
|
||||
<!-- Crop and preview -->
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
<div class="avatar-wrapper"></div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="avatar-preview preview-lg"></div>
|
||||
<div class="avatar-preview preview-md"></div>
|
||||
<div class="avatar-preview preview-sm"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row avatar-btns">
|
||||
<div class="col-md-9">
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-primary" data-method="rotate" data-option="-90" type="button" title="Rotate -90 degrees">Rotate Left</button>
|
||||
<button class="btn btn-primary" data-method="rotate" data-option="-15" type="button">-15deg</button>
|
||||
<button class="btn btn-primary" data-method="rotate" data-option="-30" type="button">-30deg</button>
|
||||
<button class="btn btn-primary" data-method="rotate" data-option="-45" type="button">-45deg</button>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-primary" data-method="rotate" data-option="90" type="button" title="Rotate 90 degrees">Rotate Right</button>
|
||||
<button class="btn btn-primary" data-method="rotate" data-option="15" type="button">15deg</button>
|
||||
<button class="btn btn-primary" data-method="rotate" data-option="30" type="button">30deg</button>
|
||||
<button class="btn btn-primary" data-method="rotate" data-option="45" type="button">45deg</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<button class="btn btn-primary btn-block avatar-save" type="submit">Done</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="modal-footer">
|
||||
<button class="btn btn-default" data-dismiss="modal" type="button">Close</button>
|
||||
</div> -->
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.modal -->
|
||||
|
||||
<!-- Loading state -->
|
||||
<div class="loading" aria-label="Loading" role="img" tabindex="-1"></div>
|
||||
</div>
|
||||
<!-- end of image cropping -->
|
||||
|
||||
</div>
|
||||
<h3>Samuel Doe</h3>
|
||||
|
||||
|
|
|
@ -1088,56 +1088,68 @@ h3.degrees {
|
|||
.bulk-actions {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.countries_list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.countries_list td {
|
||||
padding: 0 10px;
|
||||
line-height: 30px;
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
|
||||
.dataTables_paginate a {
|
||||
padding: 6px 9px !important;
|
||||
background: #ddd !important;
|
||||
border-color: #ddd !important;
|
||||
}
|
||||
|
||||
.paging_full_numbers a.paginate_active {
|
||||
background-color: rgba(38, 185, 154, 0.59) !important;
|
||||
border-color: rgba(38, 185, 154, 0.59) !important;
|
||||
}
|
||||
|
||||
button.DTTT_button, div.DTTT_button, a.DTTT_button {
|
||||
border: 1px solid #E7E7E7 !important;
|
||||
background: #E7E7E7 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
table.jambo_table {
|
||||
border: 1px solid rgba(221, 221, 221, 0.78);
|
||||
}
|
||||
|
||||
table.jambo_table thead {
|
||||
background: rgba(52, 73, 94, 0.94);
|
||||
color: #ECF0F1;
|
||||
}
|
||||
|
||||
table.jambo_table tbody tr:hover td {
|
||||
background: rgba(38, 185, 154, 0.07);
|
||||
border-top: 1px solid rgba(38, 185, 154, 0.11);
|
||||
border-bottom: 1px solid rgba(38, 185, 154, 0.11);
|
||||
}
|
||||
|
||||
table.jambo_table tbody tr.selected {
|
||||
background: rgba(38, 185, 154, 0.16);
|
||||
}
|
||||
|
||||
table.jambo_table tbody tr.selected td {
|
||||
border-top: 1px solid rgba(38, 185, 154, 0.40);
|
||||
border-bottom: 1px solid rgba(38, 185, 154, 0.40);
|
||||
}
|
||||
|
||||
.dataTables_paginate a {
|
||||
background: #ff0000;
|
||||
}
|
||||
|
||||
.dataTables_wrapper {
|
||||
position: relative;
|
||||
clear: both;
|
||||
zoom: 1;
|
||||
/* Feeling sorry for IE */
|
||||
}
|
||||
|
||||
.dataTables_processing {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
@ -1153,147 +1165,130 @@ table.jambo_table tbody tr.selected td {
|
|||
font-size: 14px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.dataTables_length {
|
||||
width: 40%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dataTables_filter {
|
||||
width: 50%;
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.dataTables_info {
|
||||
width: 60%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dataTables_paginate {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.dataTable th.focus,
|
||||
table.dataTable td.focus {
|
||||
outline: 2px solid #1ABB9C !important;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
/* Pagination nested */
|
||||
|
||||
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
|
||||
height: 19px;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
color: #111 !important;
|
||||
}
|
||||
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
|
||||
outline: none;
|
||||
}
|
||||
.paginate_disabled_previous, .paginate_disabled_next {
|
||||
color: #666 !important;
|
||||
}
|
||||
.paginate_disabled_previous, .paginate_enabled_previous {
|
||||
padding-left: 23px;
|
||||
}
|
||||
.paginate_disabled_next, .paginate_enabled_next {
|
||||
padding-right: 23px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.paginate_disabled_previous {
|
||||
background: url('../images/back_disabled.png') no-repeat top left;
|
||||
}
|
||||
.paginate_enabled_previous {
|
||||
background: url('../images/back_enabled.png') no-repeat top left;
|
||||
}
|
||||
.paginate_enabled_previous:hover {
|
||||
background: url('../images/back_enabled_hover.png') no-repeat top left;
|
||||
}
|
||||
.paginate_disabled_next {
|
||||
background: url('../images/forward_disabled.png') no-repeat top right;
|
||||
}
|
||||
.paginate_enabled_next {
|
||||
background: url('../images/forward_enabled.png') no-repeat top right;
|
||||
}
|
||||
.paginate_enabled_next:hover {
|
||||
background: url('../images/forward_enabled_hover.png') no-repeat top right;
|
||||
}
|
||||
table.display {
|
||||
margin: 0 auto;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.display thead th {
|
||||
padding: 8px 18px 8px 10px;
|
||||
border-bottom: 1px solid black;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table.display tfoot th {
|
||||
padding: 3px 18px 3px 10px;
|
||||
border-top: 1px solid black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.display tr.heading2 td {
|
||||
border-bottom: 1px solid #aaa;
|
||||
}
|
||||
|
||||
table.display td {
|
||||
padding: 3px 10px;
|
||||
}
|
||||
|
||||
table.display td.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.display thead th:active, table.display thead td:active {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.dataTables_scroll {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.dataTables_scrollBody {
|
||||
*margin-top: -1px;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.top, .bottom {}
|
||||
.top .dataTables_info {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.dataTables_empty {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
tfoot input {
|
||||
margin: 0.5em 0;
|
||||
width: 100%;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
tfoot input.search_init {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
td.group {
|
||||
background-color: #d1cfd0;
|
||||
border-bottom: 2px solid #A19B9E;
|
||||
border-top: 2px solid #A19B9E;
|
||||
}
|
||||
|
||||
td.details {
|
||||
background-color: #d1cfd0;
|
||||
border: 2px solid #A19B9E;
|
||||
}
|
||||
|
||||
.example_alt_pagination div.dataTables_info {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.paging_full_numbers {
|
||||
width: 400px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.paging_full_numbers a:active {
|
||||
outline: none
|
||||
}
|
||||
|
||||
.paging_full_numbers a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
|
||||
border: 1px solid #aaa;
|
||||
-webkit-border-radius: 5px;
|
||||
|
@ -1302,22 +1297,28 @@ td.details {
|
|||
margin: 0 3px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.paging_full_numbers a.paginate_button {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.paging_full_numbers a.paginate_button:hover {
|
||||
background-color: #ccc;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.paging_full_numbers a.paginate_active {
|
||||
background-color: #99B3FF;
|
||||
}
|
||||
|
||||
table.display tr.even.row_selected td {
|
||||
background-color: #B0BED9;
|
||||
}
|
||||
|
||||
table.display tr.odd.row_selected td {
|
||||
background-color: #9FAFD1;
|
||||
}
|
||||
|
||||
div.box {
|
||||
height: 100px;
|
||||
padding: 10px;
|
||||
|
@ -1325,8 +1326,7 @@ div.box {
|
|||
border: 1px solid #8080FF;
|
||||
background-color: #E5E5FF;
|
||||
}
|
||||
|
||||
/* ********* /tables styleing ****************************** */
|
||||
/* ********* /tables styling ****************************** */
|
||||
|
||||
|
||||
/* ********* /dashboard widget **************************** */
|
||||
|
@ -3300,104 +3300,6 @@ ul.project_files li a i {
|
|||
|
||||
/* ********* /verticle tabs **************************** */
|
||||
|
||||
.avatar-view {
|
||||
display: block;
|
||||
border: 3px solid #fff;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .15);
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
}
|
||||
.avatar-body {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.avatar-upload {
|
||||
overflow: hidden;
|
||||
}
|
||||
.avatar-upload label {
|
||||
display: block;
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100px;
|
||||
}
|
||||
.avatar-upload input {
|
||||
display: block;
|
||||
margin-left: 110px;
|
||||
}
|
||||
.avater-alert {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.avatar-wrapper {
|
||||
height: 364px;
|
||||
width: 100%;
|
||||
margin-top: 15px;
|
||||
box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
|
||||
background-color: #fcfcfc;
|
||||
overflow: hidden;
|
||||
}
|
||||
.avatar-wrapper img {
|
||||
display: block;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.avatar-preview {
|
||||
float: left;
|
||||
margin-top: 15px;
|
||||
margin-right: 15px;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 4px;
|
||||
background-color: #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
.avatar-preview:hover {
|
||||
border-color: #ccf;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .15);
|
||||
}
|
||||
.avatar-preview img {
|
||||
width: 100%;
|
||||
}
|
||||
.preview-lg {
|
||||
height: 184px;
|
||||
width: 184px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.preview-md {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
.preview-sm {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.avatar-preview {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
.avatar-btns {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.avatar-btns .btn-group {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.loading {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff url("../images/loading.gif") no-repeat center center;
|
||||
opacity: .75;
|
||||
filter: alpha(opacity=75);
|
||||
z-index: 20140628;
|
||||
}
|
||||
|
||||
/* ********* /image cropping **************************** */
|
||||
|
||||
|
||||
/* ********* moris **************************** */
|
||||
|
||||
|
|