aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style-sheet.reel/style-sheet.css
diff options
context:
space:
mode:
authorEric Guzman2012-04-05 18:41:56 -0700
committerEric Guzman2012-04-05 18:41:56 -0700
commit4631d54ffb4942378835689e9f5d70ed95610822 (patch)
treecb480f14fb78a4c873b1723dafe85ad64cac139e /js/panels/css-panel/style-sheet.reel/style-sheet.css
parent72061f2cf3858f48a90f8cb21c5e7d766cb9552b (diff)
downloadninja-4631d54ffb4942378835689e9f5d70ed95610822.tar.gz
Style Sheets - More CSS tweaks
Diffstat (limited to 'js/panels/css-panel/style-sheet.reel/style-sheet.css')
-rw-r--r--js/panels/css-panel/style-sheet.reel/style-sheet.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/js/panels/css-panel/style-sheet.reel/style-sheet.css b/js/panels/css-panel/style-sheet.reel/style-sheet.css
index 76bdbfe9..b64c1d69 100644
--- a/js/panels/css-panel/style-sheet.reel/style-sheet.css
+++ b/js/panels/css-panel/style-sheet.reel/style-sheet.css
@@ -50,7 +50,7 @@
50 width: 24px; 50 width: 24px;
51 height: 100%; 51 height: 100%;
52 opacity: 1; 52 opacity: 1;
53 position: relative; 53 position: absolute;
54 left: -24px; 54 left: -24px;
55 -webkit-transition: background-color .55s cubic-bezier(.44,.19,0,.99); 55 -webkit-transition: background-color .55s cubic-bezier(.44,.19,0,.99);
56 border-width: 0 0 0 1px; 56 border-width: 0 0 0 1px;
@@ -88,13 +88,17 @@
88.style-sheet-edit button.nj-skinned { 88.style-sheet-edit button.nj-skinned {
89 height: 20px; 89 height: 20px;
90 padding: 2px 10px; 90 padding: 2px 10px;
91 margin-left: 5px; 91 margin-left: 9px;
92 position: relative; 92 margin-right: -4px;
93 left: -15px;
94 top: 2px; 93 top: 2px;
94 position: relative;
95 text-transform: capitalize; 95 text-transform: capitalize;
96 font-size: 10px; 96 font-size: 10px;
97} 97}
98.style-sheet-edit .ss-delete-button { 98.style-sheet-edit .ss-delete-button {
99 background: -webkit-linear-gradient(top, rgba(73,45,45,1) 0%,rgba(53,35,35,1) 100%); 99 background: -webkit-linear-gradient(top, rgba(91,57,56,1) 0%,rgba(53,35,35,1) 100%);
100}
101.style-sheet-edit button.ss-disable-button {
102 position: absolute;
103 right: 25px;
100} \ No newline at end of file 104} \ No newline at end of file