2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2010-03-24 08:31:09 -07:00
|
|
|
|
2011-11-18 15:41:42 -08:00
|
|
|
html {
|
|
|
|
font-size: 24px;
|
2010-04-12 20:34:54 -07:00
|
|
|
}
|
|
|
|
|
2011-11-18 15:41:42 -08:00
|
|
|
input,
|
|
|
|
button {
|
|
|
|
font-size: 28px;
|
|
|
|
padding: 5px;
|
2010-03-24 08:31:09 -07:00
|
|
|
}
|
|
|
|
|
2011-11-30 10:34:18 -08:00
|
|
|
#filter-container {
|
|
|
|
display: -moz-box;
|
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
2011-11-18 15:41:42 -08:00
|
|
|
#new-pref-container {
|
2011-11-30 10:34:18 -08:00
|
|
|
margin: 10px 0;
|
2010-03-24 08:31:09 -07:00
|
|
|
}
|
|
|
|
|
2011-11-18 15:41:42 -08:00
|
|
|
.pref-item {
|
|
|
|
padding-top: 10px;
|
|
|
|
border-top: 1px solid #ccc;
|
2010-05-03 10:49:28 -07:00
|
|
|
}
|
|
|
|
|
2011-11-18 15:41:42 -08:00
|
|
|
.pref-item[default="false"] {
|
2010-03-24 08:31:09 -07:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-11-18 15:41:42 -08:00
|
|
|
.pref-item > * {
|
|
|
|
margin-bottom: 10px;
|
2010-03-24 08:31:09 -07:00
|
|
|
}
|
|
|
|
|
2011-11-18 15:41:42 -08:00
|
|
|
.modify-pref-button {
|
|
|
|
margin-right: 10px;
|
2011-04-15 03:47:51 -07:00
|
|
|
}
|