Revision bdf369a2 ui/static/main.css

b/ui/static/main.css
3819 3819
#invform #fields input {
3820 3820
    margin-right: 10px;
3821 3821
}
3822

  
3823
.machine-now-building {
3824
    padding-right: 15px !important;
3825
    text-align: justify;
3826
}
3827

  
3828
.sub-text {
3829
    padding-top: 15px;
3830
    padding-right: 15px;
3831
    text-align: justify;
3832
    font-style: italic;
3833
    font-size: 0.9em;
3834
}
3835

  
3836
#notification-box a {
3837
    color: #4085A5;
3838
}
3839

  
3840
#notification-box .machine-title img {
3841
    vertical-align: middle;
3842
}
3843

  
3844
#notifiaction-box .password-header {
3845
    margin-bottom: 0 !important;
3846
}
3847

  
3848
#notification-box .password-container a {
3849
    color: #fff;
3850
    text-decoration: underline;
3851
}
3852

  
3853
#notification-box .password-container a:hover {
3854
    background-color: #fff;
3855
    color: #4085A5;
3856
}
3857

  
3858
#notification-box .password-container {
3859
    background: #4085A5;
3860
    border: none;
3861
}
3862

  
3863
#notification-box .password-container .password a {
3864
    font-weight: normal !important;
3865
}
3866

  
3867
#notification-box .cmd {
3868
    color: #fff;
3869
    font-family: monospace;
3870
    font-size: 1.6em;
3871
}
3872

  
3873
.machine-container .separator {
3874
    background-color: #B0D1E0;
3875
}

Also available in: Unified diff