Bläddra i källkod

Fixed table column widths to more appropriate sizes

master
CharlotteGilhooly 12 år sedan
förälder
incheckning
362c24edce
1 ändrade filer med 18 tillägg och 10 borttagningar
  1. +18
    -10
      app/assets/stylesheets/scaffolds.css.scss

+ 18
- 10
app/assets/stylesheets/scaffolds.css.scss Visa fil

@@ -25,7 +25,7 @@ a {
&:hover {
color: #fff;
background-color: #ccc;
/* line-height: 2rem */;} }
} }

div {
&.field, &.actions {
@@ -93,6 +93,10 @@ a.button:hover {
padding: 5px 10px;
}

#logo {
margin: 0 0 0 15px;
}

a.logo {
float: right;
margin: 0;
@@ -114,32 +118,36 @@ background-color: white;
table {
margin: 40px 0;
border-collapse: collapse;

}

table#feed {
margin: 70px 0 0 0;
margin: 70px 0 0 0;
table-layout: fixed;
width: 800px;
}

td {
padding: 0 20px 30px 0;
/* background-color: #bbb; */
}

#feed td {
font-size: 1.5rem;
line-height: 1.5rem;
/* background-color: aqua; */
padding: 0 70px 30px 0;
line-height: 2rem;
padding: 0 40px 30px 0;
width: 120px;
}

#feed td:last-child {
padding-right: 0;
width: 240px;
}

#feed td:first-child {
width: 400px;
}

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

th {
@@ -156,12 +164,12 @@ h1 {
font-size: 3.0rem;
font-weight: normal;
line-height: 3.5rem;
/* margin: 0 0 80px 0; */
margin: 0 0 80px 0;
text-align: left;
}

h1, a {
margin: 0 0 60px 0;
margin: 0 0 80px 0;
}

h2 {


Laddar…
Avbryt
Spara