Changeset 1873

Show
Ignore:
Timestamp:
11/10/08 23:11:56 (2 months ago)
Author:
nickyg
Message:

images and css for r1872

Location:
client/trunk/theme
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • client/trunk/theme/almanac.css

    r1871 r1873  
    12441244 
    12451245/*-*/ 
     1246.storyshare .share-option { 
     1247float: left; 
     1248width: 45%; 
     1249padding: 1em; 
     1250margin: 0 0 2em; 
     1251} 
     1252 
     1253.storyshare #add-to-existing { 
     1254border-right: 1px solid #98938B; 
     1255margin-right: 2em; 
     1256} 
     1257 
    12461258.storyshare h3 { 
    1247 margin-bottom: 0.2em; 
     1259margin-bottom: 0.3em; 
     1260} 
     1261 
     1262.storyshare select { 
     1263font-size: 1.2em; 
     1264width: 350px; 
    12481265} 
    12491266 
    12501267.storyshare form#almanac-form { 
    1251 margin: 0 0 0.75em; 
    1252 padding: 0 0 0.75em; 
    1253 border-bottom: 1px solid #98938b; 
     1268 
    12541269} 
    12551270 
    12561271.storyshare #share-story-button { 
    1257 margin: 0 0 0 0.7em; 
    1258 width: 108px; 
    1259 height: 30px; 
     1272margin: 0; 
     1273width: 249px; 
     1274height: 35px; 
    12601275overflow: hidden; 
    12611276text-indent: -9999em; 
    1262 background: url(img/share-story-button.png) no-repeat; 
     1277background: url(img/share-story-button2.png) no-repeat; 
    12631278border: 0 none transparent; 
     1279cursor: pointer; 
    12641280} 
    12651281 
     
    12671283margin: 1em 0; 
    12681284display: block; 
    1269 width: 195px; 
    1270 height: 51px; 
     1285width: 249px; 
     1286height: 35px; 
    12711287overflow: hidden; 
    12721288text-indent: -9999em; 
    1273 background: url(img/create-almanac-button.png) no-repeat; 
     1289background: url(img/create-almanac-button2.png) no-repeat; 
    12741290} 
    12751291