Ignore:
Timestamp:
06/22/12 19:06:49 (13 years ago)
Author:
tjcschipper
Message:
  • Made mSession.html Session Editor for demo.
  • Matching stylesheet
  • Changes to all screens resulting from feedback and/or demonstration purposes.
  • global goToPage() function included in all mockups is temporary! Do not use this for actual production code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/css/layout.css

    r345 r346  
    261261}
    262262
     263
     264/* Inputs */
     265fieldset {
     266    border: none;
     267}
     268fieldset.align input,
     269fieldset.align .dijitTextBox,
     270fieldset.align textarea {
     271    margin-left: 0;
     272}
     273fieldset.align label {
     274    display: inline-block;
     275    width: 100px !important;
     276}
Note: See TracChangeset for help on using the changeset viewer.