Skip to content

Commit

Permalink
sync lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrainard committed Jan 15, 2013
1 parent a3ab53e commit 3ac6b02
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions web-app/css/main.css
Expand Up @@ -4,6 +4,10 @@ input, select, textarea {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
line-height: 1.1;
}

/* BASE LAYOUT */

html {
Expand Down Expand Up @@ -307,6 +311,8 @@ ul.one-to-many li.add {
fieldset.embedded {
background-color: transparent;
border: 1px solid #CCCCCC;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
-moz-box-shadow: none;
Expand All @@ -325,7 +331,7 @@ fieldset.embedded legend {
font-size: 0.8em;
line-height: 2;
margin: 1em 2em;
padding: 0.5em;
padding: 0.25em;
}

.message {
Expand Down Expand Up @@ -353,13 +359,13 @@ fieldset.embedded legend {

.errors li {
list-style: none;
background: transparent url(../images/skin/exclamation.png) 0 50% no-repeat;
text-indent: 22px;
background: transparent url(../images/skin/exclamation.png) 0.5em 50% no-repeat;
text-indent: 2.2em;
}

.message {
background: transparent url(../images/skin/information.png) 0 50% no-repeat;
text-indent: 22px;
background: transparent url(../images/skin/information.png) 0.5em 50% no-repeat;
text-indent: 2.2em;
}

/* form fields with errors */
Expand Down Expand Up @@ -567,6 +573,11 @@ th:hover, tr:hover {
text-indent: 25px;
}

.ie6 .buttons input.delete, .ie6 .buttons input.edit, .ie6 .buttons input.save,
.ie7 .buttons input.delete, .ie7 .buttons input.edit, .ie7 .buttons input.save {
padding-left: 36px;
}

.buttons .delete {
background-image: url(../images/skin/database_delete.png);
}
Expand Down

0 comments on commit 3ac6b02

Please sign in to comment.