diff options
author | Alvin Li <liweitianux@gmail.com> | 2013-08-25 01:25:27 +0800 |
---|---|---|
committer | Alvin Li <liweitianux@gmail.com> | 2013-08-25 01:25:27 +0800 |
commit | 58b77885308c944a029caf5c2d8b5d3263b6f64d (patch) | |
tree | 428a2672d18f63a439f44f34a9f52059ea5e0af8 /97suifangqa/apps/indicator/static/css/sheet_default.css | |
parent | 3f1d09f3b5b86157ccf9f47eef69a065be6153a4 (diff) | |
download | 97dev-58b77885308c944a029caf5c2d8b5d3263b6f64d.tar.bz2 |
* improved the popup page 'EditHistoryData.html':
o improvd page styles;
o updated related view: 'indicator.views.indicator_edithistorydata()';
o updated related css styles;
o added styles 'valid' and 'invalid';
o added 'jquery-ui: datepicker' to select date;
o added 'reason_input' field to get the reason for modification;
o implemented validation for 'date' and 'reason' field;
* added testing record data for testing 'detail_card';
* added 'cursor: pointer' for 'ui-datepicker-trigger';
* small style change to the 'see_more_button' of SheetDefault.html;
* added umcompressed 'jquery-1.9.1.js' for backup;
* added param 'type' for 'indicator.tools.format_data()';
TODO:
EditHistoryData.html:
o to show original record data properly;
o to add validation for data field
o to implement ajax POST data and related view
Diffstat (limited to '97suifangqa/apps/indicator/static/css/sheet_default.css')
-rw-r--r-- | 97suifangqa/apps/indicator/static/css/sheet_default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/97suifangqa/apps/indicator/static/css/sheet_default.css b/97suifangqa/apps/indicator/static/css/sheet_default.css index 2edf8dc..44fa6f5 100644 --- a/97suifangqa/apps/indicator/static/css/sheet_default.css +++ b/97suifangqa/apps/indicator/static/css/sheet_default.css @@ -105,6 +105,7 @@ position: absolute; top: 2px; right: 8px; + cursor: pointer; } .detail_card_info .chart { height: 400px; @@ -287,6 +288,7 @@ position: absolute; top: 2px; right: 8px; + cursor: pointer; } .index_card .edit_icon_container .edit_icon { background: url("../images/pen_large.png") no-repeat; |