You are here

ck_nodeembed.css in Node Embed 7

body.view-ck {
	background: #e9e9e9;
	margin:5px 2px;
}

.view-ck ul {
	list-style:none;
}

.view-ck ul li {
	cursor:pointer;
	padding:3px;
	list-style:none;
	background:#eee;
	border:1px solid #f3f3f3;
	margin:5px;
}

.view-ck ul li.active {
	background: #d0f4c8;
	border:1px solid #3faf26;
}

.view-ck div.views-admin-links ul.links li {
	display:none;	
}

File

ckeditor/ck_nodeembed.css
View source
  1. body.view-ck {
  2. background: #e9e9e9;
  3. margin:5px 2px;
  4. }
  5. .view-ck ul {
  6. list-style:none;
  7. }
  8. .view-ck ul li {
  9. cursor:pointer;
  10. padding:3px;
  11. list-style:none;
  12. background:#eee;
  13. border:1px solid #f3f3f3;
  14. margin:5px;
  15. }
  16. .view-ck ul li.active {
  17. background: #d0f4c8;
  18. border:1px solid #3faf26;
  19. }
  20. .view-ck div.views-admin-links ul.links li {
  21. display:none;
  22. }