~mhall119/summit/new-meeting-stuff

« back to all changes in this revision

Viewing changes to summit/schedule/templates/schedule/daily.html

  • Committer: Tarmac
  • Author(s): stuart.langridge at canonical
  • Date: 2012-02-01 04:30:40 UTC
  • mfrom: (281.1.2 more-mobile-summit)
  • Revision ID: tarmac@nigelb.me-20120201043040-6e300q51dh62svni
[r=mhall119] More mobile tweaks!

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
/* Mobile view */
75
75
@media screen and (max-width: 481px) {
76
76
    /* turn off a bunch of stuff */
77
 
    aside#top-nav, header#page-header, aside#page-related, footer#page-footer { display: none; }
78
 
    section#main-section .container, article.main-content { 
 
77
    nav#top-related, header#page-header, aside#page-related, footer#page-footer { display: none; }
 
78
    section#main-section .container, article.main-content, aside#top-nav, aside#top-nav .container { 
79
79
        width: auto; 
80
80
        margin: 0; padding: 0;
81
81
    }
 
82
    #top-login { display: block; }
 
83
    aside#top-nav {
 
84
        display: block;
 
85
        text-align: center;
 
86
        font-size: 16px;
 
87
        min-height: 24px;
 
88
    }
82
89
    .schedule-head > a { display: none; } /* qr code */
83
90
    div.schedule-head .schedule-date { 
84
91
        display: block;
118
125
        background: #101010;
119
126
        padding-left: 4px;
120
127
    }
 
128
    .main-agenda-item-name {
 
129
        display: block;
 
130
        min-height: 24px;
 
131
    }
 
132
    .main-agenda-item-name img.icon {
 
133
        height: 24px;
 
134
        width: 24px;
 
135
        float: left;
 
136
        margin-right: 4px;
 
137
    }
121
138
}
122
139
 
123
140
</style>