Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding mobile responsive table support to UC People
  • Loading branch information
briandunnigan authored and briandunnigan committed Mar 3, 2016
1 parent 491307e commit fbc7e86
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 1 deletion.
6 changes: 6 additions & 0 deletions css/hale2015-blue.css
Expand Up @@ -9842,6 +9842,12 @@ q:before, table q:after {
*/
}

@media (max-width: 767px) {
.uc-people table img {
max-width: none;
}
}

/* - - - - - - - - - - - - - - - - - - -
== Calendar
- - - - - - - - - - - - - - - - - - - */
Expand Down
6 changes: 6 additions & 0 deletions css/hale2015-green.css
Expand Up @@ -9842,6 +9842,12 @@ q:before, table q:after {
*/
}

@media (max-width: 767px) {
.uc-people table img {
max-width: none;
}
}

/* - - - - - - - - - - - - - - - - - - -
== Calendar
- - - - - - - - - - - - - - - - - - - */
Expand Down
6 changes: 6 additions & 0 deletions css/hale2015-orange.css
Expand Up @@ -9842,6 +9842,12 @@ q:before, table q:after {
*/
}

@media (max-width: 767px) {
.uc-people table img {
max-width: none;
}
}

/* - - - - - - - - - - - - - - - - - - -
== Calendar
- - - - - - - - - - - - - - - - - - - */
Expand Down
6 changes: 6 additions & 0 deletions css/hale2015-purple.css
Expand Up @@ -9842,6 +9842,12 @@ q:before, table q:after {
*/
}

@media (max-width: 767px) {
.uc-people table img {
max-width: none;
}
}

/* - - - - - - - - - - - - - - - - - - -
== Calendar
- - - - - - - - - - - - - - - - - - - */
Expand Down
6 changes: 6 additions & 0 deletions css/hale2015-red.css
Expand Up @@ -9842,6 +9842,12 @@ q:before, table q:after {
*/
}

@media (max-width: 767px) {
.uc-people table img {
max-width: none;
}
}

/* - - - - - - - - - - - - - - - - - - -
== Calendar
- - - - - - - - - - - - - - - - - - - */
Expand Down
2 changes: 1 addition & 1 deletion scss/_hale2015-common.scss
Expand Up @@ -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;



Expand Down

0 comments on commit fbc7e86

Please sign in to comment.