Lines 698-705
width: 100%;
Link Here
|
698 |
} |
698 |
} |
699 |
|
699 |
|
700 |
a.cancel { |
700 |
a.cancel { |
701 |
padding-left : 1em; |
701 |
font-size: 13.3333px; |
|
|
702 |
font-family: "Sans"; |
703 |
text-decoration: none; |
704 |
cursor: default; |
705 |
background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x; |
706 |
border-bottom-color: #999999; |
707 |
border-bottom-style: outset; |
708 |
border-bottom-width: 1px; |
709 |
border-left-color: #666; |
710 |
border-left-style: outset; |
711 |
border-left-width: 1px; |
712 |
border-right-color: #999999; |
713 |
border-right-style: outset; |
714 |
border-right-width: 1px; |
715 |
border-top-color: #666666; |
716 |
border-top-style: outset; |
717 |
border-top-width: 1px; |
718 |
color: #333333; |
719 |
padding: 0.34em; |
720 |
|
702 |
} |
721 |
} |
|
|
722 |
a.cancel:before { |
723 |
content:url(../../img/deny.gif); |
724 |
vertical-align:middle; |
725 |
} |
703 |
|
726 |
|
704 |
fieldset.rows fieldset.action { |
727 |
fieldset.rows fieldset.action { |
705 |
padding : 1em; |
728 |
padding : 1em; |
Lines 1864-1867
img.spinner {
Link Here
|
1864 |
} |
1887 |
} |
1865 |
#cataloguing_additem_itemlist div { |
1888 |
#cataloguing_additem_itemlist div { |
1866 |
overflow : scroll; |
1889 |
overflow : scroll; |
1867 |
} |
1890 |
} |