|
@@ -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;
|