]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/options.css
Twitter: Fetch the contact relation
[friendica-addons.git] / jappixmini / jappix / css / options.css
1 /*
2
3 Jappix - An open social platform
4 This is the options CSS stylesheet for Jappix
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 26/04/11
11
12 */
13
14 #options label {
15         width: 190px;
16         font-size: 0.94em;
17 }
18
19 #options .forms {
20         width: 610px;
21         height: 328px;
22         margin: 15px 15px 15px 15px;
23         float: left;
24 }
25
26 #options .forms select {
27         margin-top: -3px;
28         min-width: 120px;
29         float: left;
30 }
31
32 #options .forms a.linked {
33         font-size: 0.9em;
34         float: left;
35 }
36
37 #options fieldset.privacy {
38         display: none;
39 }
40
41 #options .sub-ask-delete, #options .sub-ask-pass, #options .sub-ask-pass-success {
42         display: none;
43 }
44
45 #options .sub-ask {
46         display: none;
47         width: 592px;
48         padding: 8px;
49         float: left;
50         border: 1px #879da2 dotted;
51         background: #cbdde1;
52 }
53
54 #options .sub-ask-top {
55         font-size: 0.9em;
56         margin-top: -3px;
57 }
58
59 #options .sub-ask-title {
60         margin-bottom: 4px;
61         float: left;
62 }
63
64 #options .sub-ask-close {
65         float: right;
66 }
67
68 #options .sub-ask-close:hover {
69         cursor: pointer;
70 }
71
72 #options .sub-ask-content {
73         clear: both;
74         height: 25px;
75         font-size: 0.9em;
76         border-top: 1px #416972 solid;
77         padding: 12px 0;
78 }
79
80 #options .sub-ask-content label {
81         width: 125px;
82 }
83
84 #options .sub-ask-content input {
85         width: 125px;
86 }
87
88 #options .sub-ask-bottom {
89         clear: both;
90         font-size: 0.9em;
91         float: right;
92         text-decoration: underline;
93 }
94
95 #options .sub-ask-bottom:hover {
96         cursor: pointer;
97 }