Skip to content

Commit

Permalink
Updated responsive text css in all themes to fix some text in decisio…
Browse files Browse the repository at this point in the history
…n tree that wasn't responsive
  • Loading branch information
FayCross committed Jun 8, 2016
1 parent 76f1d0f commit 52f7557
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 3 deletions.
3 changes: 3 additions & 0 deletions themes/Nottingham/blackround/responsivetext.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ h3 {
#mainPanel .panel {
font-size: 3.0vmin;
}
.panel #contentHolder {
font-size: 3.0vmin;
}
#infoHolder {
font-size: 3.0vmin;
}
Expand Down
3 changes: 3 additions & 0 deletions themes/Nottingham/btnTopPurple/responsivetext.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ h3 {
#mainPanel .panel {
font-size: 3.0vmin;
}
.panel #contentHolder {
font-size: 3.0vmin;
}
#infoHolder {
font-size: 3.0vmin;
}
Expand Down
3 changes: 3 additions & 0 deletions themes/Nottingham/darkgrey/responsivetext.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ h3 {
#mainPanel .panel {
font-size: 3.0vmin;
}
.panel #contentHolder {
font-size: 3.0vmin;
}
#infoHolder {
font-size: 3.0vmin;
}
Expand Down
3 changes: 3 additions & 0 deletions themes/Nottingham/flatblue/responsivetext.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ h3 {
#mainPanel .panel {
font-size: 3.0vmin;
}
.panel #contentHolder {
font-size: 3.0vmin;
}
#infoHolder {
font-size: 3.0vmin;
}
Expand Down
3 changes: 3 additions & 0 deletions themes/Nottingham/flatred/responsivetext.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ h3 {
#mainPanel .panel {
font-size: 3.0vmin;
}
.panel #contentHolder {
font-size: 3.0vmin;
}
#infoHolder {
font-size: 3.0vmin;
}
Expand Down
4 changes: 3 additions & 1 deletion themes/Nottingham/flatwhite/responsivetext.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ p {
font-size: 3.0vmin;
}
body {
font-family: Arial, sans-serif;
font-size: 3.0vmin;
}
body ul{
Expand Down Expand Up @@ -72,6 +71,9 @@ h3 {
#mainPanel .panel {
font-size: 3.0vmin;
}
.panel #contentHolder {
font-size: 3.0vmin;
}
#infoHolder {
font-size: 3.0vmin;
}
Expand Down
5 changes: 3 additions & 2 deletions themes/Nottingham/orangepurple/responsivetext.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ h3 {
#mainPanel .panel {
font-size: 3.0vmin;
}
.panel #contentHolder {
font-size: 3.0vmin;
}
#infoHolder {
font-size: 3.0vmin;
}
Expand Down Expand Up @@ -202,6 +205,4 @@ table {
/* --LANDSCAPE PHONES-------------------------------------------------------------- */
@media (max-width: 480px) {

}

}
3 changes: 3 additions & 0 deletions themes/Nottingham/sketch/responsivetext.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ h3 {
#mainPanel .panel {
font-size: 3.0vmin;
}
.panel #contentHolder {
font-size: 3.0vmin;
}
#infoHolder {
font-size: 3.0vmin;
}
Expand Down

0 comments on commit 52f7557

Please sign in to comment.