~stian-sandvold/dhis2/UserSettingFallback

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/styles/style.css

  • Committer: Stian Sandvold
  • Date: 2016-03-14 12:16:33 UTC
  • mfrom: (21871.1.422 dhis2)
  • Revision ID: stian.sandvold@gmail.com-20160314121633-ojggeaoszdunzltj
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
466
466
    margin-left: 2px;
467
467
}
468
468
 
469
 
.audit-icon-column {
470
 
    width: 20px !important;
471
 
    text-align: center;
 
469
.scroll {
 
470
    height: 400px;
 
471
    overflow: auto;
472
472
}
473
473
 
474
474
.radio-display-none {
475
475
    display: none;
476
476
}
477
477
 
 
478
.fa-stack {
 
479
    cursor: pointer;
 
480
}
 
481
 
478
482
.fa-stack > .fa.fa-stack-1x.fa-circle.radio-save-success {
479
483
    color: #b9ffb9 !important;
480
484
}
512
516
    margin-left: -5px;
513
517
}
514
518
 
515
 
.custom-radio-error{
 
519
.custom-radio-error {
516
520
    margin-left: 5px;
517
521
    width:100px;
518
522
    text-align: center;
 
523
}
 
524
 
 
525
.fa-stack-custom-large {
 
526
    font-size: 20px;
 
527
}
 
528
 
 
529
.fa-stack-custom-small {
 
530
    font-size: 10px;
 
531
}
 
532
 
 
533
.wrap-text {
 
534
    word-wrap: break-word;
 
535
}
 
536
 
 
537
.cursor-pointer {
 
538
    cursor: pointer;
 
539
}
 
540
 
 
541
.fa-icon-width {
 
542
    width: 15px;
 
543
}
 
544
 
 
545
/*classes for the details tooltip popup for dataelements*/
 
546
 
 
547
.popover {
 
548
    max-width:400px;
 
549
    pointer-events:none;
 
550
}
 
551
 
 
552
.tooltip-separator-line {
 
553
    height: 0;
 
554
    margin-right:0em;
 
555
    margin-top: 0em;
 
556
    margin-bottom: 0em;
 
557
    width:100%;
 
558
    text-align: center;
 
559
    border: 0;
 
560
    border-top: 1px solid #ddd;
 
561
}
 
562
 
 
563
.tooltip-font {
 
564
    font-size: small;
519
565
}
 
 
b'\\ No newline at end of file'