You are here

block_edit.css in Block edit 5

Same filename and directory in other branches
  1. 6 block_edit.css
div.block_edit_link {
background-color: #e3efff;
border: 1px dashed grey;
font-size: 11px;
font-weight: bold;
width: 25px;
padding: 2px 3px 1px 5px;
position: absolute;
z-index: 40;
display: none;
}

div.block_edit_link a {
  text-decoration: none;
  color: black;
  font-size: 11px;
  font-weight: bold;
} 

div.block_edit_link a:hover {
  text-decoration: underline;
} 

File

block_edit.css
View source
  1. div.block_edit_link {
  2. background-color: #e3efff;
  3. border: 1px dashed grey;
  4. font-size: 11px;
  5. font-weight: bold;
  6. width: 25px;
  7. padding: 2px 3px 1px 5px;
  8. position: absolute;
  9. z-index: 40;
  10. display: none;
  11. }
  12. div.block_edit_link a {
  13. text-decoration: none;
  14. color: black;
  15. font-size: 11px;
  16. font-weight: bold;
  17. }
  18. div.block_edit_link a:hover {
  19. text-decoration: underline;
  20. }