www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

itembox.css (388B)


      1 row > hbox,
      2 row > vbox
      3 {
      4 	margin-top: 0 !important;
      5 	margin-bottom: 0 !important;
      6 	padding-top: 0 !important;
      7 	padding-bottom: 0 !important;
      8 }
      9 
     10 row vbox[fieldname]
     11 {
     12 	margin-left: 1px;
     13 }
     14 
     15 .creator-type-label image {
     16 	margin-bottom: 0;
     17 }
     18 
     19 textbox
     20 {
     21 	padding: 2px 2px 2px 2px;
     22 	margin: -1px 0 -1px 1px;
     23 }
     24 
     25 #item-type-menu
     26 {
     27 	padding: 0 0 0 1px !important;
     28 	margin: 0 5px 0 1px !important;
     29 }