From 657418411f270c8309ca846ae6e6018c883f2dfd Mon Sep 17 00:00:00 2001 From: Gonzalo Bellver Date: Tue, 11 Oct 2011 11:20:12 -0300 Subject: [PATCH] Table data now taken from a JSON source --- .../src/main/webapp/html/css/styles.less | 18 +++-- .../src/main/webapp/html/css/table.less | 2 - .../src/main/webapp/html/images/favicon.ico | Bin 894 -> 0 bytes .../src/main/webapp/html/json_source.txt | 15 ++++ .../src/main/webapp/html/workspace.html | 74 ++++++++++++------ 5 files changed, 76 insertions(+), 33 deletions(-) delete mode 100644 wise-webapp/src/main/webapp/html/images/favicon.ico create mode 100644 wise-webapp/src/main/webapp/html/json_source.txt 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 6eeaa2a0d393190ce748107222d9a026f992e4a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 894 zcmZQzU<5(|0R|u`!H~hsz#zuJz@P!dKp_SNAO?xUfG{@$0|>*weY}F;x;`B~@Mg`jC-vo5%k$%{OoKy1zkdA+(K2o3 zEDKGQQ~gcX+N!TtEj1|9e2tL(rheJva*5dKY#gZsIRxM zB;!h75Wi?9l5?>z>S-`t`=OAFp5C?(007k>qM(bnVuyja#;c*qL9N z(Q%=@`f7d2?T&^wySIHjy#MKh?rZrO7i!Bt-@f(!@WDrwB`uD&)%Eqcd3o(gVV7ri zp6ji@(BF7(+uE0x&)(R!?s#YIg_7JW1=-KHZv1@s(DSxD9<^am-%+f#!uU}z9=j>5*%b{WE2`20#tutPWS1# zz4s39d~xOMwaqJzOl{rMU%#oo=xj&xyY1WF&71o?Hs-LOkAD^4SRbV?yXz(e#efNwKXpT1J^s+yE;1`KXoe5&f?1A$tYso}un=1c3AzCL>B&D=RpqN3i1hL&lnclP!D`u*G0#bsJv!oAH) z-rc|T`^Wdkrw?7(xb)_p%`Y#WdAn`Pvz+W#0Rbo6-Ha3zp1gPgjDkZ)k6Gz!@9D0( zG^hL4?)Be4zWep#`{$>RUhUoaq@wgyfd9*oU{6tz+SXQhl3284sj;T&{L=I*bGxt4 z@4vfX%A<*$FN^a&MMa! @@ -77,11 +88,28 @@ }); }); + + +
- +
+ +
+ +
+ + + +