Updated remote subscribe button style in aside

This commit is contained in:
Sarven Capadisli 2010-03-03 17:48:00 -05:00
parent 628338265c
commit b3969be85a
1 changed files with 16 additions and 4 deletions

View File

@ -48,10 +48,6 @@ position:relative;
margin-bottom:0;
}
.section #entity_remote_subscribe .entity_remote_subscribe {
border-color:#AAAAAA;
}
#entity_remote_subscribe .dialogbox {
width:405px;
}
@ -59,3 +55,19 @@ width:405px;
.aside #entity_subscriptions .more {
float:left;
}
.section #entity_remote_subscribe {
border:0;
}
.section .entity_remote_subscribe {
color:#002FA7;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
background-color:transparent;
background-position:0 -1183px;
padding:0 0 0 23px;
border:0;
}