summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/tabs.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/tabs.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/tabs.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/tabs.css b/frontend/beta/css/yui-extensions/tabs.css
index 025214a..0647b32 100644
--- a/frontend/beta/css/yui-extensions/tabs.css
+++ b/frontend/beta/css/yui-extensions/tabs.css
@@ -1,121 +1,96 @@
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.ytab-wrap { 1.ytab-wrap {
27 border-bottom:1px solid #6593cf; 2 border-bottom:1px solid #6593cf;
28 padding-top:2px; 3 padding-top:2px;
29} 4}
30.ytab-strip-wrap{ 5.ytab-strip-wrap{
31 width:100%; 6 width:100%;
32} 7}
33.ytab-wrap table{ 8.ytab-wrap table{
34 position:relative; 9 position:relative;
35 top:0; left:0; 10 top:0; left:0;
36} 11}
37.ytab-strip td{ 12.ytab-strip td{
38 padding:0; 13 padding:0;
39 padding-left:2px; 14 padding-left:2px;
40} 15}
41.ytab-strip a, .ytab-strip span, .ytab-strip em { 16.ytab-strip a, .ytab-strip span, .ytab-strip em {
42 display:block; 17 display:block;
43} 18}
44.ytab-strip a { 19.ytab-strip a {
45 text-decoration:none !important; 20 text-decoration:none !important;
46 -moz-outline: none; 21 -moz-outline: none;
47 outline: none; 22 outline: none;
48 cursor:pointer; 23 cursor:pointer;
49} 24}
50.ytab-strip .ytab-text { 25.ytab-strip .ytab-text {
51 font:bold 11px tahoma,arial,helvetica; 26 font:bold 11px tahoma,arial,helvetica;
52 color:#666; 27 color:#666;
53 overflow:hidden; 28 overflow:hidden;
54 white-space: nowrap; 29 white-space: nowrap;
55 cursor:pointer; 30 cursor:pointer;
56 text-overflow: ellipsis; 31 text-overflow: ellipsis;
57} 32}
58.ytab-strip .on .ytab-text { 33.ytab-strip .on .ytab-text {
59 cursor:default; 34 cursor:default;
60 color:#083772; 35 color:#083772;
61} 36}
62.ytab-strip .disabled .ytab-text { 37.ytab-strip .disabled .ytab-text {
63 cursor:default; 38 cursor:default;
64 color:#aaaaaa; 39 color:#aaaaaa;
65} 40}
66.ytab-strip .ytab-inner { 41.ytab-strip .ytab-inner {
67 padding:4px 10px; 42 padding:4px 10px;
68} 43}
69 44
70.ytab-strip .on .ytab-right { 45.ytab-strip .on .ytab-right {
71 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right 0; 46 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right 0;
72} 47}
73.ytab-strip .on .ytab-left { 48.ytab-strip .on .ytab-left {
74 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -100px; 49 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
75} 50}
76.ytab-strip .ytab-right { 51.ytab-strip .ytab-right {
77 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right -50px; 52 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right -50px;
78} 53}
79.ytab-strip .ytab-left { 54.ytab-strip .ytab-left {
80 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -150px; 55 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
81} 56}
82 57
83.ytab-strip a { 58.ytab-strip a {
84 position:relative; 59 position:relative;
85 top:1px; left:0; 60 top:1px; left:0;
86} 61}
87.ytab-strip .on a { 62.ytab-strip .on a {
88 position:relative; 63 position:relative;
89} 64}
90.ytab-strip .on .ytab-inner { 65.ytab-strip .on .ytab-inner {
91 padding-bottom:5px; 66 padding-bottom:5px;
92} 67}
93/** closable tabs */ 68/** closable tabs */
94.ytab-strip .ytab-closable .ytab-inner{ 69.ytab-strip .ytab-closable .ytab-inner{
95 padding-right:22px; 70 padding-right:22px;
96 position:relative; 71 position:relative;
97} 72}
98.ytab-strip .ytab-closable .close-icon{ 73.ytab-strip .ytab-closable .close-icon{
99 line-height: 1px; 74 line-height: 1px;
100 font-size:1px; 75 font-size:1px;
101 background-image:url(./images/default/layout/layout-sprite.gif); 76 background-image:url(./images/default/layout/layout-sprite.gif);
102 background-repeat: no-repeat; 77 background-repeat: no-repeat;
103 background-position: 50% -60px; 78 background-position: 50% -60px;
104 display:block; 79 display:block;
105 position:absolute; 80 position:absolute;
106 right:5px;top:4px; 81 right:5px;top:4px;
107 width:12px;height:11px; 82 width:12px;height:11px;
108 cursor:pointer; 83 cursor:pointer;
109} 84}
110.ytab-strip .on .close-icon{ 85.ytab-strip .on .close-icon{
111 background-image:url(./images/default/layout/layout-sprite.gif); 86 background-image:url(./images/default/layout/layout-sprite.gif);
112 background-repeat: no-repeat; 87 background-repeat: no-repeat;
113 background-position: 50% -60px; 88 background-position: 50% -60px;
114} 89}
115.ytab-strip .ytab-closable .close-over{ 90.ytab-strip .ytab-closable .close-over{
116 background-image:url(./images/default/layout/layout-sprite.gif); 91 background-image:url(./images/default/layout/layout-sprite.gif);
117 background-repeat: no-repeat; 92 background-repeat: no-repeat;
118 background-position: 50% -72px; 93 background-position: 50% -72px;
119} 94}
120 95
121.ytabs-bottom .ytab-wrap { 96.ytabs-bottom .ytab-wrap {