Ignore:
Timestamp:
Apr 9, 2019, 6:06:42 AM (5 years ago)
Author:
SergeD
Message:

version 1.3.2 - see changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/css/styles.css

    r31979 r31987  
    237237#theImageAndInfos:hover .nav-zoom  { opacity: 1; }
    238238
    239 #theImageAndInfos a.gd-nav:before  { font-family: "Glyphicons Halflings"; font-size: 24px; display: inline-block; letter-spacing: 2px; letter-spacing: 0px; }
    240 #theImageAndInfos a.nav-prev:before { content: "\e079"; }
    241 #theImageAndInfos a.nav-next:before { content: "\e080"; }
    242 #theImageAndInfos a.nav-up:before   { content: "\e113"; }
    243 #theImageAndInfos a.nav-zoom:before { content: "\e003"; }
     239#theImageAndInfos a.gd-nav .fas { font-size: 24px; }
    244240
    245241#theImage { display: block; width: 100%; vertical-align: top; padding: 10px 0 5px 0; }
     
    284280#cboxLoadedContent .image-metadata-tab { display: block; }
    285281
    286 dl.imageInfoTable   { display: block; padding: 0 15px; margin: 0;}
    287 dl.imageInfoTable.dl-horizontal dt { text-align: left; }
     282dl.imageInfoTable   { display: block; padding: 0 15px; margin: 0; width: 40em; }
     283dl.imageInfoTable.dl-horizontal dt { text-align: left; clear: left; float: left; width: 15em; }
     284dl.imageInfoTable.dl-horizontal dd { clear: right; }
    288285dl.imageInfoTable ul { margin-bottom: 0; }
    289286
Note: See TracChangeset for help on using the changeset viewer.