Project

General

Profile

« Previous | Next » 

Revision 35757

Added a loader in existing requests, in monitor, in get project info and eligibility and when loading an existing request to the funding wizard. Also, changed the type of the items in autocomplete widget so that it may not have a problem with a little older browsers

View differences:

GoldOAPortal.css
196 196
    color: #f4efe9 !important;
197 197
}
198 198

  
199
.control-group.error input,
200
.control-group.error select,
201
.control-group.error textarea {
202
    border-color: #b94a48 !important;
203
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
204
}
205
.control-group.error .checkbox,
206
.control-group.error .radio,
207
.control-group.error input,
208
.control-group.error select,
209
.control-group.error textarea {
210
    color: #b94a48 !important;
211
}
199 212

  
200 213

  
214

  
201 215
/********************************/
202 216

  
203 217
.wrapper {
......
518 532
    /*padding-left: 20px;
519 533
    padding-top: 50px;
520 534
    width: 100%;*/
535
    min-height: 300px;
521 536
    padding: 60px 20px 20px;
522 537
    width: 96%;
523 538
}
......
578 593

  
579 594
.suggestionItem {
580 595
    padding: 5px 10px;
596
    display: block;
581 597
}
582 598

  
583 599
.suggestionItem:hover {
584 600
    background-color: rgba(83, 68, 65, 0.6);
585 601
    /*background-color: #ee964a;*/
586
    color: #ffffff;
602
    color: #ffffff !important;
603
    text-decoration: none !important;
587 604
}
588 605

  
589 606
.suggestionInfoItem {
......
870 887
    font-size: 20px;
871 888
    font-weight: 700;
872 889
    letter-spacing: 2px;
890
    margin-bottom: 20px;
873 891
}
874 892

  
875 893
.contentInfoLabel {
......
1196 1214
}
1197 1215

  
1198 1216

  
1217
/********************************/
1199 1218

  
1219
.loading {
1220
    position: relative;
1221
    min-height: 400px;
1222
}
1200 1223

  
1224
.loader {
1225
    background: url("./imgs/loader.gif") no-repeat center;
1226
    z-index: 10;
1227
    width: 100%;
1228
    height: 100%;
1229
    position: absolute;
1230
    top: 0;
1231
    left: 0;
1232
}
1201 1233

  
1234
.loader-big {
1235
    background: url("./imgs/loader_big.gif") no-repeat center;
1236
    z-index: 10;
1237
    width: 100%;
1238
    height: 100%;
1239
    position: absolute;
1240
    top: 0;
1241
    left: 0;
1242
}
1202 1243

  
1244
.whiteFilm {
1245
    background: #f4efe9;
1246
    z-index: 5;
1247
    width: 100%;
1248
    height: 100%;
1249
    opacity: 0.7;
1250
    position: absolute;
1251
    top: 0;
1252
    left: 0;
1253
}
1203 1254

  
1255
/********************************/
1204 1256

  
1205 1257

  
1206 1258

  
1259

  
1260

  
1261

  
1262

  

Also available in: Unified diff