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.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/beta/css/yui-extensions/toolbar.css b/frontend/beta/css/yui-extensions/toolbar.css
index dea6754..198b47c 100644
--- a/frontend/beta/css/yui-extensions/toolbar.css
+++ b/frontend/beta/css/yui-extensions/toolbar.css
@@ -11,49 +11,49 @@ refer to http://www.clipperz.com.
11 it and/or modify it under the terms of the GNU Affero General Public 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 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26.ytoolbar{ 26.ytoolbar{
27 background-color: #ebeadb; 27 background-color: #ebeadb;
28 border: 1px solid #cbc7b8; 28 border: 1px solid #cbc7b8;
29 display: block; 29 display: block;
30 padding:2px; 30 padding:2px;
31} 31}
32 32
33.mso .ytoolbar, .ygrid-mso .ytoolbar{ 33.mso .ytoolbar, .ygrid-mso .ytoolbar{
34 border: 0px none; 34 border: 0px none;
35 background: url(../images/default/grid/mso-hd.gif); 35 background: url(./images/default/grid/mso-hd.gif);
36} 36}
37.ytoolbar td,.ytoolbar span,.ytoolbar input,.ytoolbar div{ 37.ytoolbar td,.ytoolbar span,.ytoolbar input,.ytoolbar div{
38 white-space: nowrap; 38 white-space: nowrap;
39 font:normal 8pt arial,helvetica; 39 font:normal 8pt arial,helvetica;
40} 40}
41.ytoolbar .ytb-button-disabled .ytb-button-inner{ 41.ytoolbar .ytb-button-disabled .ytb-button-inner{
42 color:gray; 42 color:gray;
43 cursor:default; 43 cursor:default;
44} 44}
45 45
46/* 46/*
47 Default button class is icon only. Add a class with a background-image property 47 Default button class is icon only. Add a class with a background-image property
48 to your toolbar button 48 to your toolbar button
49*/ 49*/
50.ytoolbar .ytb-button-inner{ 50.ytoolbar .ytb-button-inner{
51 background-position: center; 51 background-position: center;
52 background-repeat: no-repeat; 52 background-repeat: no-repeat;
53 display: block; 53 display: block;
54 height: 16px; 54 height: 16px;
55 width: 16px; 55 width: 16px;
56 cursor:pointer; 56 cursor:pointer;
57 white-space: nowrap; 57 white-space: nowrap;
58} 58}
59 59
@@ -68,45 +68,45 @@ refer to http://www.clipperz.com.
68 padding-top:1px; 68 padding-top:1px;
69 width:auto; 69 width:auto;
70 display:block; 70 display:block;
71} 71}
72 72
73/* 73/*
74 Button class for a button with only text. Add this class 74 Button class for a button with only text. Add this class
75 to your toolbar button for a just text button 75 to your toolbar button for a just text button
76*/ 76*/
77.ytoolbar .ytb-text-only{ 77.ytoolbar .ytb-text-only{
78 background:none; 78 background:none;
79 padding-left:0px; 79 padding-left:0px;
80 padding-top:1px; 80 padding-top:1px;
81 width:auto; 81 width:auto;
82 display:block; 82 display:block;
83} 83}
84.ytoolbar .ytb-text{ 84.ytoolbar .ytb-text{
85 padding:2px; 85 padding:2px;
86} 86}
87.ytoolbar .ytb-button{ 87.ytoolbar .ytb-button{
88 padding:2px 3px; 88 padding:2px 3px;
89 display:block; 89 display:block;
90} 90}
91.ytoolbar .ytb-button-over{ 91.ytoolbar .ytb-button-over{
92 background:#c3d3ed url(../images/default/toolbar/btn-over-bg.gif) repeat-x; 92 background:#c3d3ed url(./images/default/toolbar/btn-over-bg.gif) repeat-x;
93 border:1px solid #6593cf; 93 border:1px solid #6593cf;
94 padding:1px 2px; 94 padding:1px 2px;
95} 95}
96.ytoolbar .ytb-sep { 96.ytoolbar .ytb-sep {
97 background-image: url(../images/default/grid/grid-split.gif); 97 background-image: url(./images/default/grid/grid-split.gif);
98 background-position: center; 98 background-position: center;
99 background-repeat: no-repeat; 99 background-repeat: no-repeat;
100 display: block; 100 display: block;
101 font-size: 1px; 101 font-size: 1px;
102 height: 16px; 102 height: 16px;
103 width:4px; 103 width:4px;
104 overflow: hidden; 104 overflow: hidden;
105 cursor:default; 105 cursor:default;
106 margin: 0px 2px 0px; 106 margin: 0px 2px 0px;
107 border:0px; 107 border:0px;
108} 108}
109.mso .ytoolbar .ytb-sep, .ygrid-mso .ytoolbar .ytb-sep{ 109.mso .ytoolbar .ytb-sep, .ygrid-mso .ytoolbar .ytb-sep{
110 background-image: url(../images/default/grid/grid-blue-split.gif); 110 background-image: url(./images/default/grid/grid-blue-split.gif);
111} 111}
112 112