FIX: indentation. config.py
[myslice.git] / portal / static / css / my_account.profile.css
1
2
3 /******************************
4 * STYLE FOR PROFILE PAGE
5 *******************************/
6
7 h1 { 
8   font-size: 1.8em; 
9   border-bottom: 1px solid #bbb; 
10   width: 70%; 
11   min-width: 688px;
12 }
13
14 #info {
15   background-color : #ded;
16   border : 1px solid #0a0;
17   padding : 1em;
18   margin-bottom : 1em;
19 }
20
21 #error_msg {
22   background-color : #f2dbdb;
23   border : 1px solid red;
24   padding : 1em;
25   margin-bottom : 1em;
26 }
27
28 ul.errorlist li {
29         font-size: 12pt;
30   padding: 0px;
31 }
32
33 /* ADDED July 27, 2012 to fix the table collapsing on itself when the browser is below a certain size */
34 table.profile {  
35   border-collapse: collapse;
36   border-spacing: 0;
37   width: 70%;
38   min-width: 703px; 
39 }
40
41 table.profile tr td.key {
42   text-align: right;
43   height: 30px;
44         font-size: 16px;
45   font-weight: bold;
46   width: 160px;
47 }
48
49 table.profile tr td.value {
50   padding-left: 20px;   
51     min-width: 500px; /* ADDED July 27, 2012 */
52 }
53
54 table.profile button { 
55   width: 80px;
56   vertical-align: middle;
57   float: right;
58   margin-right: 15px;
59 }
60
61 table.profile span.hide_this{ 
62         display: inline;
63         display: none;
64 }
65
66 table.profile form{ 
67         display:inline;
68 }
69
70 #download {
71   float: right;
72   border: 2px solid #666;
73   background-color: #fff;
74   padding: 10px;
75   margin-right: 0px;
76   text-align: center;
77   font-weight: bold;
78 }
79
80 #download a img {
81   display: block;
82   width: 150px;
83 }
84
85 #download a {
86   color: black;
87 }
88
89 #download_pubkey_form {
90   display : inline;     
91 }
92 /* ADDED(everything below) Aug 14, 2012 */
93 #generate_api {
94   width: 175px;
95 }
96
97 #change_key form {
98   display: inline;
99   width: 688px; 
100 }
101
102 #generate_keypair {
103   position:relative;
104   width: 175px;
105   float: right;
106   margin-right: 15px;
107
108 }
109 #edit_password table {
110  display:inline;
111  margin: auto;
112   border-collapse: collapse;
113   border-spacing: 0;
114   padding-left: 5px;
115   width: 100%;
116 }
117
118 #edit_password td.field {
119   padding-left: 5px;
120
121 }
122
123 .wide_button {
124   width: 175px;
125 }
126
127 .api_cell {
128   color:red;
129 }
130
131 .api_cell:hover {
132   text-decoration: underline; 
133 }
134
135 img.help {
136   position: relative;
137   float: left;
138   left: 162px;
139   display: none;
140   /* when a negative margin is applied to right or bottom
141   it allows the element to overlap
142   */
143   margin-bottom: -50px;
144 }
145
146 #id_email {
147   width: 200px; 
148 }
149
150 #aff_list {
151   width: 200px;
152 }
153 #name {
154   width: 200px;
155 }
156
157 /*Added Sept 2012 to fix long api keys creating a new line*/
158 #api_key {
159   color: red;
160   font-family: courier;
161 }
162
163 #up_arrow {
164   height: 36px;
165   width: 36px;
166   float: right;
167   position: relative;
168   margin-right: 132px;
169   /*when a negative margin is applied to right or bottom
170   it allows the element to overlap
171   */
172   margin-bottom:-50px;
173 }