~ubuntu-branches/ubuntu/maverick/adblock-plus/maverick-updates

« back to all changes in this revision

Viewing changes to chrome/skin/tip_subscriptions.css

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-05-04 14:45:07 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504144507-h47ieg2r2w46nn32
Tags: 1.2-1
* New upstream release.
* Bump Standards-Version to 3.8.4 (no changes required).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ***** BEGIN LICENSE BLOCK *****
2
 
 * Version: MPL 1.1
3
 
 *
4
 
 * The contents of this file are subject to the Mozilla Public License Version
5
 
 * 1.1 (the "License"); you may not use this file except in compliance with
6
 
 * the License. You may obtain a copy of the License at
7
 
 * http://www.mozilla.org/MPL/
8
 
 *
9
 
 * Software distributed under the License is distributed on an "AS IS" basis,
10
 
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
 
 * for the specific language governing rights and limitations under the
12
 
 * License.
13
 
 *
14
 
 * The Original Code is Adblock Plus.
15
 
 *
16
 
 * The Initial Developer of the Original Code is
17
 
 * Wladimir Palant.
18
 
 * Portions created by the Initial Developer are Copyright (C) 2006-2009
19
 
 * the Initial Developer. All Rights Reserved.
20
 
 *
21
 
 * Contributor(s):
22
 
 *
23
 
 * ***** END LICENSE BLOCK ***** */
24
 
 
25
 
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
26
 
 
27
 
dialog {
28
 
  max-width: 600px;
29
 
}
30
 
 
31
 
#icon {
32
 
  list-style-image: url(adblockplus.png);
33
 
  margin: 15px;
34
 
}
35
 
 
36
 
#subscriptions {
37
 
  margin-top: 10px;
38
 
  margin-bottom: 10px;
39
 
}
40
 
 
41
 
#subscriptionsScrollbox {
42
 
  overflow: auto;
43
 
}
44
 
 
45
 
#adblock-warning,
46
 
#filtersetg-warning {
47
 
  color: #F00000;
48
 
}
49
 
 
50
 
#adblock-uninstall,
51
 
#filtersetg-uninstall {
52
 
  margin-left: 20px;
53
 
}
54
 
 
55
 
template+.container, .containerAdded {
56
 
  border-top: 1px solid black;
57
 
}
58
 
 
59
 
.container, .containerAdded {
60
 
  padding-top: 5px;
61
 
  padding-bottom: 5px;
62
 
  margin: 0px;
63
 
}
64
 
 
65
 
.container {
66
 
  border-bottom: 1px solid black;
67
 
}
68
 
 
69
 
.fulllist, .location, .homepage, .moreinfo {
70
 
  color: #0000E0;
71
 
  text-decoration: underline;
72
 
  cursor: pointer;
73
 
}
74
 
 
75
 
radiogroup {
76
 
  -moz-box-align: stretch;
77
 
}
78
 
 
79
 
radio .radio-label-box {
80
 
  display: none;
81
 
}
82
 
 
83
 
radio + vbox {
84
 
  border: 1px solid transparent;
85
 
}
86
 
radio[focused="true"] + vbox {
87
 
  border: 1px dotted ThreeDDarkShadow;
88
 
}
89