css stuff

This commit is contained in:
sanj 2010-05-14 09:45:11 +05:30
parent f3c4fa2576
commit b88a35ef84

View File

@ -1,3 +1,9 @@
body {
background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
background: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%);
}
#ajaxBusy {
position: fixed;
top: 10px;
@ -67,8 +73,8 @@
.page_btn {
float: left;
height: 20px;
font-size: 14px;
color: #c35106;
font-size: 13px;
color: #934009;
border-top: 1px;
border-left: 1px;
border-right: 1px;
@ -78,8 +84,11 @@
cursor: pointer;
margin-left: 10px;
background: #D0CDFF;
background: -moz-linear-gradient(top, #D0CDFF, #fff);
background: -webkit-gradient(linear, top, #D0CDFF, #fff);
background: -moz-linear-gradient(top, #B9D7B8, #fff);
background: -webkit-gradient(linear, top, #B9D7B8, #fff);
padding-bottom: 5px;
padding-left: 3px;
padding-right: 3px;
}
.page_btn:hover {