summaryrefslogtreecommitdiff
path: root/frontend/gamma/css/web.css
Side-by-side diff
Diffstat (limited to 'frontend/gamma/css/web.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/css/web.css33
1 files changed, 21 insertions, 12 deletions
diff --git a/frontend/gamma/css/web.css b/frontend/gamma/css/web.css
index 5d8bc20..011831a 100644
--- a/frontend/gamma/css/web.css
+++ b/frontend/gamma/css/web.css
@@ -2,6 +2,5 @@
-Copyright 2008-2011 Clipperz Srl
+Copyright 2008-2013 Clipperz Srl
-This file is part of Clipperz Community Edition.
-Clipperz Community Edition is an online password manager.
+This file is part of Clipperz, the online password manager.
For further information about its features and functionalities please
@@ -9,10 +8,10 @@ refer to http://www.clipperz.com.
-* Clipperz Community Edition is free software: you can redistribute
- it and/or modify it under the terms of the GNU Affero General Public
- License as published by the Free Software Foundation, either version
- 3 of the License, or (at your option) any later version.
+* Clipperz is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
-* Clipperz Community Edition is distributed in the hope that it will
- be useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+* Clipperz is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Affero General Public License for more details.
@@ -20,4 +19,3 @@ refer to http://www.clipperz.com.
* You should have received a copy of the GNU Affero General Public
- License along with Clipperz Community Edition. If not, see
- <http://www.gnu.org/licenses/>.
+ License along with Clipperz. If not, see http://www.gnu.org/licenses/.
@@ -216,2 +214,3 @@ div.tooltip div.tooltip_body {
background: -moz-linear-gradient(0% 100% 90deg, #555555, #bbbbbb);
+ background: linear-gradient(0deg, #555555, #bbbbbb);
-webkit-box-shadow: 4px 4px 10px #333333;
@@ -271,2 +270,3 @@ div.tooltip.RIGHT div.tooltip_body div.tooltip_text {
background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffa76f);
+ background: linear-gradient(0deg, #ff6622, #ffa76f);
border-radius: 5;
@@ -288,2 +288,3 @@ div.tooltip.RIGHT div.tooltip_body div.tooltip_text {
background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff8e46);
+ background: linear-gradient(0deg, #ff6622, #ff8e46);
}
@@ -295,2 +296,3 @@ div.tooltip.RIGHT div.tooltip_body div.tooltip_text {
background: -moz-linear-gradient(0% 100% 90deg, #999999, #bfbfbf);
+ background: linear-gradient(0deg, #999999, #bfbfbf);
border-radius: 5;
@@ -311,2 +313,3 @@ div.tooltip.RIGHT div.tooltip_body div.tooltip_text {
background: -moz-linear-gradient(0% 100% 90deg, #999999, #ababab);
+ background: linear-gradient(0deg, #999999, #ababab);
}
@@ -451,2 +454,3 @@ div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon {
background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffad79);
+ background: linear-gradient(0deg, #ff6622, #ffad79);
border-radius: 38px;
@@ -617,2 +621,3 @@ div#loginBox div.body {
background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a);
+ background: linear-gradient(0deg, #ff6622, #ff9b5a);
}
@@ -894,2 +899,3 @@ div.userInfoBox {
background: -moz-linear-gradient(0% 100% 90deg, #ff6723, #ff9a56);
+ background: linear-gradient(0deg, #ff6723, #ff9a56);
border-radius: 10px;
@@ -1275,2 +1281,3 @@ div.subPanelContent ul li.selected {
background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c);
+ background: linear-gradient(0deg, #448833, #59bc4c);
border-radius: 5;
@@ -1291,2 +1298,3 @@ div.subPanelContent ul li.selected {
background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d);
+ background: linear-gradient(0deg, #448833, #49a23d);
}
@@ -1324,2 +1332,3 @@ div.SimpleMessagePanel div.body div.img {
background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a);
+ background: linear-gradient(0deg, #ff6622, #ff9b5a);
border-radius: 25px;