Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E0DD18C05 for ; Sat, 5 Sep 2015 05:39:57 +0000 (UTC) Received: (qmail 58223 invoked by uid 500); 5 Sep 2015 05:39:56 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 58151 invoked by uid 500); 5 Sep 2015 05:39:56 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 57936 invoked by uid 99); 5 Sep 2015 05:39:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2015 05:39:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A473BE04C8; Sat, 5 Sep 2015 05:39:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Sat, 05 Sep 2015 05:40:02 -0000 Message-Id: <462e8e4f2844489f907c0a19fca8de71@git.apache.org> In-Reply-To: <3de616cd89a841ba9ef5aebf2abe7565@git.apache.org> References: <3de616cd89a841ba9ef5aebf2abe7565@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [7/7] git commit: [flex-asjs] [refs/heads/develop] - add Panel to Flat and fix some style issues add Panel to Flat and fix some style issues Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5ba3a1de Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5ba3a1de Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5ba3a1de Branch: refs/heads/develop Commit: 5ba3a1de30efe3a067ad16d9f5663b17f363648e Parents: 22b5da8 Author: Alex Harui Authored: Fri Sep 4 22:38:49 2015 -0700 Committer: Alex Harui Committed: Fri Sep 4 22:38:49 2015 -0700 ---------------------------------------------------------------------- frameworks/projects/Flat/as/defaults.css | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5ba3a1de/frameworks/projects/Flat/as/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/Flat/as/defaults.css b/frameworks/projects/Flat/as/defaults.css index 5b98da0..bbd2798 100644 --- a/frameworks/projects/Flat/as/defaults.css +++ b/frameworks/projects/Flat/as/defaults.css @@ -32,7 +32,6 @@ font-family: "Arial"; font-size: 12px; color: #34495e; - background-color: #fff; } .flexjs *, . flexjs *:before, . flexjs *:after { @@ -330,9 +329,10 @@ Panel IBeadView: ClassReference("org.apache.flex.html.beads.PanelView"); background-color: #FFFFFF; + border-radius: 6px; + border-color: #1abc9c; border-style: solid; - border-color: #000000; - border-width: 1px; + border-width: 2px; padding: 2px; } @@ -342,9 +342,10 @@ PanelWithControlBar IBeadView: ClassReference("org.apache.flex.html.beads.PanelWithControlBarView"); background-color: #FFFFFF; + border-radius: 6px; + border-color: #1abc9c; border-style: solid; - border-color: #000000; - border-width: 1px; + border-width: 2px; padding: 2px; } @@ -454,6 +455,7 @@ TextArea TextInput { + background-color: #ffffff; height: 35px; padding: 6px 10px; font-size: 13px; @@ -462,16 +464,22 @@ TextInput border: 2px solid #1abc9c; } +#titleLabel { + color: #fff; + font-size: 15px; +} + TitleBar { IBeadModel: ClassReference("org.apache.flex.html.beads.models.TitleBarModel"); IBeadView: ClassReference("org.apache.flex.html.beads.TitleBarView"); IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.FlexibleFirstChildHorizontalLayout"); iMeasurementBead: ClassReference("org.apache.flex.html.beads.TitleBarMeasurementBead"); - background-color: #E2E2E2; - border-style: solid; - border-color: #000000; - border-width: 1px; + color: #fff; + background-color: #1abc9c; + font-size: 15px; + border-style: none; + border-radius: 4px; } ToolTip