From 29ad6355ef60cfb3b3fc7f780504f3ed30845883 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Mon, 7 May 2012 14:30:47 -0700 Subject: More implementation of moving color chips to the individual subtools. Removed the tool color bar Added new icons for inkbottle Removed Pencil tool Removed Inkbottle tool Added chips to the pen, brush and tag tools Aligned controls in several subtools --- scss/imports/scss/_toolbar.scss | 53 ----------------------------------------- 1 file changed, 53 deletions(-) (limited to 'scss') diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss index 9bf540cd..f47d0664 100755 --- a/scss/imports/scss/_toolbar.scss +++ b/scss/imports/scss/_toolbar.scss @@ -112,10 +112,6 @@ background-image:url("../images/tools/Tool-Fill.png"); } -.EyedropperTool { - background-image:url("../images/tools/Tool-EyeDropper.png"); -} - .EraserTool { background-image:url("../images/tools/Tool-Erase.png"); } @@ -140,52 +136,6 @@ background-image:url("../images/tools/Tool-FillColor.png"); } -.toolsList .colortoolbar { - padding-left: 1px; - padding-top:4px; -} - -.toolsList .colortoolbar button -{ - width: 27px; - height: 27px; - background: black; - border: 1px solid #000; - padding: 0; - margin: 0px; -} - -.toolsList .colortoolbar div -{ - width: 27px; - height: 27px; - margin: 0; - margin-top:3px; -} - -.toolsList .colortoolbar div.cpe_colortoolbar_container -{ - margin: 0; -} - - - -/*.InkBottleToolPressed {*/ - /*background-image: url("../images/tools/inkbottle_down.png");*/ - /*background-repeat: no-repeat;*/ - /*height: 23px;*/ - /*width: 26px;*/ - /*opacity: 1;*/ -/*}*/ - -/*.InkBottleToolUnpressed {*/ - /*background-image: url("../images/tools/inkbottle_down.png");*/ - /*background-repeat: no-repeat;*/ - /*height: 23px;*/ - /*width: 26px;*/ - /*opacity: 0.7;*/ -/*}*/ - // Selection Tool Options .topAlignUp { @@ -251,6 +201,3 @@ @include background-pos(11,0,26px,23px); } -.pencilToolUp { - @include background-pos(9,1,26px,23px); -} -- cgit v1.2.3