Merge lp:~ronnie.vd.c/ubuntu-nl-artwork/small-improvements into lp:ubuntu-nl-artwork/light-smf-theme

Proposed by Ronnie
Status: Merged
Merged at revision: 22
Proposed branch: lp:~ronnie.vd.c/ubuntu-nl-artwork/small-improvements
Merge into: lp:ubuntu-nl-artwork/light-smf-theme
Diff against target: 115 lines (+25/-3)
1 file modified
css/index.css (+25/-3)
To merge this branch: bzr merge lp:~ronnie.vd.c/ubuntu-nl-artwork/small-improvements
Reviewer Review Type Date Requested Status
Yordi de Graaf Pending
Review via email: mp+106516@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'css/index.css'
2--- css/index.css 2012-05-06 18:53:36 +0000
3+++ css/index.css 2012-05-20 10:52:19 +0000
4@@ -120,6 +120,7 @@
5 font-weight: normal;
6 padding: 4px 16px;
7 text-shadow: 1px 1px 1px #b03910; /* DD4814 + 20% 000000 */
8+ font-weight: bold;
9 }
10 .button_submit[name="cancel"],
11 .button_submit[name="delete"],
12@@ -805,6 +806,8 @@
13 h4.catbg, h4.catbg2 , h3.catbg , h3.catbg2 , .table_list tbody.header td.catbg
14 {
15 padding: 0 8px;
16+ text-transform: uppercase;
17+ font-size: 1.1em;
18 }
19 h4.titlebg, h3.titlebg
20 {
21@@ -820,7 +823,6 @@
22 background: #DD4814 no-repeat 0 -160px;
23 height: 31px;
24 overflow: hidden;
25- margin-bottom: 1px;
26 }
27 div.title_bar
28 {
29@@ -877,6 +879,7 @@
30 font-size: 0.95em;
31 border-bottom: 1px solid #fff;
32 background-color: #DD4814;
33+ text-transform: uppercase;
34 }
35 .table_grid tr.catbg th, .table_grid tr.titlebg th
36 {
37@@ -931,6 +934,8 @@
38 table.table_grid thead tr.catbg th
39 {
40 white-space: nowrap;
41+ padding: 0;
42+ text-align: left;
43 }
44
45 /* table_grid styles for Profile > Show Permissions. */
46@@ -968,6 +973,7 @@
47 background-color: #f7f7f7;
48 clear: both;
49 padding: 8px;
50+ border: 1px solid #dfdfdf;
51 }
52 .roundframe dl, .roundframe dt, .roundframe p
53 {
54@@ -989,6 +995,7 @@
55 {
56 padding: 1em;
57 border: none;
58+ border: 1px solid #dfdfdf;
59 }
60 .content p
61 {
62@@ -1810,6 +1817,18 @@
63 text-align: center;
64 width: 6%;
65 }
66+table.table_list .header
67+{
68+ border: 1px solid #dd4814;
69+}
70+table.table_list .content
71+{
72+ border: 1px solid #dfdfdf;
73+}
74+table.table_list .divider
75+{
76+ height: 24px;
77+}
78
79 /* Styles for the board index.
80 ------------------------------------------------- */
81@@ -2057,6 +2076,7 @@
82 }
83 #poll .content
84 {
85+ overflow: hidden;
86 }
87 h4#pollquestion
88 {
89@@ -2075,6 +2095,7 @@
90 #poll_options div.submitbutton
91 {
92 clear: both;
93+ float: left;
94 }
95
96 /* Poll results */
97@@ -2120,7 +2141,8 @@
98 #poll_options p
99 {
100 margin: 0 16px;
101- padding-bottom: 4px;
102+ float: left;
103+ line-height: 24px;
104 }
105
106 div#pollmoderation
107@@ -2343,7 +2365,7 @@
108 clear: right;
109 background-color: #F7F7F7;
110 padding: 12px;
111- border-top: 1px solid #dfdfdf;
112+ border: 1px solid #dfdfdf;
113 }
114 .inner
115 {

Subscribers

People subscribed via source and target branches