diff options
Diffstat (limited to 'js/panels/Materials/materials-library-panel.reel/materials-library-panel.css')
-rw-r--r-- | js/panels/Materials/materials-library-panel.reel/materials-library-panel.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/js/panels/Materials/materials-library-panel.reel/materials-library-panel.css b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.css new file mode 100644 index 00000000..07488da1 --- /dev/null +++ b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.css | |||
@@ -0,0 +1,47 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | .materials_library_panel hr { | ||
8 | float: left; | ||
9 | clear: both; | ||
10 | width: 100%; | ||
11 | display: block; | ||
12 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #1d1d1d), color-stop(0.75, #424242)); | ||
13 | border: none; | ||
14 | height: 2px; | ||
15 | margin: 4px 0px 4px 0px; | ||
16 | } | ||
17 | |||
18 | |||
19 | #ml_buttons { | ||
20 | clear:both; | ||
21 | float: left; | ||
22 | margin: 0px -4px 0px 4px; | ||
23 | width: 97%; | ||
24 | } | ||
25 | |||
26 | #ml_buttons button { | ||
27 | height: 22px; | ||
28 | overflow: hidden; | ||
29 | display: block; | ||
30 | cursor: pointer; | ||
31 | margin: 0px 1px; | ||
32 | } | ||
33 | |||
34 | #materialsLibraryPanel-ml_add_btn { | ||
35 | float: left; | ||
36 | width: 60px; | ||
37 | } | ||
38 | |||
39 | #materialsLibraryPanel-ml_copy_btn { | ||
40 | float: left; | ||
41 | width: 60px; | ||
42 | } | ||
43 | |||
44 | #materialsLibraryPanel-ml_delete_btn { | ||
45 | float: right; | ||
46 | width: 60px; | ||
47 | } \ No newline at end of file | ||