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

« back to all changes in this revision

Viewing changes to 0.1/ambiance/css/toolbars.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
 
 * it under the terms of the GNU Lesser General Public License as 
9
 
 * published by the Free Software Foundation; either version 3 of the 
 
8
 * it under the terms of the GNU Lesser General Public License as
 
9
 * published by the Free Software Foundation; either version 3 of the
10
10
 * License, or
11
11
 * (at your option) any later version.
12
 
 
 
12
 
13
13
 * This package is distributed in the hope that it will be useful,
14
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
16
 * GNU General Public License for more details.
17
 
 
18
 
 * You should have received a copy of the GNU Lesser General Public 
19
 
 * License along with this program. If not, see 
 
17
 
 
18
 * You should have received a copy of the GNU Lesser General Public
 
19
 * License along with this program. If not, see
20
20
 * <http://www.gnu.org/licenses/>.
21
21
 */
22
22
 
26
26
 
27
27
[data-role="footer"] {
28
28
    background: transparent url('../img/toolbar_dropshadow@20.png') repeat-x top left;
29
 
    height: 70px;
 
29
    height: 85px;
30
30
    width: 100%;
31
31
    position: fixed;
32
32
    z-index: 100;
33
33
    left: 0;
34
 
    bottom: -50px;
 
34
    bottom: -65px;
35
35
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
36
36
    transition: transform 0.1s ease-in-out;
37
37
}
38
38
 
39
39
[data-role="footer"].revealed {
40
 
    -webkit-transform: translate3d(0, -50px, 0);
41
 
    transform: translate3d(0, -50px, 0);
 
40
    -webkit-transform: translate3d(0, -65px, 0);
 
41
    transform: translate3d(0, -65px, 0);
42
42
}
43
43
 
44
44
[data-role="footer"] nav {
45
45
    background: #fdfdfd;
46
46
    margin-top: 20px;
47
47
    display: block;
48
 
    height: 40px;
 
48
    height: 55px;
49
49
    padding-top: 10px;
50
50
}
51
51
 
56
56
[data-role="footer"] nav ul li,
57
57
[data-role="footer"] nav ul li a {
58
58
    color: #7d767b;
59
 
    font-size: 0.7rem;
 
59
    font-size: 0.6rem;
60
60
    text-align: center;
61
 
    width: 55px;
 
61
    width: 60px;
62
62
    float: right;
63
63
    text-decoration: none;
64
64
}
65
65
 
 
66
[data-role="footer"] nav ul li {
 
67
    padding-top: 4px;
 
68
}
 
69
 
66
70
[data-role="footer"] nav ul li img {
67
71
    width: 16px;
68
72
    height: 16px;