~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/build/tabview/assets/skins/sam/tabview-skin.css

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
YUI 3.5.0 (build 5089)
3
 
Copyright 2012 Yahoo! Inc. All rights reserved.
4
 
Licensed under the BSD License.
5
 
http://yuilibrary.com/license/
6
 
*/
7
 
/* .yui-navset defaults to .yui-navset-top */
8
 
.yui3-skin-sam .yui3-tabview-list {
9
 
    border:solid #2647a0; /* color between tab list and content */
10
 
    border-width:0 0 5px;
11
 
    zoom:1;
12
 
}
13
 
 
14
 
.yui3-skin-sam .yui3-tab {
15
 
    margin:0 0.2em 0 0;
16
 
    padding:1px 0 0; /* gecko: make room for overflow */
17
 
    zoom:1;
18
 
}
19
 
 
20
 
.yui3-skin-sam .yui3-tab-selected {
21
 
    margin-bottom:-1px; /* for overlap (mapped to tabview-list border-width) */
22
 
}
23
 
 
24
 
.yui3-skin-sam .yui3-tab-label {
25
 
    background:#d8d8d8 url(../../../../assets/skins/sam/sprite.png) repeat-x; /* tab background */
26
 
    border:solid #a3a3a3;
27
 
    border-width: 1px 1px 0 1px;
28
 
    color:#000;
29
 
    cursor:pointer;
30
 
    font-size:85%;
31
 
    padding:0.3em .75em;
32
 
    text-decoration:none;
33
 
}
34
 
 
35
 
.yui3-skin-sam .yui3-tab-label:hover,
36
 
.yui3-skin-sam .yui3-tab-label:focus {
37
 
    background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px; /* hovered tab background */
38
 
    outline:0;
39
 
}
40
 
 
41
 
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label,
42
 
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus,
43
 
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover { /* no hover effect for selected */
44
 
    background:#2647a0 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px; /* selected tab background */
45
 
    color:#fff;
46
 
}
47
 
 
48
 
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label {
49
 
    padding:0.4em 0.75em; /* raise selected tab */
50
 
}
51
 
 
52
 
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label {
53
 
    border-color:#243356; /* selected tab border color */
54
 
}
55
 
 
56
 
.yui3-skin-sam .yui3-tabview-panel {
57
 
    background:#edf5ff; /* content background color */
58
 
}
59
 
 
60
 
.yui3-skin-sam .yui3-tabview-panel {
61
 
    border:1px solid #808080; /* content border */
62
 
    border-top-color:#243356; /* different border color */
63
 
    padding:0.25em 0.5em; /* content padding */
64
 
}