| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 /* $Id: image_fupload-style.css,v 1.4 2008/10/26 21:21:46 grandcat Exp $ */ 2 3 /* Progress Bar Settings */ 4 #fsUploadProgress .progressContainer { 5 background-color: #F7F7F7; 6 border: 1px solid #E8E8E8; 7 margin: 5px; 8 overflow: hidden; 9 padding: 4px; 10 } 11 12 #fsUploadProgress .blue { 13 background-color: #F0F5FF; 14 border: 1px solid #CEE2F2; 15 } 16 17 .progressBarInProgress, .progressBarError { 18 width: 0%; 19 height: 1em; 20 background-color: #0072B9; 21 border-bottom: 0.5em solid #004A73; 22 } 23 24 .progressBarComplete { 25 width: 100%; 26 height: 1em; 27 background-color: #A2E379; 28 border-bottom: 0.5em solid #79D841; 29 } 30 31 /* Hide special buttons (Process queued images & Delete queued images) to prevent misunderstandings; nevertheless, buttons are used by AJAX*/ 32 #edit-node-create, #edit-delete-queue { 33 display: none; 34 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |