Changeset 1829
- Timestamp:
- 07/22/2010 07:56:00 PM (7 weeks ago)
- Location:
- plugins/apostropheBlogPlugin/branches/1.4
- Files:
-
- 2 modified
-
data/generator/sfDoctrineModule/aBlogAdmin/template/templates/_assets.php (modified) (1 diff)
-
web/css/aBlog.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/branches/1.4/data/generator/sfDoctrineModule/aBlogAdmin/template/templates/_assets.php
r1420 r1829 6 6 [?php use_javascript('/apostrophePlugin/js/aUI.js') ?] 7 7 8 [?php use_stylesheet('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/css/<?php echo sfConfig::get('sf_jquery_ui_css', 'ui-apostrophe/jquery-ui-1.7. 2.custom.css') ?>', 'first') # JQ Date Picker Styles (This is the custome Apostrophe styles for the JQ Date Picker) ?]9 [?php use_javascript('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/js/plugins/<?php echo sfConfig::get('sf_jquery_ui', 'jquery-ui-1.7. 2.custom.min.js') ?>', 'last') # JQ Date Picker JS (This can/should be consolidated with sfJqueryReloadedPlugin/js/jquery-ui-sortable...) ?]8 [?php use_stylesheet('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/css/<?php echo sfConfig::get('sf_jquery_ui_css', 'ui-apostrophe/jquery-ui-1.7.3.custom.css') ?>', 'first') # JQ Date Picker Styles (This is the custome Apostrophe styles for the JQ Date Picker) ?] 9 [?php use_javascript('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/js/plugins/<?php echo sfConfig::get('sf_jquery_ui', 'jquery-ui-1.7.3.custom.min.js') ?>', 'last') # JQ Date Picker JS (This can/should be consolidated with sfJqueryReloadedPlugin/js/jquery-ui-sortable...) ?] 10 10 11 11 [?php aTools::setAllowSlotEditing(false); ?] -
plugins/apostropheBlogPlugin/branches/1.4/web/css/aBlog.css
r1768 r1829 440 440 { 441 441 width: 200px !important; 442 width: auto; /* ?For IE */443 float: left; /* Was float:right, but this broke in IE */442 width: auto; /* For IE */ 443 float: left; 444 444 display:inline; 445 445 clear: both; … … 467 467 float: left; 468 468 font-family: Arial, sans-serif; 469 font-size: 11px; 469 470 border: 1px solid #ddd; 470 padding: 3px 0px;471 padding: 3px 2px; 471 472 border: 1px solid rgba(0,0,0,0.2); 472 473 -moz-border-radius: 3px;
