Ignore:
Timestamp:
06/06/12 15:23:21 (13 years ago)
Author:
tjcschipper
Message:
  • Fixed typo in rft/content.js description. No functionality touched, don't worry!;)
  • Some more markup and styling changes to make everything more consistent.
  • Created rft/ui/Breadcrumbs class, first draft of decoupled breadcrumbs system. Still needs a couple of fixes (see comments in file) and requires rft/content to expose "rft/content/goTo" event via connect.publish or topic.publish.
File:
1 edited

Legend:

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

    r339 r340  
    6262
    6363/* Breadcrumbs */
    64 .breadcrumbs {
     64.claro .breadcrumbs {
    6565    float: left;
    6666    clear: left;
     
    7070    line-height: 16px;
    7171}
    72 .breadcrumb {
     72.claro .breadcrumbs .breadcrumb {
    7373    color: #999999;
    7474    font-size: 13px;
    7575}
    76 .breadcrumbCurrent {
     76.claro .breadcrumbs .breadcrumb.breadcrumbCurrent {
    7777    color: #ffffff;
    7878    font-size: 14px;
    7979}
     80.claro .breadcrumbs .breadcrumb.breadcrumbHover {
     81    color: #0072bc;
     82}
    8083
    8184/* Content */
    82 .dijitContentPane.page {
    83     padding: 0;
    84 }
    85 .content.dijitContentPane {
     85.claro .dijitContentPane.page {
     86    padding: 0;
     87}
     88.claro .content.dijitContentPane {
    8689    display: block;
    8790    clear: both;
     
    102105        );
    103106}
    104 .content.dijitContentPane .dijitBorderContainer {
     107.claro .content.dijitContentPane .dijitBorderContainer {
    105108    padding: 2px;
    106109}
     
    138141}
    139142
    140 
    141143/* Tabs */
    142144.claro .dijitTabContainerLeft-tabs {
    143145    border: none;
     146    padding: 4px 16px 4px 4px;
    144147}
    145148.claro .dijitTabContainerLeft-tabs .dijitTab {
    146149    margin: 4px 0;
    147150    width: 200px;
    148     height: 30px;
     151    min-height: 30px;
    149152}
    150153.claro .dijitTab {
     154    padding: 2px 8px;
    151155    color: #999999;
    152156    border: 1px solid #999999;
     157    white-space: normal;
     158    overflow: hidden;
    153159    transition: all 0.3s;
    154160    -moz-transition: all 0.3s;
     
    156162    -o-transition: all 0.3s;
    157163}
     164.claro .dijitTabContainerLeft-tabs .dijitTab .dijitTabContent {
     165    height: 48px;
     166    line-height: 24px;
     167    width: 190px;
     168}
     169
    158170.claro .dijitTab.dijitTabHover {
    159171    color: #ffffff;
Note: See TracChangeset for help on using the changeset viewer.