/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: a11andoh
  • Date: 2013-05-27 12:25:29 UTC
  • mfrom: (107 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: a11andoh@student.his.se-20130527122529-qom5z3wlf4o01i57
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
/* Fart */
4
4
 
 
5
.popup > form > ul {
 
6
        margin: 0 10px;
 
7
        padding: 0;
 
8
}
 
9
 
5
10
.popup {
6
11
        width: 500px;
7
12
        height: 250px;
23
28
}
24
29
 
25
30
.popup .popupHeader{
 
31
        margin: 0;
26
32
        padding: 5px 10px;
27
33
        color:#FFF;
28
34
        background-color:#353535;
88
94
 
89
95
.popup .popupButton {
90
96
        display:inline-block !important;
91
 
        height:35px;
 
97
        height:33px;
92
98
        width:100px;
93
99
        color: #666;
94
100
        border-radius: 7px;
95
 
        border: 1px #d3d3d3 outset;
96
 
        background-image: linear-gradient(to top,#fff,#f5f5f5);
 
101
        border: 1px #ccc solid;
 
102
        outline: 0;
 
103
        background-image: linear-gradient(to top,#f5f5f5,#fff);
97
104
}
98
105
 
99
106
.popup .popupButton:hover {
111
118
        outline: 0;
112
119
}
113
120
 
114
 
.popup .hint {
 
121
/* Custom login styling */ 
 
122
 
 
123
#login {
 
124
        width: 300px;
 
125
        margin-left: -150px;
 
126
        height: 180px;
 
127
        margin-top: -90px;
 
128
}
 
129
 
 
130
#login.expanded {
 
131
        height: 216px;
 
132
}
 
133
 
 
134
#login form {
 
135
        margin: 10px 0 0;
 
136
}
 
137
 
 
138
#login .bottomMenu {
 
139
        left: 10px;
 
140
        right: 10px;
 
141
}
 
142
 
 
143
#login .hint {
 
144
        background: url('../img/loginhint.png');
 
145
        width: 33px;
 
146
        height: 33px;
 
147
        text-indent: -999em;
 
148
        overflow: hidden;
 
149
        border: 0;
 
150
}
 
151
 
 
152
#login .hint:active, #login.expanded .hint {
 
153
        background: url('../img/loginhint_active.png');
 
154
}
 
155
 
 
156
#login #hinttext {
 
157
        border-top: 1px #ccc solid;
 
158
        margin: 10px -10px -5px;
 
159
        padding: 5px 0;
 
160
        color: #999;
 
161
        text-indent: 10px;
 
162
        display: none;
 
163
        height: 20px;
 
164
        font-size: .6em;
 
165
}
 
166
 
 
167
#login #hinttext p {
 
168
        margin: 0;
 
169
}
 
170
 
 
171
#login #hinttext p.error {
 
172
        color: red;
 
173
}
 
174
 
 
175
#login .submit {
115
176
        float: right;
 
177
}
 
178
 
 
179
#login label {
 
180
        display: none;
 
181
}
 
182
 
 
183
#login ul {
 
184
 margin: 0 10px
 
185
}
 
186
 
 
187
#login .text {
 
188
        width: 270px;
116
189
}
 
 
b'\\ No newline at end of file'