Revision 123fd2f5 ui/static/snf/css/main.css

b/ui/static/snf/css/main.css
5707 5707
.invitations-form .send-error {
5708 5708
    font-size: 0.8em;
5709 5709
    margin-bottom: 5px;
5710
    margin-top: 5px;
5710 5711
    color: #800;
5711 5712
    padding: 3px;
5713
    padding-left: 0;
5712 5714
    display: none;
5713 5715
}
5714 5716

  
......
5729 5731
    position: relative;
5730 5732
}
5731 5733

  
5734
.invitations-form h3 {
5735
    float: left;
5736
}
5737

  
5732 5738
.invitations-form .add-new-invitation {
5733
    position: absolute;
5739
    float:left;
5734 5740
    top:2px;
5735 5741
    right: 20px;
5736 5742
    width: 16px;
......
5738 5744
    background-image: url("../images/option-action-add.png");
5739 5745
    background-repeat: no-repeat;
5740 5746
    background-position: center;
5741
    text-indent: 2000em;
5747
    text-indent: -50000em;
5742 5748
    background-color: #4085A5;
5749
    margin-left: 15px;
5750
    cursor: pointer;
5743 5751
}
5744 5752

  
5745 5753
.invitations-view .left {
......
5761 5769
}
5762 5770

  
5763 5771
.invitations-wrapper .invitations-list {
5764
    width: 33%;
5772
    width: 40%;
5765 5773
    float: left;
5766 5774
    padding-left: 10px;
5767 5775
    border-left: 1px solid #4085A5;
......
5769 5777
}
5770 5778

  
5771 5779
.invitations-wrapper .invitations-form {
5772
    width: 65%;
5780
    width: 57%;
5773 5781
    float: left;
5774 5782
    border-right: 1px solid #4085A5;
5775 5783
}
......
5791 5799
}
5792 5800

  
5793 5801
.invitations-wrapper input.name {
5794
    width: 180px;
5802
    width: 150px;
5795 5803
}
5796 5804

  
5797 5805
.invitations-wrapper input {
5798 5806
    font-size: 0.9em;
5799
    width: 160px;
5807
    width: 155px;
5800 5808
    padding:4px;
5801 5809
}
5802 5810

  
......
5804 5812
    border-bottom: 1px solid #A1C8DB;
5805 5813
    padding-bottom: 5px;
5806 5814
    margin-bottom: 5px;
5815
    position: relative;
5807 5816
}
5808 5817

  
5809 5818
.invitations-view h3 {
......
5817 5826
}
5818 5827

  
5819 5828

  
5820
.invitations-list .email {
5829
.invitations-list .invitation-sent .email {
5821 5830
    color: #D98147;
5822 5831
    font-size: 0.8em;
5823 5832
    font-weight: bold;
5824 5833
    margin-top: 2px;
5825 5834
}
5826 5835

  
5836
.invitations-list .pagination a,
5837
.invitations-list .pagination span {
5838
    padding: 0.2em 0.3em;
5839
}
5840

  
5841
.invitations-list .pagination {
5842
    font-size: 0.75em;
5843
}
5844

  
5827 5845
.invitations-list .name {
5828 5846
    color: #444;
5829 5847
    font-size: 0.9em;
5830 5848
}
5849

  
5850
.invitations-list .status.sending {
5851
    background-image: url("../images/icons/indicators/small/progress.gif");
5852
}
5853

  
5854
.invitations-list .status.sent {
5855
    background-image: url("../images/invitation_accepted.png");
5856
}
5857

  
5858
.invitations-list .status.resend {
5859
    background-image: url("../images/resend.png");
5860
}
5861

  
5862
.invitations-list .status.resend {
5863
    cursor: pointer;
5864
}
5865

  
5866
.invitations-list .status {
5867
    width: 20px;
5868
    height: 15px;
5869
    position: absolute;
5870
    top:5px;
5871
    right: 2px;
5872
    background-repeat: no-repeat;
5873
    background-position: center;
5874
}
5875

  
5876
.invitations-form .form-entry:last-child {
5877
    border-bottom: none;
5878
}
5879

  
5880
.invitations-form .form-entry {
5881
    position: relative;
5882
    margin-bottom: 10px;
5883
    padding-bottom: 10px;
5884
    border-bottom: 1px solid #ddd;
5885
    margin-right: 10px;
5886
}
5887

  
5888
.invitations-form .send-invitations {
5889
    float: left;
5890
    padding: 5px;
5891
    color: #fff;
5892
    margin-right: 10px;
5893
    margin-top: 10px;
5894
}
5895

  
5896
.invitations-form .form-entry.error {
5897
    padding-bottom: 0px;
5898
}
5899

  
5900
.invitations-form .form-entry.error .remove-invitation {
5901
    bottom: 32px;
5902
}
5903

  
5904
.invitations-form .remove-invitation {
5905
    padding: 5px;
5906
    background-image: url("../images/option-action-remove.png");
5907
    background-position: center;
5908
    background-repeat: no-repeat;
5909
    color: #fff;
5910
    width: 15px;
5911
    height: 15px;
5912
    cursor: pointer;
5913
    text-indent: -50000px;
5914
    position: absolute;
5915
    right: -10px;
5916
    bottom: 14px;
5917
}
5918

  
5919
.invitations-list .resent-info,
5920
.invitations-form .top-info {
5921
    font-size: 0.8em;
5922
    margin-bottom: 10px;
5923
}
5924

  
5925
.invitations-list .msg .email,
5926
.invitations-form .success .msg .email {
5927
    font-weight: bold;
5928
}
5929

  
5930
.invitations-list .msg.err-msg,
5931
.invitations-list .success.msg,
5932
.invitations-form .success .msg {
5933
    background-color: #080;
5934
    color: white;
5935
    padding: 5px;
5936
    margin-right: 10px;
5937
    margin-bottom: 5px;
5938
}
5939
.invitations-list .msg.err-msg,
5940
.invitations-list .success.msg {
5941
    margin-right: 0px;
5942
}
5943
.invitations-list .msg.err-msg {
5944
    background-color: #800;
5945
}

Also available in: Unified diff