Merge lp:~pietroalbini/ubuntu-it-ask/pietro into lp:ubuntu-it-ask

Proposed by Pietro Albini
Status: Merged
Approved by: Milo Casagrande
Approved revision: 80
Merged at revision: 75
Proposed branch: lp:~pietroalbini/ubuntu-it-ask/pietro
Merge into: lp:ubuntu-it-ask
Diff against target: 148 lines (+60/-14)
1 file modified
forum/skins/light/media/style/style.css (+60/-14)
To merge this branch: bzr merge lp:~pietroalbini/ubuntu-it-ask/pietro
Reviewer Review Type Date Requested Status
Riccardo Padovani Approve
Review via email: mp+170771@code.launchpad.net

Description of the change

A lot of theme fixes

To post a comment you must log in.
Revision history for this message
Riccardo Padovani (rpadovani) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'forum/skins/light/media/style/style.css'
2--- forum/skins/light/media/style/style.css 2013-05-20 16:05:21 +0000
3+++ forum/skins/light/media/style/style.css 2013-06-21 10:11:41 +0000
4@@ -562,6 +562,13 @@
5 width: 100%;
6 }*/
7
8+.question-summary-wrapper h2 a
9+{
10+ white-space: nowrap;
11+ overflow: hidden;
12+ text-overflow: ellipsis;
13+}
14+
15 .short-summary-title {
16 float: left;
17 }
18@@ -693,6 +700,7 @@
19 border-radius: 3px;
20 -moz-border-radius: 3px;
21 -webkit-border-radius: 3px;
22+ height: 100%;
23 }
24
25 .paginator .curr {
26@@ -815,31 +823,33 @@
27 }
28
29 .tabsA {
30+ background: #eeeeee;
31 display: block;
32 float: right;
33 font-weight: bold;
34- height: 20px;
35 position: relative;
36+ padding: 0 3px;
37+ border: 1px solid #cccccc;
38+ border-radius: 3px;
39+ -moz-border-radius: 3px;
40+ -webkit-border-radius: 3px;
41+ box-shadow: 0 1px 4px #cccccc;
42+ -webkit-box-shadow: 0 1px 4px #cccccc;
43+ -moz-box-shadow: 0 1px 4px #cccccc;
44+ -khtml-box-shadow: 0 1px 4px #cccccc;
45 }
46
47 .tabsA a, .sticky-sort-tabs {
48- background: #f0f0f0;
49+ background: #eeeeee;
50 color: #888A85;
51 display: block;
52 float: left;
53 line-height: 22px;
54- margin: 0px 4px;
55- text-decoration: none;
56- border-radius: 3px;
57- -moz-border-radius: 3px;
58- -webkit-border-radius: 3px;
59- box-shadow: 0 1px 3px #D0D0D0 inset;
60- -moz-box-shadow: 0 1px 3px #D0D0D0 inset;
61- -webkit-box-shadow: 0 1px 3px #D0D0D0 inset;
62+ text-decoration: none;
63 }
64
65 .tabsA a {
66- padding: 0 11px;
67+ padding: 0 11px;
68 }
69
70 .sticky-sort-tabs {
71@@ -854,10 +864,11 @@
72 margin: 2px;
73 }
74
75-.tabsA a.on, .tabsA a:hover {
76+.tabsA a.on {
77 background: none repeat scroll 0 0 #FFFFFF;
78 color: #DD4818;
79- box-shadow: 0 1px 5px #d0d0d0 inset;
80+ border-left: 1px solid #dddddd;
81+ border-right: 1px solid #dddddd;
82 }
83
84 .tabsA a:hover {
85@@ -1041,6 +1052,12 @@
86 overflow: hidden;
87 }
88
89+.badge-list li {
90+ text-overflow: ellipsis;
91+ overflow: hidden;
92+ white-space: nowrap;
93+}
94+
95
96 /*.badge-list a {
97 color: #DD4818;
98@@ -1272,6 +1289,30 @@
99 -webkit-border-radius: 4px;
100 }
101
102+.userSection
103+{
104+ margin: 20px 0;
105+}
106+
107+.userSection > h2
108+{
109+ float: left;
110+ width: 50%;
111+}
112+
113+.userSection .tabsA
114+{
115+ float: right;
116+ max-width: 50%;
117+}
118+
119+.userSection .tabsA:after
120+{
121+ clear: both;
122+ content: '';
123+ display: block;
124+}
125+
126 .user-info-table {
127 margin-bottom: 10px;
128 width: 100%;
129@@ -2163,13 +2204,18 @@
130 height: 14px;
131 display: inline-block;
132 margin-left: 4px;
133- vertical-align: top;
134 }
135
136 .boxC .feed-icon {
137
138 }
139
140+.tabBar .feed-icon {
141+ position: relative;
142+ top: 6px;
143+ left: 5px;
144+}
145+
146 .feed-icon-big {
147 width: 28px;
148 height: 28px;

Subscribers

People subscribed via source and target branches