summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/button.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/button.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/button.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/button.css b/frontend/beta/css/yui-extensions/button.css
index fa32854..16d7ee6 100644
--- a/frontend/beta/css/yui-extensions/button.css
+++ b/frontend/beta/css/yui-extensions/button.css
@@ -1,73 +1,48 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.ybtn{ 1.ybtn{
27 font:normal 11px arial, tahoma, verdana, helvetica; 2 font:normal 11px arial, tahoma, verdana, helvetica;
28 cursor:pointer; 3 cursor:pointer;
29 white-space: nowrap; 4 white-space: nowrap;
30} 5}
31.ybtn-left, .ybtn-right{ 6.ybtn-left, .ybtn-right{
32 font-size:1px; 7 font-size:1px;
33 line-height:1px; 8 line-height:1px;
34} 9}
35.ybtn-left{ 10.ybtn-left{
36 width:3px; 11 width:3px;
37 height:21px; 12 height:21px;
38 background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0; 13 background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
39} 14}
40.ybtn-right{ 15.ybtn-right{
41 width:3px; 16 width:3px;
42 height:21px; 17 height:21px;
43 background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px; 18 background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
44} 19}
45.ybtn-focus{ 20.ybtn-focus{
46 text-decoration:none !important; 21 text-decoration:none !important;
47 color:black !important; 22 color:black !important;
48 display: -moz-inline-block; 23 display: -moz-inline-block;
49 display:inline-block; 24 display:inline-block;
50 width:auto; 25 width:auto;
51 position:relative; 26 position:relative;
52 white-space: nowrap; 27 white-space: nowrap;
53} 28}
54.ybtn-center{ 29.ybtn-center{
55 background:url(./images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px; 30 background:url(./images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
56 font:normal 11px "san serif",tahoma,verdana,helvetica; 31 font:normal 11px "san serif",tahoma,verdana,helvetica;
57 vertical-align: middle; 32 vertical-align: middle;
58 text-align:center; 33 text-align:center;
59 padding:0 5px; 34 padding:0 5px;
60 cursor:pointer; 35 cursor:pointer;
61 white-space:nowrap; 36 white-space:nowrap;
62 -moz-user-select: none; 37 -moz-user-select: none;
63 -khtml-user-select: none; 38 -khtml-user-select: none;
64} 39}
65.ybtn-over .ybtn-left{ 40.ybtn-over .ybtn-left{
66 background-position:0 -63px; 41 background-position:0 -63px;
67} 42}
68.ybtn-over .ybtn-right{ 43.ybtn-over .ybtn-right{
69 background-position:0 -84px; 44 background-position:0 -84px;
70} 45}
71.ybtn-over .ybtn-center{ 46.ybtn-over .ybtn-center{
72 background-position:0 -105px; 47 background-position:0 -105px;
73} 48}