source: DASISH/t5.6/client/branches/webannotator-basic-current-xsd/chrome/markingcollection/skin/classic/markingcollection/setting.css @ 5703

Last change on this file since 5703 was 5703, checked in by stephanie.roth@snd.gu.se, 10 years ago

Initial commit of current status quo from GitHub. TODO: Adjust client code to work with updated xsd file.

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1/* ::::: SETTING ::::: */
2
3dialog#mcSettingWindow {
4        width: 500px;
5        height: 500px;
6}
7
8tab {
9        min-width: 80px;
10        text-align: center;
11}
12
13tabpanel > vbox {
14        padding-top: 6px;
15        padding-bottom: 6px;
16}
17
18tabpanel > checkbox {
19        margin-top:    5px;
20        margin-bottom: 5px;
21}
22
23groupbox {
24        margin-top: 10px;
25        padding-top: 10px;
26        padding-bottom: 10px;
27}
28
29.notice { color: red; }
30
31.indent { margin-left: 30px; }
32
33#sbPrefDataAlert {
34        margin: 10px 10px 0px 10px;
35}
36
37
38/* ::::: CUSTOMIZE HIGHLIGHTER ::::: */
39
40colorpicker[disabled="true"] {
41        visibility: hidden;
42}
43
44dialog#hlCustomizeDialog groupbox > hbox {
45        margin-bottom: 5px;
46}
47
48
49.iconsize {
50  list-style-image: url("chrome://markingcollection/skin/firefox.png");
51  height : 16px;
52  width  : 16px;
53  max-height : 16px;
54  max-width  : 16px;
55  margin-left   : 32px;
56  margin-right  : 32px;
57  margin-top    : 8px;
58  margin-bottom : 8px;
59}
60.iconsize[iconsize="large"] {
61  list-style-image: url("chrome://markingcollection/skin/firefox_32.png");
62  height : 32px;
63  width  : 32px;
64  max-height : 32px;
65  max-width  : 32px;
66  margin-left   : 24px;
67  margin-right  : 24px;
68  margin-top    : 0px;
69  margin-bottom : 0px;
70}
71
72.search-go-button {
73  padding: 2px;
74  list-style-image: url("chrome://markingcollection/skin/Search-glass.png");
75  -moz-image-region: rect(0px 16px 16px 0px);
76}
77
78.search-go-button[chromedir="rtl"] {
79  list-style-image: url("chrome://markingcollection/skin/Search-glass-rtl.png");
80}
81
82.search-go-button:hover {
83  -moz-image-region: rect(0px 32px 16px 16px);
84}
85
86.search-go-button:hover:active {
87  -moz-image-region: rect(0px, 48px, 16px, 32px);
88}
89
90treechildren::-moz-tree-checkbox(checked){
91  /* css for checked cells */
92  list-style-image: url("chrome://markingcollection/skin/cbox-check.gif");
93}
Note: See TracBrowser for help on using the repository browser.