Merge lp:~daker/ubuntu-html5-theme/fix.1253444 into lp:~ubuntu-html5-theme-devs/ubuntu-html5-theme/ambiance

Proposed by Adnane Belmadiaf
Status: Merged
Approved by: Alexandre Abreu
Approved revision: 95
Merged at revision: 94
Proposed branch: lp:~daker/ubuntu-html5-theme/fix.1253444
Merge into: lp:~ubuntu-html5-theme-devs/ubuntu-html5-theme/ambiance
Diff against target: 109 lines (+24/-20)
2 files modified
0.1/ambiance/css/toolbars.css (+18/-14)
0.1/examples/widgets/Toolbar.html (+6/-6)
To merge this branch: bzr merge lp:~daker/ubuntu-html5-theme/fix.1253444
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Alexandre Abreu Approve
Review via email: mp+196392@code.launchpad.net

Commit message

Fixed the toolbar to match the sdk

To post a comment you must log in.
95. By Adnane Belmadiaf

Another CSS adjustement

Revision history for this message
Alexandre Abreu (abreu-alexandre) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '0.1/ambiance/css/toolbars.css'
2--- 0.1/ambiance/css/toolbars.css 2013-07-17 15:27:43 +0000
3+++ 0.1/ambiance/css/toolbars.css 2013-11-22 21:52:09 +0000
4@@ -5,18 +5,18 @@
5 * This file is part of ubuntu-html5-theme.
6 *
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
10+ * it under the terms of the GNU Lesser General Public License as
11+ * published by the Free Software Foundation; either version 3 of the
12 * License, or
13 * (at your option) any later version.
14-
15+
16 * This package is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20-
21- * You should have received a copy of the GNU Lesser General Public
22- * License along with this program. If not, see
23+
24+ * You should have received a copy of the GNU Lesser General Public
25+ * License along with this program. If not, see
26 * <http://www.gnu.org/licenses/>.
27 */
28
29@@ -26,26 +26,26 @@
30
31 [data-role="footer"] {
32 background: transparent url('../img/toolbar_dropshadow@20.png') repeat-x top left;
33- height: 70px;
34+ height: 85px;
35 width: 100%;
36 position: fixed;
37 z-index: 100;
38 left: 0;
39- bottom: -50px;
40+ bottom: -65px;
41 -webkit-transition: -webkit-transform 0.1s ease-in-out;
42 transition: transform 0.1s ease-in-out;
43 }
44
45 [data-role="footer"].revealed {
46- -webkit-transform: translate3d(0, -50px, 0);
47- transform: translate3d(0, -50px, 0);
48+ -webkit-transform: translate3d(0, -65px, 0);
49+ transform: translate3d(0, -65px, 0);
50 }
51
52 [data-role="footer"] nav {
53 background: #fdfdfd;
54 margin-top: 20px;
55 display: block;
56- height: 40px;
57+ height: 55px;
58 padding-top: 10px;
59 }
60
61@@ -56,13 +56,17 @@
62 [data-role="footer"] nav ul li,
63 [data-role="footer"] nav ul li a {
64 color: #7d767b;
65- font-size: 0.7rem;
66+ font-size: 0.6rem;
67 text-align: center;
68- width: 55px;
69- float: right;
70+ width: 60px;
71+ float: left;
72 text-decoration: none;
73 }
74
75+[data-role="footer"] nav ul li {
76+ padding-top: 4px;
77+}
78+
79 [data-role="footer"] nav ul li img {
80 width: 16px;
81 height: 16px;
82
83=== modified file '0.1/examples/widgets/Toolbar.html'
84--- 0.1/examples/widgets/Toolbar.html 2013-07-17 15:27:43 +0000
85+++ 0.1/examples/widgets/Toolbar.html 2013-11-22 21:52:09 +0000
86@@ -5,18 +5,18 @@
87 This file is part of ubuntu-html5-theme.
88
89 This package is free software; you can redistribute it and/or modify
90- it under the terms of the GNU Lesser General Public License as
91- published by the Free Software Foundation; either version 3 of the
92+ it under the terms of the GNU Lesser General Public License as
93+ published by the Free Software Foundation; either version 3 of the
94 License, or
95 (at your option) any later version.
96-
97+
98 This package is distributed in the hope that it will be useful,
99 but WITHOUT ANY WARRANTY; without even the implied warranty of
100 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
101 GNU General Public License for more details.
102-
103- You should have received a copy of the GNU Lesser General Public
104- License along with this program. If not, see
105+
106+ You should have received a copy of the GNU Lesser General Public
107+ License along with this program. If not, see
108 <http://www.gnu.org/licenses/>.
109 -->
110

Subscribers

People subscribed via source and target branches