Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.17 KB | None | 0 0
  1. #bookmarksMenu menupopup .scrollbox-innerbox, .bookmark-item[container="true"] menupopup .scrollbox-innerbox {
  2.     width: 820px !important; /*display width*/
  3.     /* width: 850px !important; *//*4 colonnes*/
  4.     display: table !important;
  5.     }
  6.  
  7. #bookmarksMenu .bookmark-item, .bookmark-item[container="true"] .bookmark-item {
  8.     min-width: 200px !important;/*title width*/
  9.     max-width: 300px !important;
  10.     margin-left: 5px !important;
  11.     }
  12.  
  13. #bookmarksMenu menupopup menuseparator, .bookmark-item[container="true"] menupopup menuseparator {
  14.     display: block !important;
  15.     margin-bottom: 8px !important;
  16.     }
  17.  
  18. #bookmarksMenu scrollbox, .bookmark-item[container="true"] scrollbox {
  19.     overflow-y: auto !important;
  20.     }
  21.  
  22.  
  23. #editBMPanel_folderTree {
  24.     min-width:360px !important; min-height:350px !important;}
  25.  
  26.  #bookmarkproperties {
  27.     min-width:810px !important; min-height:880px !important;}
  28.  
  29.  
  30. menuitem, .menu-iconic {
  31.    padding: 8px 5px 5px 5px !important;
  32.    width: 200px !important;
  33. }
  34. .menu-iconic-left {
  35.    transform: scale(1.75) !important;
  36. }
  37. .menu-iconic-text {
  38.    padding-left: 20px !important;
  39.    transform: scale(1.25) !important;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement