Ignore:
Timestamp:
06/29/12 19:56:22 (13 years ago)
Author:
tjcschipper
Message:
  • Finally fixed icon offsets and added a couple new icons for use in the Question/Survey? editors,as well as general purpose ones.
  • Styled the dropdown menu in the MainMenu?
  • Fixed a weird offset bug in the IndexMenu?
  • Included another way of colouring objects by their parent classes, not applied yet (in layout.css)
  • Styled the AccordionContainer?, to be used in Survey/Question? editors.
  • Removed default colour in LineWithActionsWidgetThijs?, this would override the colours inherited from parent elements (not desirable).
  • Drank a lot of coffee.
File:
1 edited

Legend:

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

    r344 r349  
    1 /* 
     1\/* 
    22    The icon's parent element class decides the icon size and url. (.rftLargeButton .rftIcon / .rftInlineButton .rftIcon, for example)
    33    The icon gets two classes: .rftIcon (which sets general spacing/positioning, etc),
     
    2525    Also, if possible put common/shared icons at the start of the list to prevent excessively large spritesheets.
    2626*/
     27
     28/* Types */
    2729.rftIconApplication {
    2830    background-position: 0px 0px;
     
    6466    background-position: -384px 0px;
    6567}
     68/* Actions */
    6669.rftIconAccept {
    6770    background-position: -416px 0px;
     
    97100    background-position: -736px 0px;
    98101}
    99 .rftIconSettings {
     102.rftIconProperties {
    100103    background-position: -768px 0px;
    101104}
     
    121124    background-position: -992px 0px;
    122125}
    123 .rftIconFullArrowUp {
     126.rftIconTag {
    124127    background-position: -1024px 0px;
    125128}
    126 .rftIconFullArrowDown {
     129.rftIconImage {
    127130    background-position: -1056px 0px;
    128131}
    129 .rftIconFullArrowLeft {
     132.rftIconEdit {
    130133    background-position: -1088px 0px;
    131134}
    132 .rftIconFullArrowRight {
     135.rftIconLock {
    133136    background-position: -1120px 0px;
    134137}
    135 .rftIconHalfArrowUp {
     138.rftIconUnlock {
    136139    background-position: -1152px 0px;
    137140}
    138 .rftIconHalfArrowDown {
     141.rftIconPreset {
    139142    background-position: -1184px 0px;
    140143}
    141 .rftIconHalfArrowLeft {
     144.rftIconTextBlock {
    142145    background-position: -1216px 0px;
    143146}
     147.rftIconPageBreak {
     148    background-position: -1248px 0px;
     149}
     150.rftIconExternal {
     151    background-position: -1280px 0px;
     152}
     153.rftIconInput {
     154    background-position: -1312px 0px;
     155}
     156.rftIconPublish {
     157    background-position: -1344px 0px;
     158}
     159
     160/* Arrows */
     161.rftIconFullArrowUp {
     162    background-position: -1696px 0px;
     163}
     164.rftIconFullArrowDown {
     165    background-position: -1728px 0px;
     166}
     167.rftIconFullArrowLeft {
     168    background-position: -1760px 0px;
     169}
     170.rftIconFullArrowRight {
     171    background-position: -1792px 0px;
     172}
     173.rftIconHalfArrowUp {
     174    background-position: -1824px 0px;
     175}
     176.rftIconHalfArrowDown {
     177    background-position: -1856px 0px;
     178}
     179.rftIconHalfArrowLeft {
     180    background-position: -1888px 0px;
     181}
    144182.rftIconHalfArrowRight {
    145     background-position: -1248px 0px;
     183    background-position: -1920px 0px;
    146184}
    147185
Note: See TracChangeset for help on using the changeset viewer.