Permalink
Browse files
Adding mobile responsive table support to UC People
- Loading branch information
|
@@ -9842,6 +9842,12 @@ q:before, table q:after { |
|
|
*/ |
|
|
} |
|
|
|
|
|
@media (max-width: 767px) { |
|
|
.uc-people table img { |
|
|
max-width: none; |
|
|
} |
|
|
} |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Calendar |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
|
|
@@ -9842,6 +9842,12 @@ q:before, table q:after { |
|
|
*/ |
|
|
} |
|
|
|
|
|
@media (max-width: 767px) { |
|
|
.uc-people table img { |
|
|
max-width: none; |
|
|
} |
|
|
} |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Calendar |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
|
|
@@ -9842,6 +9842,12 @@ q:before, table q:after { |
|
|
*/ |
|
|
} |
|
|
|
|
|
@media (max-width: 767px) { |
|
|
.uc-people table img { |
|
|
max-width: none; |
|
|
} |
|
|
} |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Calendar |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
|
|
@@ -9842,6 +9842,12 @@ q:before, table q:after { |
|
|
*/ |
|
|
} |
|
|
|
|
|
@media (max-width: 767px) { |
|
|
.uc-people table img { |
|
|
max-width: none; |
|
|
} |
|
|
} |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Calendar |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
|
|
@@ -9842,6 +9842,12 @@ q:before, table q:after { |
|
|
*/ |
|
|
} |
|
|
|
|
|
@media (max-width: 767px) { |
|
|
.uc-people table img { |
|
|
max-width: none; |
|
|
} |
|
|
} |
|
|
|
|
|
/* - - - - - - - - - - - - - - - - - - - |
|
|
== Calendar |
|
|
- - - - - - - - - - - - - - - - - - - */ |
|
|
|
@@ -22,7 +22,7 @@ $btn-primary-border: darken($brand-primary, 15%) !default; |
|
|
$btn-success-border: darken($brand-success, 15%) !default; |
|
|
$btn-info-border: darken($brand-info, 15%) !default; |
|
|
$btn-warning-border: darken($brand-warning, 15%) !default; |
|
|
$btn-danger-border: darken($brand-danger, 15%) !default; |
|
|
$btn-danger-border: darken($brand-danger, 15%) !default; |
|
|
|
|
|
|
|
|
|
|
|