Closed richardofoz closed 10 years ago
As the css files are in /src/css, and the images are in /src/images, in the code the images have to be linked as ../images to appear. (Noticed while running on local server: logo not appearing)
diff -c /usr/src/TodoTxtJs-2014-02-26/src/css/simple_default.css /var/www/todo/css *** /usr/src/TodoTxtJs-2014-02-26/src/css/simple_default.css 2014-02-26 21:36:49.2767\ 18564 +0000 --- /var/www/todo/css/simple_default.css 2014-02-26 22:50:20.648803075 +0000 *************** *** 141,147 **** float: left; width: 32px; height: 34px; ! background-image: url('/images/todotxt_js_logo.png'); background-repeat: no-repeat; background-size: 32px 32px; } --- 141,147 ---- float: left; width: 32px; height: 34px; ! background-image: url('../images/todotxt_js_logo.png'); background-repeat: no-repeat; background-size: 32px 32px; } *************** *** 679,685 **** *********************************************/ .ui-widget-content { border: 1px solid #c0c0c0; ! background: #fffff0 url(images/ui-bg_flat_75_FFFFFF_40x100.png) 50% 50% repeat-x; color: #000000; } .ui-widget-content a { --- 679,685 ---- *********************************************/ .ui-widget-content { border: 1px solid #c0c0c0; ! background: #fffff0 url(../images/ui-bg_flat_75_FFFFFF_40x100.png) 50% 50% repeat-x; color: #000000; } .ui-widget-content a { *************** *** 689,695 **** .ui-widget-content .ui-state-default, .ui-widget-header { border: 1px solid #c0c0c0; ! background: #edef85 url(images/ui-bg_highlight-soft_75_edef85_1x100.png) 50% 50% rep\ eat-x; color: #000000; } .ui-state-default a, --- 689,695 ---- .ui-widget-content .ui-state-default, .ui-widget-header { border: 1px solid #c0c0c0; ! background: #edef85 url(../images/ui-bg_highlight-soft_75_edef85_1x100.png) 50% 50% \ repeat-x; color: #000000; } .ui-state-default a, *************** *** 707,713 **** .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #c1e5ff; ! background: #c1e5ff url(images/ui-bg_glass_75_c1e5ff_1x400.png) 50% 50% repeat-x; color: #0000ff; } .ui-state-hover a, --- 707,713 ---- .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #c1e5ff; ! background: #c1e5ff url(../images/ui-bg_glass_75_c1e5ff_1x400.png) 50% 50% repeat-x; color: #0000ff; } .ui-state-hover a, *************** *** 720,726 **** .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #c0c0c0; ! background: #fffff0 url(images/ui-bg_glass_65_fffff0_1x400.png) 50% 50% repeat-x; color: #0000ff; } .ui-state-active a, --- 720,726 ---- .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #c0c0c0; ! background: #fffff0 url(../images/ui-bg_glass_65_fffff0_1x400.png) 50% 50% repeat-x; color: #0000ff; } .ui-state-active a, Diff finished. Wed Feb 26 23:37:57 2014
Also, under 'jQueryUI overrides' there are three files linked that are missing from the /src/images folder:
As the css files are in /src/css, and the images are in /src/images, in the code the images have to be linked as ../images to appear. (Noticed while running on local server: logo not appearing)
Also, under 'jQueryUI overrides' there are three files linked that are missing from the /src/images folder: