Revision 48c07635 ui/static/main.css

b/ui/static/main.css
3918 3918
    margin-top: 5px;
3919 3919
}
3920 3920

  
3921
.invitations #errors {
3922
    padding: 5px;
3923
    background-color: #800000;
3924
}
3925

  
3921 3926
.invitations #errors p {
3922 3927
    margin-bottom: 10px;
3923 3928
    font-size: 0.95em;
3929
    padding-top:0;
3930
    margin-top:0;
3931
    color: #fff;
3924 3932
}
3925 3933

  
3926 3934
.invitations #errors li {
3927 3935
    font-size: 0.85em;
3928
    color: #800000;
3936
    color: #ddd;
3929 3937
}
3930 3938

  
3931 3939
.invitations #errors {
3932 3940
    font-size: 100%;
3933
    color: #f00;
3934
    margin-bottom: 20px;
3941
    margin-bottom: 10px;
3935 3942
}
3936 3943

  
3937 3944
#invsent .message {
3938 3945
    font-size: 0.9em;
3939
    padding: 5px;
3946
    padding: 5px 0;
3940 3947
    margin-top: 10px;
3948
    margin-bottom: -10px;
3941 3949
    color: #5CAD54;
3942 3950
}
3943 3951

  
......
3949 3957
    margin-bottom: 10px;   
3950 3958
}
3951 3959

  
3960
.remove-field-trigger, .add-field-trigger {
3961
    cursor: pointer;
3962
}
3963

  
3952 3964
.add-field-trigger img {
3953 3965
    vertical-align: middle;
3954 3966
}
......
4376 4388
#disks-pane {
4377 4389
    margin-top: 58px;
4378 4390
}
4391

  
4392
span.resend-msg {
4393
    display: block;
4394
    margin-bottom: 5px;
4395
}
4396

  
4397
.success-msg {
4398
    background-color: #5CAD54;
4399
    color: #fff;
4400
    padding: 0.4em;
4401
    border: 1px solid #ddd;
4402
}
4403

  
4404
.error-msg {
4405
    background-color: #800000;
4406
    color: #fff;
4407
    padding: 0.4em;
4408
    border: 1px solid #ddd;
4409
}
4410

  
4411
.success-msg em, .error-msg em {
4412
    font-weight: bold;
4413
    font-style: normal;
4414
    font-size: 0.9em;
4415
}
4416

  
4417
.pagination {
4418
            font-size: 80%;
4419
        }
4420
        
4421
.pagination a {
4422
    text-decoration: none;
4423
	border: solid 1px #AAE;
4424
	color: #15B;
4425
}
4426

  
4427
.pagination a, .pagination span {
4428
    display: block;
4429
    float: left;
4430
    padding: 0.3em 0.5em;
4431
    margin-right: 5px;
4432
	margin-bottom: 5px;
4433
	min-width:1em;
4434
	text-align:center;
4435
}
4436

  
4437
.pagination .current {
4438
    background: #4085A5;
4439
    color: #fff;
4440
	border: solid 1px #AAE;
4441
}
4442

  
4443
.pagination .current.prev, .pagination .current.next{
4444
	color:#999;
4445
	border-color:#999;
4446
	background:#fff;
4447
}
4448

  
4449
#invsent .pagination {
4450
    margin-top: 10px;
4451
}

Also available in: Unified diff