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,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.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 {