From 01e7e2448bc58698fb5808d141c1a8a5dfbdaaf7 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Fri, 27 Jan 2012 16:15:38 -0800 Subject: Fixes to radio button base styles. Comment clean-up. --- _scss/imports/scss/_Tools.scss | 48 +++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to '_scss/imports/scss/_Tools.scss') diff --git a/_scss/imports/scss/_Tools.scss b/_scss/imports/scss/_Tools.scss index 8614285f..935c4cd6 100644 --- a/_scss/imports/scss/_Tools.scss +++ b/_scss/imports/scss/_Tools.scss @@ -4,15 +4,15 @@ // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. // -/* - * Tools.scss - * For individual tool styles in the toolbar, see toolbar.scss. - * Note that colors and font definitions go in - * _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss - * - */ +// +// Tools.scss +// For individual tool styles in the toolbar, see toolbar.scss. +// Note that colors and font definitions go in +// _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss +// + -/*Made changes to toolButton */ +// Made changes to toolButton .toolButton { width:26px; @@ -33,7 +33,7 @@ .subOption{ float:left; - /*margin:10px;*/ + // margin:10px; margin-top: 5px; margin-left: 10px; margin-right: 10px; @@ -57,8 +57,8 @@ .toolSeparator { height:1px; width:30px; - /*margin-left: 3px;*/ - /*margin-right: 3px;*/ + // margin-left: 3px; + // margin-right: 3px; } .toolSeparatorTop { @@ -94,13 +94,13 @@ } -/* Added new styling Sub Tool Shape Options*/ +// Added new styling Sub Tool Shape Options .textBox { padding-top:3px; min-width:10em; - /*height:14px;*/ + // height:14px; margin-left:5px; position:relative; margin-top:0px; @@ -113,7 +113,7 @@ float:left; display:block; background-color: $color-tool-select-bg; - /*-webkit-border-radius: 0;*/ + // -webkit-border-radius: 0; border: 1px solid $color-tool-select-border; color:$color-tool-text; outline:none; @@ -129,8 +129,8 @@ padding-top:3px; margin-left:10px; font-size:12px; - /*display:inline;*/ - /*line-height:10px;*/ + // display:inline; + // line-height:10px; float:left; margin-right:5px; } @@ -201,7 +201,7 @@ { display:inline; float:left; - /*margin-left: 20px;*/ + // margin-left: 20px; } .leftLabel{ @@ -209,7 +209,7 @@ float:left; } -/* Skin Radio Buttons */ +// Skin Radio Buttons input[type="radio"] { -webkit-appearance: none; background: $color-radio-bg; @@ -236,7 +236,7 @@ input[type="radio"]:checked { border-style: solid; } -/*disabled settings for checkbox and radiobutton*/ +// disabled settings for checkbox and radiobutton input[type="radio"]:disabled { opacity: .3; background: $color-radio-border; @@ -258,8 +258,8 @@ input[type="radio"]:disabled { } .checkBoxLabel{ - /*margin-top:0.5em;*/ - /*margin-left:-5em;*/ + // margin-top:0.5em; + // margin-left:-5em; padding-top:3px; font-size:12px; float:left; @@ -286,7 +286,7 @@ input[type="radio"]:disabled { .toolButtonSelectedColor { border-top-color: $color-tool-border-selected; border-left-color: $color-tool-border-selected; - /* background: $color-tool-bg-active;*/ + // background: $color-tool-bg-active; } @@ -328,7 +328,7 @@ input[type="radio"]:disabled { @include marginTop(5px); } -/* Begin: styles for tag toolbar */ +// Begin: styles for tag toolbar #tagToolContainer input.tag-type, #rotateObjectToolContainer input.tag-type, #translateObjectToolContainer input.tag-type { @@ -484,4 +484,4 @@ input[type="radio"]:disabled { } -/* Endi: styles for tag toolbar */ \ No newline at end of file +// Endi: styles for tag toolbar \ No newline at end of file -- cgit v1.2.3