Skip to content

Commit

Permalink
Fixing a mixed display vulnerability and some styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gdetrez committed Jul 11, 2011
1 parent 60f7f4d commit 0e31238
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@

.form-item .description /* The descriptive help text (separate from the label) */ {
font-size: 0.85em;
color: gray;
font-style: italic;
}


.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
margin: 0.4em 0;
Expand All @@ -48,6 +51,9 @@
}

.tips /* Tips for Drupal's input formats */ {
font-size: 0.85em;
color: gray;
font-style: italic;
}


Expand Down
6 changes: 5 additions & 1 deletion css/nodes.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,9 @@ padding: 2px 5px;
box-shadow: 0px 0px 10px #111;
border-radius: 5px;
text-align: center;

}

/* Fixes */
.uc_out_of_stock_throbbing {
display:none;
}
6 changes: 3 additions & 3 deletions css/typography.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url("http://fonts.googleapis.com/css?family=Copse");
@import url("http://fonts.googleapis.com/css?family=Amaranth");
@import url("http://fonts.googleapis.com/css?family=Expletus+Sans");
@import url("https://fonts.googleapis.com/css?family=Copse");
@import url("https://fonts.googleapis.com/css?family=Amaranth");
@import url("https://fonts.googleapis.com/css?family=Expletus+Sans");

/* Main font settings.
*
Expand Down

0 comments on commit 0e31238

Please sign in to comment.