Revision dc868498 snf-astakos-app/astakos/im/static/im/css/formating.css

b/snf-astakos-app/astakos/im/static/im/css/formating.css
113 113

  
114 114
/* heading extra */
115 115
h2 .header-actions { float: right; font-size: 0.8em;}
116

  
117
.api-access-view div.detail .title {
118
    float: left;
119
    font-size: 0.8em;
120
}
121

  
122
.api-access-view div.detail input {
123
    border: none;
124
    text-decoration: none;
125
    width: 80%;
126
    font-family: monospace;
127
    position: absolute;
128
    left: 20%;
129
    cursor: pointer;
130
}
131

  
132
.api-access-view div.detail {
133
    display: block;
134
    position: relative;
135
    margin: 1em 0;
136
    font-size: 1.3em;
137
    cursor: pointer;
138
    border-bottom: 1px solid #efefef;
139
    padding-bottom: 0.2em;
140
}
141

  
142
.api-access-view div.detail.small {
143
    padding-bottom: 0.9em;
144
}
145

  
146
.api-access-view div.detail .expires {
147
    font-size: 9px;
148
    font-family: 'Open Sans', sans-serif;
149
    position: absolute;
150
    right: 0;
151
    bottom: 15px;
152
}
153

  
154
.api-access-view p.sub {
155
    font-size: 0.7em;
156
    text-align: right;
157
}
158

  
159
.api-access-view .api-clients h3 {
160
    font-size: 1.2em;
161
}
162

  
163
.subsection {
164
    margin-bottom: 4em;
165
}
116

  
117
.api-access-view div.detail .title {
118
    float: left;
119
    font-size: 0.8em;
120
}
121

  
122
.api-access-view div.detail input {
123
    border: none;
124
    text-decoration: none;
125
    width: 80%;
126
    font-family: monospace;
127
    position: absolute;
128
    left: 20%;
129
    cursor: pointer;
130
}
131

  
132
.api-access-view div.detail {
133
    display: block;
134
    position: relative;
135
    margin: 2em 0;
136
    font-size: 1.3em; 
137
    padding-bottom: 0.2em;
138
}
139

  
140
.api-access-view div.detail.small {
141
    padding-bottom: 0.9em;
142
}
143

  
144
.api-access-view div.detail .expires {
145
    font-size: 9px;
146
    font-family: 'Open Sans', sans-serif;
147
    position: absolute;
148
    left: 20%;
149
    top: 25px;
150
    color:#b3b3b3;
151
}
152

  
153
.api-access-view p.sub {
154
    font-size: 0.7em;
155
    color:#b3b3b3;
156
    padding-top:6px;
157
}
158

  
159
.api-access-view .api-clients h3 {
160
    font-size: 1.2em;
161
}
162

  
163
.subsection {
164
    margin-bottom: 4em;
165
}
166

  
167
.token-view .actions {
168
    position: absolute;
169
    left:50%;
170
    font-size:13px;
171
}
172

  
173
.renew-token .confirm {
174
    color:#3582AC;
175
    margin:0 15px;
176
}
177

  
178
.renew-token .close {
179
    color:#F24E53;
180
}
181

  
182
.renew-token .sub,
183
.renew-token .confirm,
184
.renew-token .close {
185
    display: none
186
}

Also available in: Unified diff