From 6da4023ad2489df77ad5a6c2f5fe8d270c33f882 Mon Sep 17 00:00:00 2001 From: Van Date: Sun, 6 Dec 2015 22:54:30 +0800 Subject: [PATCH] details style --- static/css/dialog.css | 2 +- static/css/wide.css | 1 - static/js/lib/jquery-layout/jquery.layout-latest.js | 4 ++-- .../js/lib/jquery-layout/layout-default-latest.css | 7 +++---- static/js/windows.js | 4 ++-- views/index.html | 12 ++++++------ 6 files changed, 14 insertions(+), 16 deletions(-) diff --git a/static/css/dialog.css b/static/css/dialog.css index a6bb930..24e0e5f 100644 --- a/static/css/dialog.css +++ b/static/css/dialog.css @@ -52,7 +52,7 @@ .dialog-header-bg { height: 23px; - background-color: #CCD5E5; + background-color: #bbb; cursor: move; width: 100%; } diff --git a/static/css/wide.css b/static/css/wide.css index cb83a22..67ac8d0 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -311,7 +311,6 @@ /* start footer */ .footer { box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.06) inset; - text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.57); padding-left: 5px; line-height: 18px; display: block !important; diff --git a/static/js/lib/jquery-layout/jquery.layout-latest.js b/static/js/lib/jquery-layout/jquery.layout-latest.js index 02bef17..bd8da07 100644 --- a/static/js/lib/jquery-layout/jquery.layout-latest.js +++ b/static/js/lib/jquery-layout/jquery.layout-latest.js @@ -4718,7 +4718,7 @@ width: width // account for borders & padding , height: cssH($T, spacing) // ditto , left: offset // TODO: VERIFY that toggler positions correctly for ALL values - , top: 0 + , top: -1 }); // CENTER the toggler content SPAN $T.children(".content").each(function () { @@ -4731,7 +4731,7 @@ height: height // account for borders & padding , width: cssW($T, spacing) // ditto , top: offset // POSITION the toggler - , left: 0 + , left: 1 }); // CENTER the toggler content SPAN $T.children(".content").each(function () { diff --git a/static/js/lib/jquery-layout/layout-default-latest.css b/static/js/lib/jquery-layout/layout-default-latest.css index 9d2a2ca..49f66aa 100644 --- a/static/js/lib/jquery-layout/layout-default-latest.css +++ b/static/js/lib/jquery-layout/layout-default-latest.css @@ -69,8 +69,7 @@ body { * RESIZER-BARS */ .ui-layout-resizer { /* all 'resizer-bars' */ - background: #919191; - border: 1px solid #BBB; + background: #bbb; border-width: 0; } .ui-layout-resizer-drag { /* REAL resizer while resize in progress */ @@ -81,7 +80,7 @@ body { otherwise color shifts while dragging when bar can't keep up with mouse */ .ui-layout-resizer-open-hover , /* hover-color to 'resize' */ .ui-layout-resizer-dragging { /* resizer beging 'dragging' */ - background: #666; + background: #919191; } .ui-layout-resizer-dragging { /* CLONED resizer being dragged */ border: 1px solid #BBB; @@ -100,7 +99,7 @@ body { } .ui-layout-resizer-closed-hover { /* hover-color to 'slide open' */ - background: #666; + background: #919191; } .ui-layout-resizer-sliding { /* resizer when pane is 'slid open' */ opacity: .10; /* show only a slight shadow */ diff --git a/static/js/windows.js b/static/js/windows.js index 3fc60b2..2e49e91 100644 --- a/static/js/windows.js +++ b/static/js/windows.js @@ -31,7 +31,7 @@ var windows = { south__paneSelector: ".footer", north__size: 22, south__size: 19, - spacing_open: 3, + spacing_open: 2, spacing_closed: 4, north__spacing_open: 0, south__spacing_open: 0, @@ -61,7 +61,7 @@ var windows = { }); this.innerLayout = $('div.content').layout({ - spacing_open: 3, + spacing_open: 2, spacing_closed: 4, defaults: { fxSpeed_open: 300, diff --git a/views/index.html b/views/index.html index 6143946..c5a64d4 100644 --- a/views/index.html +++ b/views/index.html @@ -405,7 +405,7 @@
-
    +
      @@ -487,7 +487,7 @@
      -
      +
      @@ -538,10 +538,10 @@
      -
      +
      - @@ -589,7 +589,7 @@
      -
        +