Advertisement
Guest User

TinyMCE example CSS TEMPLATE

a guest
Jan 2nd, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1.     .cust_popup {
  2.         width: 100%;
  3.         z-index: 10010;
  4.     }
  5.  
  6.     .cust_popup_content {
  7.         display: block;
  8.         width: 350px;
  9.         box-shadow: 0 1px 3px 0 #C8C8D2;
  10.         margin-left: auto;
  11.         margin-right: auto;
  12.         text-align: left;
  13.         @property "primaryContent.background";
  14.         background-color: @contentBackground;
  15.         @property "/primaryContent.background";
  16.     }
  17.  
  18.     .cust_heading {
  19.         border-radius: 0 0 0 0;
  20.     }
  21.  
  22.     .cust_popup input {
  23.         font-size: 15px;
  24.         padding: 5px;
  25.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement