Bug 832683: Match SRTP policy values to enable NACK mode in webrtc r=ekr
[gecko.git] / browser / branding / official / content / aboutDialog.css
blob5a4da33e8756ac65160ca7fbc96b60d71e4f975a
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #clientBox {
6 background-color: #F7F7F7;
7 color: #222222;
10 #leftBox {
11 background-image: url("chrome://branding/content/about-logo.png");
12 background-repeat: no-repeat;
13 /* min-width and min-height create room for the logo */
14 min-width: 210px;
15 min-height: 210px;
16 margin-top:20px;
17 -moz-margin-start: 30px;
20 #rightBox {
21 margin-left: 30px;
22 margin-right: 30px;
25 #updateDeck > hbox > label:not([class="text-link"]) {
26 color: #909090;
29 #trademark {
30 font-size: xx-small;
31 text-align: center;
32 color: #999999;
33 margin-top: 10px;
34 margin-bottom: 10px;