Ignore:
Timestamp:
Mar 14, 2011, 5:28:20 PM (13 years ago)
Author:
flop25
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_default/theme.css

    r9238 r9677  
    525525  border-style: solid;
    526526}
    527 
     527#imageToolBar {
     528    height: 60px;
     529}
     530#imageToolBar #thumbPrev, #imageToolBar #thumbNext {
     531        margin-left:5px;
     532        margin-right:5px;
     533        display:inline;
     534        width:auto;
     535}
     536#imageToolBar #thumbCurrent {
     537        margin-left:5px;
     538        margin-right:5px;
     539        display:inline;
     540        width:auto;
     541}
     542#imageToolBar #linkPrev, #imageToolBar #thumbCurrent, #imageToolBar #linkNext {
     543        border:#FFF solid 2px;
     544        width:auto;
     545}
     546.navButtons .pwg-state-disabled {
     547        float: right;
     548}
    528549/**               les miniatures */
    529550.thumbLink {
Note: See TracChangeset for help on using the changeset viewer.