Revision 9c6bd23f snf-astakos-app/astakos/im/static/im/css/formating.css

b/snf-astakos-app/astakos/im/static/im/css/formating.css
115 115
h2 .header-actions { float: right; font-size: 0.8em;}
116 116

  
117 117
.api-access-view div.detail .title {
118
    float: left;
118
    display: block;
119 119
    font-size: 0.8em;
120
    text-align: center;
121
    margin-bottom: 1em;
120 122
}
121 123

  
122 124
.api-access-view div.detail .dummy-input,
......
124 126
 {
125 127
    border: none;
126 128
    text-decoration: none;
127
    width: 80%;
129
    width: 100%;
128 130
    font-family: monospace;
129
    position: absolute;
130
    left: 20%;
131 131
    cursor: pointer;
132
    color: #F24E53;
133
    text-align: center;
134
    display: block;
132 135
}
133 136

  
134 137
.api-access-view div.detail .dummy-input { display: none;}
......
148 151
.api-access-view div.detail .expires {
149 152
    font-size: 9px;
150 153
    font-family: 'Open Sans', sans-serif;
151
    position: absolute;
152
    left: 20%;
153
    top: 25px;
154
    text-align: center;
154 155
    color:#b3b3b3;
156
    display: block;
155 157
}
156 158

  
157 159
.api-access-view p.sub {
158 160
    font-size: 0.7em;
159 161
    color:#b3b3b3;
160 162
    padding-top:6px;
163
    text-align: center;
164
}
165
.api-access-view p.sub span {
166
    max-width: 230px;
167
    display: block;
168
    margin:0 auto;
161 169
}
162 170

  
163 171
.api-access-view .api-clients h3 {
......
169 177
}
170 178

  
171 179
.token-view .actions {
172
    position: absolute;
173
    right:0;
180
    text-align: center;
174 181
    font-size:13px;
175
    max-width: 230px;
176
    overflow: hidden;
177
    top:0;
182
    width: 100%;
183
    margin-top: 1em;
178 184
}
179 185

  
180 186
.renew-token .confirm {
......
189 195
.renew-token .sub,
190 196
.renew-token .confirm,
191 197
.renew-token .close {
192
    visibility: hidden;
198
    display: none;
193 199
}

Also available in: Unified diff