You are here

authcache.css in Authenticated User Page Caching (Authcache) 7

Same filename and directory in other branches
  1. 6 authcache.css
#authcachedebug fieldset {
  padding-top:30px;
}

#authcachedbg {
  z-index:100;
  text-align:left;
  font-size:11px;
  left:0px;
  position:absolute;
  background:#f7f7f7;
  color:#000;
  padding:5px 20px 5px 5px;
}

#authcache_status_indicator {
  position:absolute;
  right:3px;
  top:8px;
  height:10px;
  width:10px;
  opacity:0.5;
}

File

authcache.css
View source
  1. #authcachedebug fieldset {
  2. padding-top:30px;
  3. }
  4. #authcachedbg {
  5. z-index:100;
  6. text-align:left;
  7. font-size:11px;
  8. left:0px;
  9. position:absolute;
  10. background:#f7f7f7;
  11. color:#000;
  12. padding:5px 20px 5px 5px;
  13. }
  14. #authcache_status_indicator {
  15. position:absolute;
  16. right:3px;
  17. top:8px;
  18. height:10px;
  19. width:10px;
  20. opacity:0.5;
  21. }