Frost-mobile: media query in css for tablets

Use space more efficiently on tablets in frost-mobile theme. Tested with
iPad 1.
This commit is contained in:
Christian Vogeley 2012-08-05 16:08:07 +02:00
parent f616fd21e7
commit e6067e6694
1 changed files with 3905 additions and 3887 deletions

View File

@ -3885,3 +3885,21 @@ ul.notifications-menu-popup {
margin-left: 40px;
width: 130px;
}
@media only screen and (min-device-width: 768px)
and (max-device-width: 1024px)
{
html {
width:700px
}
div.section-wrapper {
width:700px;
margin-left:0px;
}
.wall-item-body {
width:700px;
}
.comment .wall-item-body {
width:650px;
}
}