You are here

fb_autopost.css in Facebook Autopost 7

.fb-profile {
  background-color: #F7F7F7;
  border: 1px solid #DDD;
  overflow: hidden;
  width: 350px;
  height: 50px;
  position: relative;
}
.fb-profile .fb-data { padding: 2px; }
.fb-profile img { float: left; margin-right: 5px; }
#fb-logout-link {
  font-size: 0.75em;
  line-height: 1em;
  position: absolute;
  top: 5px;
  right: 5px;
}
#edit-fb-autopost-page .form-type-checkbox { background: #FFD; margin: 5px 0; border: 1px solid #DDA; padding: 10px; }
#edit-fb-autopost-page .form-type-checkbox.active { background: #DFD; }
#edit-fb-autopost-page .form-type-checkbox label img { margin: 0 5px; vertical-align: middle; }

File

fb_autopost.css
View source
  1. .fb-profile {
  2. background-color: #F7F7F7;
  3. border: 1px solid #DDD;
  4. overflow: hidden;
  5. width: 350px;
  6. height: 50px;
  7. position: relative;
  8. }
  9. .fb-profile .fb-data { padding: 2px; }
  10. .fb-profile img { float: left; margin-right: 5px; }
  11. #fb-logout-link {
  12. font-size: 0.75em;
  13. line-height: 1em;
  14. position: absolute;
  15. top: 5px;
  16. right: 5px;
  17. }
  18. #edit-fb-autopost-page .form-type-checkbox { background: #FFD; margin: 5px 0; border: 1px solid #DDA; padding: 10px; }
  19. #edit-fb-autopost-page .form-type-checkbox.active { background: #DFD; }
  20. #edit-fb-autopost-page .form-type-checkbox label img { margin: 0 5px; vertical-align: middle; }