Skip to content

Commit b64ad6b

Browse files
committed
CSS to accomodate larger logo
Have changed the CSS to accomodate a larger logo on installation. Have also commented out the background file to stop 100kb from being downloaded to compensate for the larger file size.
1 parent a72be03 commit b64ad6b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

media/css/installer.css

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/*****************************
2-
USHAHIDI STYLES
3-
v1.0
4-
David Kobia - 07/08/2008
2+
Taarifa Styles
3+
v1.1
4+
David Kobia - 07/08/2008 - 21/10/2011
5+
Mark Iliffe - 21/10/2011 - Present
56
*****************************/
67

78
* { margin: 0; padding: 0; }
89
body {
9-
background-image:url(../img/bkg_login.gif);
10+
/*background-image:url(../img/bkg_login.gif);*/
1011
}
1112
body, td {
1213
font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
@@ -55,7 +56,7 @@ dl {}
5556
text-align:center;
5657
margin-bottom:20px;
5758
}
58-
#ushahidi_login_logo img { width:400px; height:80px; }
59+
#ushahidi_login_logo img { width:500px; height:250px; }
5960

6061
#ushahidi_login {
6162
border:3px solid #cb0000;

0 commit comments

Comments
 (0)