/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/popup.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-28 14:52:36 UTC
  • mfrom: (90.1.17 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528145236-35j250ahlry1ut06
Merged Jonsson:s code:
Fixed some css on the cmsindex.
Updated pics with transparent background.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        margin-top: -90px;
128
128
}
129
129
 
130
 
#login.error {
131
 
        height: 240px;
132
 
}
133
 
 
134
 
#login .errorContainer {
135
 
        height: 70px;
136
 
        margin: 0 10px;
137
 
        color: #666;
138
 
        line-height: 130%;
139
 
        text-align: center;
140
 
}
141
 
 
142
130
#login.expanded {
143
131
        height: 216px;
144
132
}
153
141
}
154
142
 
155
143
#login .hint {
156
 
        background: url('../img/loginhint_disabled.png');
 
144
        background: url('../img/loginhint.png');
157
145
        width: 33px;
158
146
        height: 33px;
159
147
        text-indent: -999em;
160
148
        overflow: hidden;
161
149
        border: 0;
162
 
        cursor: default;
163
 
}
164
 
 
165
 
#login .hint.available {
166
 
        cursor: pointer;
167
 
        background: url('../img/loginhint.png');
168
150
}
169
151
 
170
152
#login .hint:active, #login.expanded .hint {
171
 
        cursor: pointer;
172
153
        background: url('../img/loginhint_active.png');
173
154
}
174
155
 
175
156
#login #hinttext {
176
157
        border-top: 1px #ccc solid;
177
158
        margin: 10px -10px -5px;
178
 
        padding: 5px 0 5px 10px;
 
159
        padding: 5px 0;
179
160
        color: #999;
 
161
        text-indent: 10px;
180
162
        display: none;
181
163
        height: 20px;
 
164
        font-size: .6em;
182
165
}
183
166
 
184
167
#login #hinttext p {