Updated Branches: refs/heads/ui-restyle 6a45de82d -> b0c8b3527
Apply label, select styling to all elements by default Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b0c8b352 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b0c8b352 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b0c8b352 Branch: refs/heads/ui-restyle Commit: b0c8b3527844cd8578137debd2fdba3b8277e3e9 Parents: 6a45de8 Author: Brian Federle <[email protected]> Authored: Tue Sep 24 15:41:01 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Sep 24 15:41:01 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/csui/_form.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b0c8b352/ui/stylesheets/csui/_form.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_form.scss b/ui/stylesheets/csui/_form.scss index 3aded31..2f158f6 100644 --- a/ui/stylesheets/csui/_form.scss +++ b/ui/stylesheets/csui/_form.scss @@ -12,10 +12,10 @@ border-radius: 3px; border: 1px solid black; font-size: 14px; - height: 30px; - text-indent: 8px; - width: 105%; - overflow: hidden; + padding-right: 25px; + padding-left: 10px; + padding-top: 5px; + padding-bottom: 5px; } @mixin csui-dropdown-dark { @@ -38,3 +38,8 @@ position: relative; top: 7px; } + + +// Defaults +label { @include csui-label; } +select { @include csui-dropdown; } \ No newline at end of file
