summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/toolbar.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/toolbar.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/toolbar.css115
1 files changed, 115 insertions, 0 deletions
diff --git a/frontend/beta/css/yui-extensions/toolbar.css b/frontend/beta/css/yui-extensions/toolbar.css
new file mode 100644
index 0000000..df91c83
--- a/dev/null
+++ b/frontend/beta/css/yui-extensions/toolbar.css
@@ -0,0 +1,115 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz's Javascript Crypto Library.
6Javascript Crypto Library provides web developers with an extensive
7and efficient set of cryptographic functions. The library aims to
8obtain maximum execution speed while preserving modularity and
9reusability.
10For further information about its features and functionalities please
11refer to http://www.clipperz.com
12
13* Javascript Crypto Library is free software: you can redistribute
14 it and/or modify it under the terms of the GNU Affero General Public
15 License as published by the Free Software Foundation, either version
16 3 of the License, or (at your option) any later version.
17
18* Javascript Crypto Library is distributed in the hope that it will
19 be useful, but WITHOUT ANY WARRANTY; without even the implied
20 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21 See the GNU Affero General Public License for more details.
22
23* You should have received a copy of the GNU Affero General Public
24 License along with Javascript Crypto Library. If not, see
25 <http://www.gnu.org/licenses/>.
26
27*/
28
29.ytoolbar{
30 background-color: #ebeadb;
31 border: 1px solid #cbc7b8;
32 display: block;
33 padding:2px;
34}
35
36.mso .ytoolbar, .ygrid-mso .ytoolbar{
37 border: 0px none;
38 background: url(../images/default/grid/mso-hd.gif);
39}
40.ytoolbar td,.ytoolbar span,.ytoolbar input,.ytoolbar div{
41 white-space: nowrap;
42 font:normal 8pt arial,helvetica;
43}
44.ytoolbar .ytb-button-disabled .ytb-button-inner{
45 color:gray;
46 cursor:default;
47}
48
49/*
50 Default button class is icon only. Add a class with a background-image property
51 to your toolbar button
52*/
53.ytoolbar .ytb-button-inner{
54 background-position: center;
55 background-repeat: no-repeat;
56 display: block;
57 height: 16px;
58 width: 16px;
59 cursor:pointer;
60 white-space: nowrap;
61}
62
63/*
64 Button class for icon and text. Add this class and a class with a background-image
65 to your toolbar button for both text and icon
66*/
67.ytoolbar .ytb-text-icon{
68 background-position: 0px 0px;
69 background-repeat: no-repeat;
70 padding-left:18px;
71 padding-top:1px;
72 width:auto;
73 display:block;
74}
75
76/*
77 Button class for a button with only text. Add this class
78 to your toolbar button for a just text button
79*/
80.ytoolbar .ytb-text-only{
81 background:none;
82 padding-left:0px;
83 padding-top:1px;
84 width:auto;
85 display:block;
86}
87.ytoolbar .ytb-text{
88 padding:2px;
89}
90.ytoolbar .ytb-button{
91 padding:2px 3px;
92 display:block;
93}
94.ytoolbar .ytb-button-over{
95 background:#c3d3ed url(../images/default/toolbar/btn-over-bg.gif) repeat-x;
96 border:1px solid #6593cf;
97 padding:1px 2px;
98}
99.ytoolbar .ytb-sep {
100 background-image: url(../images/default/grid/grid-split.gif);
101 background-position: center;
102 background-repeat: no-repeat;
103 display: block;
104 font-size: 1px;
105 height: 16px;
106 width:4px;
107 overflow: hidden;
108 cursor:default;
109 margin: 0px 2px 0px;
110 border:0px;
111}
112.mso .ytoolbar .ytb-sep, .ygrid-mso .ytoolbar .ytb-sep{
113 background-image: url(../images/default/grid/grid-blue-split.gif);
114}
115