From 3a754133dbc138390503341fd2e9beba3e43aa4b Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Fri, 27 Jan 2012 12:05:17 -0800 Subject: Merged old FileIO --- .../new-file-location.reel/new-file-location.css | 23 +++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) mode change 100644 => 100755 js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css (limited to 'js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css') diff --git a/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css b/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css old mode 100644 new mode 100755 index 1e857874..7f11c225 --- a/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css +++ b/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css @@ -38,13 +38,22 @@ padding-bottom: 5px; } -.newfileLocation .locationSelection span{ - padding-right: 5px; +.newfileLocation .locationSelection input{ + margin-left: 5px; white-space: nowrap; } -.newfileLocation .findDirectory{ - width: 17px; - height:17px; - vertical-align: bottom; -} \ No newline at end of file +.newfileLocation .templatePx{ + padding-left: 5px; + white-space: nowrap; +} + +.newfileLocation .nameText{ + margin-right:31px; +} + +.newfileLocation .hottextunit{ + float: none; + display: inline; +} + -- cgit v1.2.3 From 0e595c4e11ce9b44eff157de8616ed15fcd5d6fc Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Thu, 2 Feb 2012 12:37:29 -0800 Subject: refactoring some file names and locations, change made to maintain only one codemirror div. Signed-off-by: Ananya Sen --- .../new-file-location.reel/new-file-location.css | 59 ---------------------- 1 file changed, 59 deletions(-) delete mode 100755 js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css (limited to 'js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css') diff --git a/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css b/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css deleted file mode 100755 index 7f11c225..00000000 --- a/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.css +++ /dev/null @@ -1,59 +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. -
*/ - -.newfileLocation .newFileName{ - width:70%; - margin-left:5px; -} - -.newfileLocation .newFileDirectory{ - width:70%; - margin-left:5px; -} - -.newfileLocation .templateSelection{ - float:left; - width:20%; - height:90%; - padding-right: 10px; -} - -.newfileLocation .templateSelection .template{ - width:80%; - height:60%; - background-color: #e1e1e1; - border:1px solid #000000; - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); -} - -.newfileLocation .locationSelection{ - float:left; - width:75%; -} - -.newfileLocation .locationSelection div{ - padding-bottom: 5px; -} - -.newfileLocation .locationSelection input{ - margin-left: 5px; - white-space: nowrap; -} - -.newfileLocation .templatePx{ - padding-left: 5px; - white-space: nowrap; -} - -.newfileLocation .nameText{ - margin-right:31px; -} - -.newfileLocation .hottextunit{ - float: none; - display: inline; -} - -- cgit v1.2.3