From 796bb5ecf6b0dce700ea3c17bbda2ed49b6a84de Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Fri, 3 Feb 2012 15:58:41 -0800 Subject: removing the old v0.6 montage folder and updating the references --- .../ui/bluemoon/button-group.reel/button-group.css | 111 --------------------- 1 file changed, 111 deletions(-) delete mode 100644 node_modules/montage-user/ui/bluemoon/button-group.reel/button-group.css (limited to 'node_modules/montage-user/ui/bluemoon/button-group.reel/button-group.css') diff --git a/node_modules/montage-user/ui/bluemoon/button-group.reel/button-group.css b/node_modules/montage-user/ui/bluemoon/button-group.reel/button-group.css deleted file mode 100644 index 9491f3db..00000000 --- a/node_modules/montage-user/ui/bluemoon/button-group.reel/button-group.css +++ /dev/null @@ -1,111 +0,0 @@ -/* - This file contains proprietary software owned by Motorola Mobility, Inc.
- No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
- (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. -
*/ -.montage-button-group { - -} - -.montage-button-group.small > .montage-button, -.montage-button-group.small > .montage-button:before { - font-size: 12px; - border-radius: 16px; - padding: 1px 18px 0 18px; - height: 26px; - line-height: 26px; -} - -.montage-button-group.small > .montage-button.submit, -.montage-button-group.small > .montage-button.cancel { - height: 21px; - line-height: 21px; -} - -.montage-button-group.small > .montage-button.disabled, -.montage-button-group.small > .montage-button.disabled:before { - height: 28px; - line-height: 28px; -} - -.montage-button-group.small > .montage-button.submit:before, -.montage-button-group.small > .montage-button.cancel:before { - height: 24px; -} - -.montage-button-group > .montage-button.submit, -.montage-button-group > .montage-button.cancel { - height: 42px; - line-height: 42px; -} - -.montage-button-group > .montage-button:not(:first-child):not(:last-child), -.montage-button-group > .montage-button.submit:not(:first-child):not(:last-child), -.montage-button-group > .montage-button.cancel:not(:first-child):not(:last-child), -.montage-button-group > .montage-button:not(:first-child):not(:last-child):before, -.montage-button-group > .montage-button:not(:first-child):not(:last-child):after { - border-radius: 0; -} - -.montage-button-group > .montage-button:first-child:not(:last-child), -.montage-button-group > .montage-button.submit:first-child:not(:last-child), -.montage-button-group > .montage-button.cancel:first-child:not(:last-child), -.montage-button-group > .montage-button:first-child:not(:last-child):before, -.montage-button-group > .montage-button:first-child:not(:last-child):after { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.montage-button-group > .montage-button:last-child:not(:first-child), -.montage-button-group > .montage-button.submit:last-child:not(:first-child), -.montage-button-group > .montage-button.cancel:last-child:not(:first-child), -.montage-button-group > .montage-button:last-child:not(:first-child):before, -.montage-button-group > .montage-button:last-child:not(:first-child):after { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.montage-button-group > .montage-button:not(:first-child) { - margin-left: -3px; -} - -/* Icon handling */ - -.montage-button-group.small > .montage-button.text.icon > img, -.montage-button-group.small > .montage-button.submit.icon > img, -.montage-button-group.small > .montage-button.cancel.icon > img { - float: left; - margin-left: -4px; - margin-right: 4px; - margin-top: 0; - height: 20px; - width: 20px; -} - -.montage-button-group.small > .montage-button.text.icon > img { - margin-top: 2px; -} - -.montage-button-group.iconic > .montage-button.text.icon, -.montage-button-group.iconic > .montage-button.submit.icon, -.montage-button-group.iconic > .montage-button.cancel.icon { - text-indent: -9999px; - width: 26px; - padding-left: 14px; - padding-right: 14px; -} - -.montage-button-group.small.iconic > .montage-button.text.icon, -.montage-button-group.small.iconic > .montage-button.submit.icon, -.montage-button-group.small.iconic > .montage-button.cancel.icon { - width: 20px; - padding-left: 10px; - padding-right: 10px; -} - -.montage-button-group.iconic > .montage-button.text.icon > img, -.montage-button-group.iconic > .montage-button.submit.icon > img, -.montage-button-group.iconic > .montage-button.cancel.icon > img { - margin-left: 0; - margin-right: 0; -} -- cgit v1.2.3