~summit-hackers/summit/trunk

« back to all changes in this revision

Viewing changes to summit/media/css/site.css

  • Committer: Tarmac
  • Author(s): Michael Hall
  • Date: 2012-10-10 19:15:37 UTC
  • mfrom: (456.1.5 trunk)
  • Revision ID: tarmac@geekpad-20121010191537-impnh8fkzyq49fi9
Tags: 1.2.4
[r=chrisjohnston] Adds meeting search functionality

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    display: inline-block;
177
177
    margin-right: 2px;
178
178
}
 
179
 
 
180
/* Subnav search form */
 
181
#sub-nav-container {
 
182
    height: 40px;
 
183
    display: block;
 
184
    margin-bottom: 20px;
 
185
}
 
186
 
 
187
#searchbox-container {
 
188
    position: absolute;
 
189
    top: 10px;
 
190
    right: 30px;
 
191
}
 
192
#site_search_form {
 
193
    display: inline;
 
194
}
 
195
 
 
196
#site_search_form #id_q {
 
197
    width: 200px;
 
198
    padding: 0px;
 
199
    margin: 0px;
 
200
    display: inline;
 
201
}
 
202
 
 
203
#site_search_form #id_button {
 
204
    width: 16px;
 
205
    display: inline;
 
206
}