Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.28 KB | None | 0 0
  1.     #constructForms #box-7 #box-7_content #box-7-7 #param-container #content {
  2.         width: 646px;
  3.         min-height: 80px;
  4.         border: 1px solid #D3D3D3;
  5.     }
  6.      
  7.     #constructForms #box-7 #box-7_content #box-7-7 #param-container #content #sidebar_left {
  8.         width: 189px;
  9.         min-height: 80px;
  10.         padding: 5px;
  11.         float: left;
  12.         border-right: 1px solid #D3D3D3;
  13.     }
  14.      
  15.     #constructForms #box-7 #box-7_content #box-7-7 #param-container #content #sidebar_right {
  16.         width: 189px;
  17.         min-height: 80px;
  18.         padding: 5px;
  19.         float: right;
  20.         border-left: 1px solid #D3D3D3;
  21.     }
  22.      
  23.     #constructForms #box-7 #box-7_content #box-7-7 #param-container #content #main {
  24.         width: 436px;
  25.         min-height: 80px;
  26.         padding: 5px;
  27.     }
  28.      
  29.     /* Widgets dragging */
  30.     #param-widgets div.widget { width: 150px; float: left; margin: 0 10px 10px 0; }
  31.     #param-widgets div.widget div.widget-name,
  32.     .draggable .widget-name,
  33.     #content .widget-name { width: 148px; height: 22px; text-align: center; margin: 0 5px 5px 0; padding: 8px 0 0 0; border: 1px solid #000; cursor: move; }
  34.     .draggable .widget-desc { display: block; }
  35.     .draggable { }
  36.     .draggable .widget-desc { display: none; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement