Browse Source

changed table widths

master
CharlotteGilhooly 12 years ago
parent
commit
5112ff76fe
1 changed files with 26 additions and 21 deletions
  1. +26
    -21
      app/assets/stylesheets/scaffolds.css.scss

+ 26
- 21
app/assets/stylesheets/scaffolds.css.scss View File

@@ -2,20 +2,20 @@ body {
background-color: #fff; background-color: #fff;
color: #333; color: #333;
font-family: "Helvetica Neue", arial, helvetica, sans-serif; font-family: "Helvetica Neue", arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
font-size: 62.5%;
line-height: 2.5rem;
width: 800px; width: 800px;
margin: 60px auto;
margin: 40px auto;
} }


p, ol, ul, td { p, ol, ul, td {
font-size: 13px;
line-height: 18px; }
font-size: 1.0rem;
line-height: 1.4rem; }


pre { pre {
background-color: #eee; background-color: #eee;
padding: 10px; padding: 10px;
font-size: 11px; }
font-size: 1.1rem; }


a { a {
color: #00458f; color: #00458f;
@@ -25,13 +25,12 @@ a {
&:hover { &:hover {
color: #fff; color: #fff;
background-color: #ccc; background-color: #ccc;
padding: 5px 5px;} }
/* line-height: 2rem */;} }


div { div {
&.field, &.actions { &.field, &.actions {
margin-bottom: 30px; margin-bottom: 30px;
font-size: 1.1rem; font-size: 1.1rem;

} } } }


#notice { #notice {
@@ -108,13 +107,14 @@ background-color: white;
margin: 0 0 20px 0; margin: 0 0 20px 0;
} }


.feed_title {
font-size: 2.0em;
line-height: 1.1em;
.feed_title a {
font-size: 1.6rem;
line-height: 1.6rem;
} }


table { table {
margin: 40px 0; margin: 40px 0;
border-collapse: collapse;
} }


td { td {
@@ -122,13 +122,21 @@ td {
/* background-color: #bbb; */ /* background-color: #bbb; */
} }


td a {
font-size: 1.5rem;
line-height: 1.5rem;

}

td:last-child { td:last-child {
padding-right: 0; padding-right: 0;
/* text-align: right; */
} }


th { th {
padding: 0 20px 10px 0; padding: 0 20px 10px 0;
text-align: left; text-align: left;
font-size: 0.9rem;
} }


.right { .right {
@@ -136,15 +144,15 @@ th {
} }


h1 { h1 {
font-size: 3.2em;
font-size: 3.0rem;
font-weight: normal; font-weight: normal;
line-height: 1.2em;
margin: 20px 0 80px 0;
line-height: 3.5rem;
margin: 0 0 80px 0;
text-align: left; text-align: left;
} }


h2 { h2 {
font-size: 2.3em;
font-size: 2.0rem;
font-weight: normal; font-weight: normal;
} }


@@ -165,16 +173,13 @@ h2 {


#userbar { #userbar {
margin-bottom: 40px; margin-bottom: 40px;
margin-top: 40px;
}

table {
border-collapse: collapse;
margin-top: 20px;
font-size: 1.0rem;
} }


#feed_feed_url { #feed_feed_url {
font-size: 1.2rem; font-size: 1.2rem;
width: 600px
width: 660px
} }


#submit { #submit {


Loading…
Cancel
Save