Using position relative only for the remote subscription in section

This commit is contained in:
Sarven Capadisli 2010-03-03 13:17:00 -05:00
parent 2c9887bce5
commit 7d7847295a
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ min-width:96px;
#entity_remote_subscribe {
padding:0;
float:right;
}
.section #entity_remote_subscribe {
position:relative;
}