~ubuntu-branches/ubuntu/trusty/ubuntu-html5-theme/trusty-proposed

« back to all changes in this revision

Viewing changes to 0.1/ambiance/css/tabs.css

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Robert Bruce Park, Ubuntu daily release
  • Date: 2014-02-04 14:42:31 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140204144231-cygzw6ti0zem0fsw
Tags: 0.1.1+14.04.20140204-0ubuntu1
[ Robert Bruce Park ]
* Add transitional packages to assist with package rename effort.

[ Ubuntu daily release ]
* Automatic snapshot from revision 122

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
3
3
 * License granted by Canonical Limited
4
4
 *
5
 
 * This file is part of ubuntu-html5-theme.
 
5
 * This file is part of ubuntu-html5-ui-toolkit.
6
6
 *
7
7
 * This package is free software; you can redistribute it and/or modify
8
8
 * it under the terms of the GNU Lesser General Public License as
41
41
    display: block;
42
42
}
43
43
 
44
 
[data-role="header"] ul {
 
44
[data-role="tabs"] {
45
45
    width: 100%;
46
46
    white-space: nowrap;
47
47
}
48
48
 
49
 
[data-role="header"] ul li {
 
49
[data-role="tabitem"] {
50
50
    display: inline-block;
51
51
    font: 35px "Ubuntu";
52
52
    letter-spacing: -1px;
75
75
    opacity: 0.5;
76
76
}
77
77
 
78
 
[data-role="header"] li:only-child:after {
 
78
[data-role="tabitem"]:only-child:after {
79
79
    content: "";
80
80
    padding-left: 10px;
81
81
}
85
85
    color: #a0a0a0;
86
86
    -webkit-opacity: 0.5;
87
87
    opacity: 0.5;
 
88
}
 
89
 
 
90
[data-role="tab"] {
 
91
    vertical-align: top;
 
92
    width: 100%;
 
93
    height: 100%;
 
94
    overflow: hidden;
 
95
    display: none;
 
96
    -webkit-box-sizing: border-box;
 
97
    box-sizing: border-box;
 
98
}
 
99
 
 
100
[data-role="tab"]:first-child {
 
101
    display: block;
88
102
}
 
 
b'\\ No newline at end of file'