Skip to content

Commit

Permalink
override some Plone mobile standard css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Krause committed Apr 9, 2015
1 parent 3f92962 commit 01e3741
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/ps/plone/mls/browser/static/mls.css
Original file line number Diff line number Diff line change
Expand Up @@ -755,3 +755,16 @@ table.phases__table td{
font-size:16px;
color:#000;
}

/* Plone mobile.css fixes */
@media handheld, screen and (max-device-width: 480px) {

#portal-top {
font-size: 100%;
}

input, textarea {
font-size: inherit !important;
}

}

0 comments on commit 01e3741

Please sign in to comment.