diff --git a/wise-webapp/src/main/webapp/html/css/styles.less b/wise-webapp/src/main/webapp/html/css/styles.less index 6f8cdff7..1c388466 100644 --- a/wise-webapp/src/main/webapp/html/css/styles.less +++ b/wise-webapp/src/main/webapp/html/css/styles.less @@ -32,7 +32,7 @@ body { margin: 0 auto; width: @body-width; position: relative; - padding: 10px; + padding: @base-padding; } .rounded-corners (@radius: 5px) { @@ -51,10 +51,8 @@ body { width: @tags-width; padding: @tags-padding; float: left; - border: @tags-border-size solid @base-color * 3; + border: @tags-border-size solid @base-color * 5; border-right: none; - position: relative; - top: 52px; h2 { font-size: @base-font-size * 1.5; @@ -79,12 +77,16 @@ body { #map-table { width: @table-width; display: inline-block; + border: @base-border-size solid @base-color * 5; } /* ----------------------------- Toolbar -------------------------------- */ #toolbar { - width: 100%; - height: 20px; - border: @tags-border-size solid @base-color * 3; -} \ No newline at end of file + border: @tags-border-size solid @base-color * 11; + padding: @base-padding; + margin-bottom: @base-margin * 2; +} + + +/* ----------------------------- Buttons -------------------------------- */ \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/html/css/table.less b/wise-webapp/src/main/webapp/html/css/table.less index 193157a4..13152820 100644 --- a/wise-webapp/src/main/webapp/html/css/table.less +++ b/wise-webapp/src/main/webapp/html/css/table.less @@ -34,8 +34,6 @@ } .dataTables_filter { - width: 50%; - float: right; text-align: right; margin-bottom: 10px; } diff --git a/wise-webapp/src/main/webapp/html/images/favicon.ico b/wise-webapp/src/main/webapp/html/images/favicon.ico deleted file mode 100644 index 6eeaa2a0..00000000 Binary files a/wise-webapp/src/main/webapp/html/images/favicon.ico and /dev/null differ diff --git a/wise-webapp/src/main/webapp/html/json_source.txt b/wise-webapp/src/main/webapp/html/json_source.txt new file mode 100644 index 00000000..0ae9bd1c --- /dev/null +++ b/wise-webapp/src/main/webapp/html/json_source.txt @@ -0,0 +1,15 @@ +{ "aaData": [ + ["1", "Fonctionnel plateforme", "moi", "14/06/2011", "moi"], + ["2", "Comportement topic", "moi, Olivier, Nicolas", "14/06/2011", "Olivier"], + ["3", "TM Blog", "moi", "14/06/2011", "moi"], + ["4", "Bloom", "moi", "13/06/2011", "moi"], + ["5", "Morning Mr. Magpie", "moi, Martin", "10/06/2011", "Martin"], + ["6", "Little By Little", "moi, Sophie", "1/06/2011", "Sophie"], + ["7", "Feral", "moi", "14/05/2011", "moi"], + ["8", "Lotus Flower", "moi, Sophie, Olivier", "13/05/2011", "Olivier"], + ["9", "Codex", "moi", "30/04/2011", "moi"], + ["10", "Give Up The Ghost", "moi, Olivier", "30/04/2011", "moi"], + ["11", "Separator", "moi, Olivier, Nicolas, Sophie", "02/04/2011", "Olivier"], + ["12", "Supercollider", "moi, Olivier", "02/04/2011", "Olivier"], + ["13", "The Butcher", "moi", "01/04/2011", "moi"] +]} \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/html/workspace.html b/wise-webapp/src/main/webapp/html/workspace.html index 3d36045b..77a99818 100644 --- a/wise-webapp/src/main/webapp/html/workspace.html +++ b/wise-webapp/src/main/webapp/html/workspace.html @@ -17,39 +17,50 @@ @@ -77,11 +88,28 @@ }); }); + + +
- +
+ +
+ +
+ + + +