2012-05-21 11:12:37 +00: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 15:31:09 +00:00
|
|
|
|
2011-11-18 23:41:42 +00:00
|
|
|
html {
|
|
|
|
font-size: 24px;
|
2010-04-13 03:34:54 +00:00
|
|
|
}
|
|
|
|
|
2011-11-18 23:41:42 +00:00
|
|
|
input,
|
|
|
|
button {
|
|
|
|
font-size: 28px;
|
|
|
|
padding: 5px;
|
2010-03-24 15:31:09 +00:00
|
|
|
}
|
|
|
|
|
2011-11-30 18:34:18 +00:00
|
|
|
#filter-container {
|
|
|
|
display: -moz-box;
|
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
2011-11-18 23:41:42 +00:00
|
|
|
#new-pref-container {
|
2011-11-30 18:34:18 +00:00
|
|
|
margin: 10px 0;
|
2010-03-24 15:31:09 +00:00
|
|
|
}
|
|
|
|
|
2011-11-18 23:41:42 +00:00
|
|
|
.pref-item {
|
|
|
|
padding-top: 10px;
|
|
|
|
border-top: 1px solid #ccc;
|
2010-05-03 17:49:28 +00:00
|
|
|
}
|
|
|
|
|
2011-11-18 23:41:42 +00:00
|
|
|
.pref-item[default="false"] {
|
2010-03-24 15:31:09 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-11-18 23:41:42 +00:00
|
|
|
.pref-item > * {
|
|
|
|
margin-bottom: 10px;
|
2010-03-24 15:31:09 +00:00
|
|
|
}
|
|
|
|
|
2011-11-18 23:41:42 +00:00
|
|
|
.modify-pref-button {
|
|
|
|
margin-right: 10px;
|
2011-04-15 10:47:51 +00:00
|
|
|
}
|