Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
add css fixes for ie
Browse files Browse the repository at this point in the history
  • Loading branch information
rlkammerer committed Aug 6, 2012
1 parent 4918d42 commit afd0944
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/header.css.scss
Expand Up @@ -12,6 +12,8 @@

.navigation {
margin: 0 auto;
*height: 50px;
*margin-top: 0;
.nav {
margin-left: 32px;
}
Expand Down Expand Up @@ -45,6 +47,8 @@
font-size: 3em;
color: white;
margin-top: 11px;
*line-height: 30px;
*margin-top: 5px;
@media (min-width: 979px) {
width: 181px;
}
Expand Down
17 changes: 10 additions & 7 deletions app/assets/stylesheets/petition.css.scss
Expand Up @@ -139,7 +139,7 @@
}
input {
margin-left: 0;
&.btn { width: 100%; text-align: center; *clear: left; }
&.btn { width: 100%; text-align: center; *clear: left; *margin-top: 20px; }
}
.help-inline {
@extend .alert;
Expand Down Expand Up @@ -530,6 +530,8 @@
.page_content .signature-form {
.control-label {
width: 25%;
*width: 100%;
*clear: both;
padding: 0;
border-bottom: none;
margin-top: 10px;
Expand All @@ -538,16 +540,18 @@
}
.through_site .controls {
width: 72%;
*width:100%;
*clear: both;
@media (min-width: 280px) and (max-width: 1200px) { text-align: left; width: 100%;}

}
.through_site .controls, .through_site .controls input {
float: right;
*float: left;
@media (min-width: 280px) and (max-width: 1200px) { clear: both; width: 100%; }
}
.privacypolicy { margin: 10px\9; clear: both\9; }
.btn { margin-right: -10px\9; }
.control-group { *height: 3em; }
.control-group { *height: 4.5em; *width: 100%; }
}

#mobile_thanks {
Expand All @@ -570,7 +574,6 @@
#facebookFriendsModal {
width: 604px;
height: 424px;

.modal-body {
padding: 2px;

Expand All @@ -580,17 +583,17 @@
left: 250px;
opacity: 0.4;
}

.close {
margin-top: 8px;
margin-right: 20px;
}

.facebook-share-widget {
.search-text {
float: none;
}

ul {
overflow-x: hidden;
}
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/test.css.scss
Expand Up @@ -38,6 +38,7 @@ body.bootstrap {
border-top: 40px solid black;
.navigation {
margin-top: -40px;
*margin-top: 0;
}
@media (min-width: 250px) and (max-width: 767px) {
a.logo {
Expand Down

0 comments on commit afd0944

Please sign in to comment.